diff options
author | Jeffrey Stedfast <fejj@helixcode.com> | 2000-08-31 06:25:15 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2000-08-31 06:25:15 +0800 |
commit | 6c1e363f9caa60ca7077f722443ff455a9fa8f7e (patch) | |
tree | 676ae2660708f9229d1681cfa475e2f9e2330a03 /camel/ChangeLog | |
parent | 61ec555e80b3e208c09a81bb2f2df530d947d360 (diff) | |
download | gsoc2013-evolution-6c1e363f9caa60ca7077f722443ff455a9fa8f7e.tar gsoc2013-evolution-6c1e363f9caa60ca7077f722443ff455a9fa8f7e.tar.gz gsoc2013-evolution-6c1e363f9caa60ca7077f722443ff455a9fa8f7e.tar.bz2 gsoc2013-evolution-6c1e363f9caa60ca7077f722443ff455a9fa8f7e.tar.lz gsoc2013-evolution-6c1e363f9caa60ca7077f722443ff455a9fa8f7e.tar.xz gsoc2013-evolution-6c1e363f9caa60ca7077f722443ff455a9fa8f7e.tar.zst gsoc2013-evolution-6c1e363f9caa60ca7077f722443ff455a9fa8f7e.zip |
Rewrote to ignore strings that look like server responses until it is sure
2000-08-30 Jeffrey Stedfast <fejj@helixcode.com>
* providers/imap/camel-imap-store.c (camel_imap_fetch_command):
Rewrote to ignore strings that look like server responses until it
is sure that it has finished reading the literal string response.
svn path=/trunk/; revision=5124
Diffstat (limited to 'camel/ChangeLog')
-rw-r--r-- | camel/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/camel/ChangeLog b/camel/ChangeLog index b72bd0cf62..012f305998 100644 --- a/camel/ChangeLog +++ b/camel/ChangeLog @@ -1,5 +1,11 @@ 2000-08-30 Jeffrey Stedfast <fejj@helixcode.com> + * providers/imap/camel-imap-store.c (camel_imap_fetch_command): + Rewrote to ignore strings that look like server responses until it + is sure that it has finished reading the literal string response. + +2000-08-30 Jeffrey Stedfast <fejj@helixcode.com> + * camel-remote-store.c (remote_send_string): Don't wrap printed strings in quotes, makes things messy |