diff options
author | Jeffrey Stedfast <fejj@novell.com> | 2004-06-24 04:26:56 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2004-06-24 04:26:56 +0800 |
commit | eb44d99148fb658e40fb3f9961f43962ba2f39e4 (patch) | |
tree | 22ce524505c316bc7346899242d0ba3147932076 /camel/ChangeLog | |
parent | a13993737588ffc3d8c2caedf235634e8eadfe1c (diff) | |
download | gsoc2013-evolution-eb44d99148fb658e40fb3f9961f43962ba2f39e4.tar gsoc2013-evolution-eb44d99148fb658e40fb3f9961f43962ba2f39e4.tar.gz gsoc2013-evolution-eb44d99148fb658e40fb3f9961f43962ba2f39e4.tar.bz2 gsoc2013-evolution-eb44d99148fb658e40fb3f9961f43962ba2f39e4.tar.lz gsoc2013-evolution-eb44d99148fb658e40fb3f9961f43962ba2f39e4.tar.xz gsoc2013-evolution-eb44d99148fb658e40fb3f9961f43962ba2f39e4.tar.zst gsoc2013-evolution-eb44d99148fb658e40fb3f9961f43962ba2f39e4.zip |
Hide password, etc info in the fi->uri's. (imap4_create_folder): Don't
2004-06-23 Jeffrey Stedfast <fejj@novell.com>
* providers/imap4/camel-imap4-store.c (imap4_build_folder_info):
Hide password, etc info in the fi->uri's.
(imap4_create_folder): Don't bother to use
imap4_get_folder_info(), we can construct the fi ourselves.
(imap4_delete_folder): Emit the folder_deleted signal and
construct an fi ourselves.
(imap4_subscribe_folder): Same.
(imap4_unsubscribe_folder): Same.
* providers/imap4/camel-imap4-provider.c: Specify that the
fragment is the path.
svn path=/trunk/; revision=26483
Diffstat (limited to 'camel/ChangeLog')
-rw-r--r-- | camel/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/camel/ChangeLog b/camel/ChangeLog index b0c3dd141e..a35ff1761f 100644 --- a/camel/ChangeLog +++ b/camel/ChangeLog @@ -2,6 +2,12 @@ * providers/imap4/camel-imap4-store.c (imap4_build_folder_info): Hide password, etc info in the fi->uri's. + (imap4_create_folder): Don't bother to use + imap4_get_folder_info(), we can construct the fi ourselves. + (imap4_delete_folder): Emit the folder_deleted signal and + construct an fi ourselves. + (imap4_subscribe_folder): Same. + (imap4_unsubscribe_folder): Same. * providers/imap4/camel-imap4-provider.c: Specify that the fragment is the path. |