feat: implemented hash based login command.

This commit is contained in:
Lorenzo Torres 2025-02-12 20:53:42 +01:00
parent 9418c7b9a4
commit d2d12e9767
8 changed files with 56 additions and 25 deletions

View file

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