diff options
Diffstat (limited to 'camel/ChangeLog')
-rw-r--r-- | camel/ChangeLog | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/camel/ChangeLog b/camel/ChangeLog index a9e251c2cd..7be98c614a 100644 --- a/camel/ChangeLog +++ b/camel/ChangeLog @@ -1,3 +1,17 @@ +2001-04-18 Dan Winship <danw@ximian.com> + + * providers/imap/camel-imap-store.c (camel_imap_store_finalize): + Free base_url and storage_path. + + * providers/pop3/camel-pop3-store.c (finalize): Free the + implementation string. + (camel_pop3_command): Clarify documentation to mention that + @ex isn't set (and *@ret is) on CAMEL_POP3_ERR. + (connect_to_server): Set @ex properly on CAMEL_POP3_ERR. + + * providers/pop3/camel-pop3-folder.c (pop3_refresh_info, + pop3_get_message): Set @ex properly on CAMEL_POP3_ERR. + 2001-04-17 Jeffrey Stedfast <fejj@ximian.com> * camel-pkcs7-context.[c,h]: New source files to handle Pkcs7 |