diff options
author | Jeffrey Stedfast <fejj@src.gnome.org> | 2000-06-22 04:38:22 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2000-06-22 04:38:22 +0800 |
commit | ed696d713318d4aa10ef14c1e3bcf0bcdfd56e06 (patch) | |
tree | a72b14b213a47070067d3cbbcd5c641587e57996 /camel/ChangeLog | |
parent | d0f4337af73020dbc19ecbeac76e44ae19662576 (diff) | |
download | gsoc2013-evolution-ed696d713318d4aa10ef14c1e3bcf0bcdfd56e06.tar gsoc2013-evolution-ed696d713318d4aa10ef14c1e3bcf0bcdfd56e06.tar.gz gsoc2013-evolution-ed696d713318d4aa10ef14c1e3bcf0bcdfd56e06.tar.bz2 gsoc2013-evolution-ed696d713318d4aa10ef14c1e3bcf0bcdfd56e06.tar.lz gsoc2013-evolution-ed696d713318d4aa10ef14c1e3bcf0bcdfd56e06.tar.xz gsoc2013-evolution-ed696d713318d4aa10ef14c1e3bcf0bcdfd56e06.tar.zst gsoc2013-evolution-ed696d713318d4aa10ef14c1e3bcf0bcdfd56e06.zip |
IMAP is working! (sorta)
you can now read your INBOX
svn path=/trunk/; revision=3680
Diffstat (limited to 'camel/ChangeLog')
-rw-r--r-- | camel/ChangeLog | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/camel/ChangeLog b/camel/ChangeLog index 92f6cf142e..a81528a946 100644 --- a/camel/ChangeLog +++ b/camel/ChangeLog @@ -1,3 +1,11 @@ +2000-06-21 Jeffrey Stedfast <fejj@helixcode.com> + + * providers/imap/camel-imap-folder.c (imap_get_message_by_uid): + We are getting mail in IMAP now!! whoo-hoo!. Stripped out the + filtering so messages may have some dot-stuffing, but the + filtering can always be added back in later when we know it + works and isn't the problem. + 2000-06-21 Peter Williams <peterw@curious-george.helixcode.com> * providers/mbox/camel-mbox-folder.c (mbox_init): Use the basename @@ -41,7 +49,8 @@ their flags changed (however I #if'd it out until we are more confidant in the IMAP code :) (imap_summary_get_by_uid): Now parese flags correctly. - (imap_get_summary): Now parese flags correctly. + (imap_get_summary): Now parese flags correctly. Also correctly + parses the UID correctly. * camel-url.c (check_equal): No need to check s1 if s2 is NULL (camel_url_equal): Don't check the passwd component of the url. |