diff options
author | Jeffrey Stedfast <fejj@ximian.com> | 2004-10-21 03:39:44 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2004-10-21 03:39:44 +0800 |
commit | 458b72a844f8c86edf904367307217b231f773fe (patch) | |
tree | 1ec79cca9675992f22302d452111edd79c496210 /camel/ChangeLog | |
parent | 435e8893664733275ef5426c166b21f831433614 (diff) | |
download | gsoc2013-evolution-458b72a844f8c86edf904367307217b231f773fe.tar.gz gsoc2013-evolution-458b72a844f8c86edf904367307217b231f773fe.tar.zst gsoc2013-evolution-458b72a844f8c86edf904367307217b231f773fe.zip |
Don't allow users to create folders in offline mode. When in offline mode,
2004-10-20 Jeffrey Stedfast <fejj@ximian.com>
* providers/imap4/camel-imap4-store.c (imap4_get_folder): Don't
allow users to create folders in offline mode. When in offline
mode, use a different codepath to get a folder object.
(imap4_noop): Handle offline mode.
(imap4_unsubscribe_folder): Throw an exception if we are in
offline mode.
(imap4_subscribe_folder): Same.
(imap4_get_folder_info): Started to implement offline
support. Also, even if we are in online mode but the engine has
not yet been connected, we should follow the "offline" code path
and get the folder info's from the cache.
(imap4_rename_folder): Disallow in offline mode.
(imap4_delete_folder): Same.
(imap4_connect): Handle offline mode.
(imap4_disconnect): Handle offline mode and do proper locking.
(imap4_query_auth_types): Same.
svn path=/trunk/; revision=27660
Diffstat (limited to 'camel/ChangeLog')
-rw-r--r-- | camel/ChangeLog | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/camel/ChangeLog b/camel/ChangeLog index 44cdd79de5..e077b4207c 100644 --- a/camel/ChangeLog +++ b/camel/ChangeLog @@ -1,3 +1,22 @@ +2004-10-20 Jeffrey Stedfast <fejj@ximian.com> + + * providers/imap4/camel-imap4-store.c (imap4_get_folder): Don't + allow users to create folders in offline mode. When in offline + mode, use a different codepath to get a folder object. + (imap4_noop): Handle offline mode. + (imap4_unsubscribe_folder): Throw an exception if we are in + offline mode. + (imap4_subscribe_folder): Same. + (imap4_get_folder_info): Started to implement offline + support. Also, even if we are in online mode but the engine has + not yet been connected, we should follow the "offline" code path + and get the folder info's from the cache. + (imap4_rename_folder): Disallow in offline mode. + (imap4_delete_folder): Same. + (imap4_connect): Handle offline mode. + (imap4_disconnect): Handle offline mode and do proper locking. + (imap4_query_auth_types): Same. + 2004-10-19 Jeffrey Stedfast <fejj@ximian.com> * providers/imap4/camel-imap4-summary.c (imap4_summary_fetch_all): |