diff options
author | Matthias Andree <matthias.andree@gmx.de> | 2006-05-15 16:08:14 +0000 |
---|---|---|
committer | Matthias Andree <matthias.andree@gmx.de> | 2006-05-15 16:08:14 +0000 |
commit | 1d3ae472505ea0b55deac30d121f09dfbf6d9c85 (patch) | |
tree | bfbc33afc6be25447a82a1ef324583bca1fa51a6 | |
parent | f9db9985e1a0a2da0f21fc3dbfd92bf12f924d1e (diff) | |
download | fetchmail-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.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 */ |