aboutsummaryrefslogtreecommitdiffstats
path: root/imap.c
diff options
context:
space:
mode:
Diffstat (limited to 'imap.c')
-rw-r--r--imap.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/imap.c b/imap.c
index 19defbc9..0dc78689 100644
--- a/imap.c
+++ b/imap.c
@@ -1318,8 +1318,10 @@ const static struct method imap =
"IMAP", /* Internet Message Access Protocol */
#if INET6
"imap",
+ "imaps",
#else /* INET6 */
143, /* standard IMAP2bis/IMAP4 port */
+ 993, /* ssl IMAP2bis/IMAP4 port */
#endif /* INET6 */
TRUE, /* this is a tagged protocol */
FALSE, /* no message delimiter */