fix: fixed capitalisation bugs in command parsing

This commit is contained in:
Lorenzo Torres 2024-12-24 13:44:12 +01:00
parent 81a1c7447c
commit 9418c7b9a4
7 changed files with 107 additions and 5 deletions

View file

@ -21,6 +21,11 @@
* modify this.
*/
#define CMD_MAX_SIZE 8000
/*-
* Use pam (Pluggable Authentication Modules)
* as an authentication method
*/
#define AUTH_PAM
static char *imap_capabilities[] = {
"IMAP4rev1",