6 lines
232 B
C
6 lines
232 B
C
/* See LICENSE file for copyright and license details. */
|
|
|
|
static const struct user imap_users[] = {
|
|
/* username password hash */
|
|
/* {"jhon", "e6cc90956e99b1b96b319ed9ccffb18cb6c5d7c731ffe80fbd42fb674adfe444"} */
|
|
};
|