diff options
author | Matthias Andree <matthias.andree@gmx.de> | 2005-11-17 11:34:51 +0000 |
---|---|---|
committer | Matthias Andree <matthias.andree@gmx.de> | 2005-11-17 11:34:51 +0000 |
commit | 3790275ad7acb0085f7571f64991bc11257f3567 (patch) | |
tree | 94d73e8c6c26d40b228a61a23f3edc7aec43ac45 /NEWS | |
parent | 78d2768a0a612fac7de0cbad4d61933adf447f2d (diff) | |
download | fetchmail-3790275ad7acb0085f7571f64991bc11257f3567.tar.gz fetchmail-3790275ad7acb0085f7571f64991bc11257f3567.tar.bz2 fetchmail-3790275ad7acb0085f7571f64991bc11257f3567.zip |
Use more stringent check for untagged responses - we check that the start with "*" SPACE.
svn path=/trunk/; revision=4451
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -292,6 +292,7 @@ fetchmail 6.3.0 (not yet released officially): unterminated quoted string. Matthias Andree. * In quoted strings, support backslash as last character on a line to join the following line to the current. Matthias Andree. +* Parsing untagged IMAP responses is more robust now. Matthias Andree. # INTERNAL CHANGES * Switched to automake. Matthias Andree. |