diff options
author | Eric S. Raymond <esr@thyrsus.com> | 1996-10-10 22:40:25 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 1996-10-10 22:40:25 +0000 |
commit | 6261cf94bcc2de6112edb791dcee411af984c576 (patch) | |
tree | d2993743b7781d08605ebeaebd573bf9837a3358 /NEWS | |
parent | 3b86b66668ca47b1f439fb5f49e3f8078caf4a33 (diff) | |
download | fetchmail-6261cf94bcc2de6112edb791dcee411af984c576.tar.gz fetchmail-6261cf94bcc2de6112edb791dcee411af984c576.tar.bz2 fetchmail-6261cf94bcc2de6112edb791dcee411af984c576.zip |
Ship IMAP passwords as quoted strings.
svn path=/trunk/; revision=291
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -39,6 +39,8 @@ features -- * UID support is back by popular demand. Bletch. +* Permit spaces in IMAP passwords (ship them as quoted strings). + bugs -- * Fix buggy getopt specification of P and p options. |