aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Andree <matthias.andree@gmx.de>2006-05-15 16:08:14 +0000
committerMatthias Andree <matthias.andree@gmx.de>2006-05-15 16:08:14 +0000
commit1d3ae472505ea0b55deac30d121f09dfbf6d9c85 (patch)
treebfbc33afc6be25447a82a1ef324583bca1fa51a6
parentf9db9985e1a0a2da0f21fc3dbfd92bf12f924d1e (diff)
downloadfetchmail-1d3ae472505ea0b55deac30d121f09dfbf6d9c85.tar.gz
fetchmail-1d3ae472505ea0b55deac30d121f09dfbf6d9c85.tar.bz2
fetchmail-1d3ae472505ea0b55deac30d121f09dfbf6d9c85.zip
Add two missing comments.
svn path=/branches/BRANCH_6-3/; revision=4840
-rw-r--r--imap.c4
1 files 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 */