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

6
users.def.h Normal file
View file

@ -0,0 +1,6 @@
/* See LICENSE file for copyright and license details. */
static const struct user imap_users[] = {
/* username password hash */
/* {"jhon", "e6cc90956e99b1b96b319ed9ccffb18cb6c5d7c731ffe80fbd42fb674adfe444"} */
};