diff options
author | Jeffrey Stedfast <fejj@novell.com> | 2004-07-31 05:02:19 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2004-07-31 05:02:19 +0800 |
commit | 5b7760d260b69fd612c5237cf7db0a3ad5862178 (patch) | |
tree | 03edfc08c3d56e0a22effc46202462b523ae26ab /camel/ChangeLog | |
parent | 25fc2454a2855e3b8904bdad265897dd4384a9ab (diff) | |
download | gsoc2013-evolution-5b7760d260b69fd612c5237cf7db0a3ad5862178.tar gsoc2013-evolution-5b7760d260b69fd612c5237cf7db0a3ad5862178.tar.gz gsoc2013-evolution-5b7760d260b69fd612c5237cf7db0a3ad5862178.tar.bz2 gsoc2013-evolution-5b7760d260b69fd612c5237cf7db0a3ad5862178.tar.lz gsoc2013-evolution-5b7760d260b69fd612c5237cf7db0a3ad5862178.tar.xz gsoc2013-evolution-5b7760d260b69fd612c5237cf7db0a3ad5862178.tar.zst gsoc2013-evolution-5b7760d260b69fd612c5237cf7db0a3ad5862178.zip |
This needs to prequeue the CAPABILITY command rather than queue it
2004-07-30 Jeffrey Stedfast <fejj@novell.com>
* providers/imap4/camel-imap4-engine.c
(camel_imap4_engine_capability): This needs to prequeue the
CAPABILITY command rather than queue it normally for the case of
reconnecting.
(camel_imap4_engine_namespace): Same.
svn path=/trunk/; revision=26781
Diffstat (limited to 'camel/ChangeLog')
-rw-r--r-- | camel/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/camel/ChangeLog b/camel/ChangeLog index 8ca3c69459..e5251d294a 100644 --- a/camel/ChangeLog +++ b/camel/ChangeLog @@ -1,3 +1,11 @@ +2004-07-30 Jeffrey Stedfast <fejj@novell.com> + + * providers/imap4/camel-imap4-engine.c + (camel_imap4_engine_capability): This needs to prequeue the + CAPABILITY command rather than queue it normally for the case of + reconnecting. + (camel_imap4_engine_namespace): Same. + 2004-07-30 Jeffrey Stedfast <fejj@ximian.com> * camel-mime-utils.c (camel_header_encode_string): Similar fix as |