From 1d3ae472505ea0b55deac30d121f09dfbf6d9c85 Mon Sep 17 00:00:00 2001 From: Matthias Andree Date: Mon, 15 May 2006 16:08:14 +0000 Subject: Add two missing comments. svn path=/branches/BRANCH_6-3/; revision=4840 --- imap.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/imap.c b/imap.c index 3e3599f9..93b9729a 100644 --- a/imap.c +++ b/imap.c @@ -1212,8 +1212,8 @@ static int imap_logout(int sock, struct query *ctl) static const struct method imap = { "IMAP", /* Internet Message Access Protocol */ - "imap", - "imaps", + "imap", /* service (plain and TLS) */ + "imaps", /* service (SSL) */ TRUE, /* this is a tagged protocol */ FALSE, /* no message delimiter */ imap_ok, /* parse command response */ -- cgit v1.2.3