diff options
author | Jeffrey Stedfast <fejj@ximian.com> | 2004-03-29 05:12:22 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2004-03-29 05:12:22 +0800 |
commit | 53167c89e32be8da8b3dcad4224664a1e0c445f0 (patch) | |
tree | 43cdbf61d37825e765ca45c3ee84c0a01305e9ec /camel/ChangeLog | |
parent | a893ddb0aff692547219fcfdefa5c014d1c46425 (diff) | |
download | gsoc2013-evolution-53167c89e32be8da8b3dcad4224664a1e0c445f0.tar.gz gsoc2013-evolution-53167c89e32be8da8b3dcad4224664a1e0c445f0.tar.zst gsoc2013-evolution-53167c89e32be8da8b3dcad4224664a1e0c445f0.zip |
New source files implementing the CamelFolder class for the new IMAP4
2004-03-28 Jeffrey Stedfast <fejj@ximian.com>
* providers/imap4/camel-imap-folder.[c,h]: New source files
implementing the CamelFolder class for the new IMAP4
implementation.
svn path=/trunk/; revision=25215
Diffstat (limited to 'camel/ChangeLog')
-rw-r--r-- | camel/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/camel/ChangeLog b/camel/ChangeLog index adf5c82cde..1b0d58dca6 100644 --- a/camel/ChangeLog +++ b/camel/ChangeLog @@ -1,5 +1,9 @@ 2004-03-28 Jeffrey Stedfast <fejj@ximian.com> + * providers/imap4/camel-imap-folder.[c,h]: New source files + implementing the CamelFolder class for the new IMAP4 + implementation. + * providers/imap4/camel-imap-summary.[c,h]: New source files implementing the CamelFolderSummary class for the new IMAP4 implementation. |