diff options
author | Jeffrey Stedfast <fejj@src.gnome.org> | 2000-06-16 08:20:45 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2000-06-16 08:20:45 +0800 |
commit | 57689076e4df4aae59ae7459490a65852b4df1f9 (patch) | |
tree | 258d9c721ff5a6b7a62609fe300c2585d5b40e3b /camel/ChangeLog | |
parent | a0b7ca18e2f59c4d536ca8f02055a1ca8a835e60 (diff) | |
download | gsoc2013-evolution-57689076e4df4aae59ae7459490a65852b4df1f9.tar gsoc2013-evolution-57689076e4df4aae59ae7459490a65852b4df1f9.tar.gz gsoc2013-evolution-57689076e4df4aae59ae7459490a65852b4df1f9.tar.bz2 gsoc2013-evolution-57689076e4df4aae59ae7459490a65852b4df1f9.tar.lz gsoc2013-evolution-57689076e4df4aae59ae7459490a65852b4df1f9.tar.xz gsoc2013-evolution-57689076e4df4aae59ae7459490a65852b4df1f9.tar.zst gsoc2013-evolution-57689076e4df4aae59ae7459490a65852b4df1f9.zip |
Started to code the imap summary stuff
svn path=/trunk/; revision=3585
Diffstat (limited to 'camel/ChangeLog')
-rw-r--r-- | camel/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/camel/ChangeLog b/camel/ChangeLog index ebc9d195e8..6d523c893e 100644 --- a/camel/ChangeLog +++ b/camel/ChangeLog @@ -1,3 +1,12 @@ +2000-06-15 Jeffrey Stedfast <fejj@helixcode.com> + + * providers/imap/camel-imap-folder.c (imap_get_summary): Started to implement + (imap_summary_get_by_uid): Started to code, I've got to find a way to get the + date in time_t format and also get the flags + + * string-utils.c (strstrcase): Added this convenience function - I know about + strcasestr() but it's not portable. + 2000-06-15 Dan Winship <danw@helixcode.com> * camel-service.c: Remove camel_service_connect_with_url. (URLs |