aboutsummaryrefslogtreecommitdiffstats
path: root/camel/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'camel/ChangeLog')
-rw-r--r--camel/ChangeLog575
1 files changed, 23 insertions, 552 deletions
diff --git a/camel/ChangeLog b/camel/ChangeLog
index 68495b7d07..d7c203d0b0 100644
--- a/camel/ChangeLog
+++ b/camel/ChangeLog
@@ -1,6 +1,11 @@
-2004-12-01 Mengjie Yu <meng-jie.yu@sun.com>
+2004-12-02 Not Zed <NotZed@Ximian.com>
- * providers/imap/camel-imap-provider.c:add mnemonic for checkboxes.
+ ** See bug #69533.
+
+ * providers/imap/camel-imap-command.c (imap_read_untagged): gross
+ hack, if we get a blank line after a literal, assume the server
+ (read: groupwise) made a mistake. Given the complexity of this
+ code i'm not sure it is the server anyway but what can you do.
2004-12-01 Not Zed <NotZed@Ximian.com>
@@ -29,6 +34,8 @@
2004-11-30 Not Zed <NotZed@Ximian.com>
+ ** See bug #69982 (maybe).
+
* providers/nntp/camel-nntp-stream.c (CAMEL_NNTP_STREAM_LINE):
rename to STREAM_LINE_SIZE so it doesn't override the STREAM_LINE
enum. Sigh.
@@ -50,17 +57,12 @@
* evolution-2.0.2/camel/providers/imap/camel-imap-command.c (camel_imap_response_free)
* evolution-2.0.2/camel/providers/imap/camel-imap-folder.c (camel_imap_folder_new,camel_imap_folder_selected,imap_refresh_info,camel_imap_folder_new,camel_imap_folder_selected)
* evolution-2.0.2/camel/providers/imap/camel-imap-store.c (imap_get_capability,imap_connect_online,get_folder_online,get_folder_offline,get_subscribed_folders,folder_hash,get_folders)
+ * evolution-2.0.2/camel/providers/imap4/camel-imap4-engine.c (engine_parse_capability)
* evolution-2.0.2/camel/providers/pop3/camel-pop3-store.c (get_folder)
* evolution-2.0.2/camel/tests/lib/folders.c: (test_folder_message_ops)
some strcasecmp() calls changed with g_ascii_strcasecmp() for Turkish
character conversiton problems [ http://www.i18nguy.com/unicode/turkish-i18n.html ]
-2004-10-12 Radek Doulik <rodo@ximian.com>
-
- * camel-junk-plugin.c: new init method implementation
-
- * camel-junk-plugin.h: added junk plugin init declaration
-
2004-11-10 Not Zed <NotZed@Ximian.com>
** See bug #69109.
@@ -71,16 +73,11 @@
nameinfo flags a bit so we know when we got a numeric name and
need to wrap it in [].
-2004-11-21 Sivaiah Nallagatla <snallagatla@novell.com>
-
- * providers/groupwise/camel-groupwise-provider.c : added
- a setting to mark the account for offline usuage
+2004-11-19 Not Zed <NotZed@Ximian.com>
- * providers/groupwise/came-gw-listener.c
- (add_esource) (modify_esource) : changed the prototypes
- to pass CamelUrl instead of individual properties
- Add offline_sync property on e-sources if account is
- marked for offline
+ * providers/imap/camel-imap-store.c (connect_to_server): if we
+ have CAMEL_IMAP_BRAINDAMAGED set, then treat the server as
+ braindamaged ok. Testing for #69533.
2004-11-18 Not Zed <NotZed@Ximian.com>
@@ -89,10 +86,6 @@
* providers/nntp/camel-nntp-summary.c: Make debug run based on
'nntp' debug option.
- * providers/nntp/camel-nntp-stream.c (stream_fill): if we get a 0
- read, return ECONNRESET. This should really have been put on the
- stream for that imap hack fix.
-
* providers/nntp/camel-nntp-store.c (camel_nntp_try_authenticate):
retry if the password attempt failed.
@@ -103,140 +96,6 @@
(camel_nntp_command): if we continue, then set the return code to
-1, so we re-loop rather than abort.
-2004-11-15 Jeffrey Stedfast <fejj@novell.com>
-
- * providers/pop3/camel-pop3-store.c (connect_to_server_wrapper):
- In the fallback cases, clear the exception first.
-
- * providers/imap/camel-imap-store.c (connect_to_server_wrapper):
- In the fallback cases, clear the exception first.
-
- * providers/imap4/camel-imap4-store.c (connect_to_server_wrapper):
- In the fallback cases, clear the exception first.
-
-2004-11-15 Jeffrey Stedfast <fejj@novell.com>
-
- * providers/imap/camel-imap-store.c (connect_to_server): Use
- camel_tcp_stream_ssl_new_raw() for STARTTLS stream.
-
- * providers/imap4/camel-imap4-store.c (connect_to_server): Use
- camel_tcp_stream_ssl_new_raw() for STARTTLS stream.
-
- * providers/pop3/camel-pop3-store.c: Change default port numbers
- to be correct (they shouldn't all be the pop3s port).
- (connect_to_server): Moved the last tcp_stream unref to afetr the
- last fail-check so that we won't ever get a double-unref on
- something we only own one ref on.
- (connect_to_server): Unref the tcp_stream if we fail to create an
- engine object before returning fail.
- (connect_to_server): Use camel_tcp_stream_ssl_new_raw() for
- STARTTLS stream.
-
- * providers/imap4/camel-imap4-stream.c (camel_imap4_stream_line):
- Fix bug #69408 by filling our input buffer if inptr == inend.
-
-2004-11-13 Jeffrey Stedfast <fejj@ximian.com>
-
- * providers/imap4/camel-imap4-engine.c
- (camel_imap4_engine_parse_resp_code): Handle numeric tokens for
- the COPYUID set values as well.
-
-2004-11-12 Jeffrey Stedfast <fejj@novell.com>
-
- * providers/imap4/camel-imap4-summary.c (camel_imap4_summary_new):
- Folder now gets set on the CamelFolderSummary object rather than
- the CamelIMAP4Summary.
- (imap4_fetch_all_update): Base summary class now has a folder
- member, use that instead.
- (imap4_fetch_all_add): Same.
- (imap4_summary_fetch_all): Same.
- (imap4_summary_fetch_flags): Same.
- (camel_imap4_summary_set_uidvalidity): Same.
- (camel_imap4_summary_expunge): Same.
- (camel_imap4_summary_flush_updates): Same.
-
- * providers/imap4/camel-imap4-folder.c (imap4_append_message):
- Init appended_uid value to NULL
-
- * providers/imap4/camel-imap4-engine.c (engine_parse_namespace):
- Properly handle NILs for the namespace separator (somehow I missed
- this, silly me).
-
-2004-11-16 Not Zed <NotZed@Ximian.com>
-
- * camel-lock-helper.c (g_strerror): have our own so we don't need
- to link with glib.
-
- * providers/*/Makefile.am: Do not install ANY provider header
- files. No providers are subclassable. No providers are directly
- linkable.
-
- * camel.pc.in: create package config file.
-
- * tests/lib/folders.c (test_folder_message_ops): updated counts for
- delete also marking unread.
-
- * tests/lib/camel-test.c (camel_test_provider_init): new api for
- initialising test system 'in-build'.
-
- * camel-provider.c: remove the assertions, init if we need to,k
- use pthread_once stuff to serialise it.
-
- * tests/folder/test3.c (main): remove gtk stuff (???).
-
- * tests/*: Fix all the makefiles. Made make-check work 'in-build'.
-
- * tests/lib/folders.c (test_folder_counts): update for api changes.
- (test_message_info): similar.
-
- * providers/Makefile.am: removed groupwise from the build, this
- can't go in here anymore, not in its current state.
-
- * camel-net-utils.c (camel_gethostbyaddr_r)
- (camel_gethostbyname_r): the old e_gethost* calls from
- e-host-utils.c.
-
-2004-11-15 Not Zed <NotZed@Ximian.com>
-
- * providers/imap/camel-imap-utils.c (imap_path_to_physical):
- copied from e-path.c.
- (imap_path_find_folders): copied from e-path.c.
-
- * camel.h: remove the provider stuff from the header.
-
- * camel-provider.c: globalise provider_init variable, and asserton
- it in all functions that rely on it.
-
- * camel-service.c: removed getaddrinfo/etc.
-
- * camel-net-utils.[ch]: separate out camel_getaddrinfo etc.
-
- * Makefile.am: split camel into 2 libraries, libcamel and
- libcamel-store.
-
- * camel-multipart-signed.c (camel_multipart_signed_sign)
- (camel_multipart_signed_verify, prepare_sign): remove old
- deprecated api.
-
- * camel-multipart-encrypted.c (camel_multipart_encrypted_encrypt)
- (camel_multipart_encrypted_decrypt): remove old deprecated api.
-
-2004-11-12 Not Zed <NotZed@Ximian.com>
-
- ** Merge in notzed-messageinfo-branch, fix some minor conflicts.
-
-2004-11-11 Jeffrey Stedfast <fejj@novell.com>
-
- * providers/imap4/camel-imap4-store.c (imap4_reconnect): Free the
- passwd here if we need to retry to authenticate.
-
-2004-11-10 Jeffrey Stedfast <fejj@novell.com>
-
- * providers/imap4/camel-imap4-summary.c (imap4_summary_fetch_all):
- Use the expanded ALL macro as on closer inspection of the RFC,
- we're not allowed to use macros in conjunction with other FETCH
- items (such as UID in our case).
-
2004-11-09 Not Zed <NotZed@Ximian.com>
* providers/imap/camel-imap-folder.c (imap_get_message): before
@@ -252,14 +111,6 @@
(content_info_incomplete): recursively check the content-info for
completeness, not just one level.
-2004-11-09 Jeffrey Stedfast <fejj@novell.com>
-
- * providers/imap4/camel-imap4-provider.c: Updated the properties
- to include all the same settings as the old imap code.
-
- * providers/imap4/camel-imap4-folder.c (imap4_getv): Implemented.
- (imap4_setv): Implemented.
-
2004-11-08 Jeffrey Stedfast <fejj@novell.com>
Fix for bug #69241.
@@ -271,303 +122,11 @@
part, we need to use camel_data_wrapper_decode_to_stream() in case
the part was encoded in any way.
-2004-11-09 Jeffrey Stedfast <fejj@novell.com>
-
- * providers/imap4/camel-imap4-stream.c (camel_imap4_stream_line):
- Handle not getting the CRLF pair together. Also don't require that
- we have at least 3 bytes in the read buffer as it is possible we
- don't have that much (see bug #69160).
-
-2004-11-08 Jeffrey Stedfast <fejj@novell.com>
-
- * providers/imap4/camel-imap4-store.c (imap4_subscribe_folder):
- Note the folder-info just subscribed.
- (imap4_unsubscribe_folder): Unnote the folder-info.
-
-2004-11-04 Jeffrey Stedfast <fejj@novell.com>
-
- * providers/imap4/camel-imap4-engine.c: Added much in-line
- documentation.
- (engine_parse_capability): Use g_ascii_str[n]casecmp().
- (camel_imap4_engine_nstring): New convenience function.
-
-2004-11-02 Not Zed <NotZed@Ximian.com>
-
- * camel-object.c (camel_object_hook_event): check interfaces for
- events too.
- (camel_object_trigger_event): check interfaces for events too.
- (camel_object_class_add_event): more checks for interfaces vs
- normal object classes.
- (camel_object_class_add_interface): add an interface to a class.
- (camel_object_get_interface): query for interfaces on an object.
- (camel_object_get_type): register the interface type.
-
-2004-11-02 Jeffrey Stedfast <fejj@novell.com>
-
- * providers/imap4/camel-imap4-store.c (imap4_folder_utf7_name):
- Don't bother getting the folder delim if the name is "" since we
- don't need it in that case.
-
- * providers/imap4/camel-imap4-utils.c
- (camel_imap4_get_path_delim): add an assert that s->namespaces is
- non-NULL.
-
- * providers/imap4/camel-imap4-stream.c
- (camel_imap4_stream_literal): Update stream->inptr after fetching
- the literal chunk.
-
- * providers/imap4/camel-imap4-summary.c (envelope_decode_address):
- Do proper cleanup in case of error and also handle literals.
-
- * providers/imap4/camel-imap4-store.c (imap4_get_folder_info):
- Removed camel_service_connect() call which is no longer needed.
- (imap4_connect): If engine is already connected, shortcut to
- simply returning success.
- (imap4_disconnect): Check engine state rather than poking at
- stream state.
-
-2004-11-01 Jeffrey Stedfast <fejj@novell.com>
-
- * providers/smtp/camel-smtp-transport.c
- (connect_to_server_wrapper): Do the same SSL->TLS and TLS->CLEAR
- fallbacks that the 2.0 (and older) code did.
-
- * providers/pop3/camel-pop3-store.c (connect_to_server_wrapper):
- Same.
-
- * providers/imap4/camel-imap4-store.c (connect_to_server_wrapper):
- Same.
-
- * providers/imap/camel-imap-store.c (connect_to_server_wrapper):
- Same.
-
-2004-11-01 Jeffrey Stedfast <fejj@novell.com>
-
- * providers/imap4/camel-imap4-summary.c
- (camel_imap4_summary_expunge): Remove expunged messages from the
- cache.
- (camel_imap4_summary_set_uidvalidity): Clear the cache if the
- UIDVALIDITY has changed.
-
- * providers/imap4/camel-imap4-folder.c (imap4_get_message): If the
- message exists in the cache, use that rather than fetching it from
- the server and cache messages fetched from the server for later
- use.
- (camel_imap4_folder_finalize): Unref the cache if non-NULL.
- (camel_imap4_folder_new): Create the CamelDataCache.
-
- * providers/imap4/camel-imap4-store.c (imap4_create_folder): Cache
- the folder-info on the summary if successful.
- (imap4_delete_folder): Un-cache the folder-info from the summary.
-
- * providers/imap4/camel-imap4-store-summary.c (load_namespaces):
- Cleaned up a bit.
- (save_namespaces): Same.
- (camel_imap4_store_summary_unnote_info): New function.
- (camel_imap4_store_summary_get_folder_info): Fixed the logic a
- bit.
-
-2004-11-11 Not Zed <NotZed@Ximian.com>
-
- * providers/imap4/*: Update for folder-summary api changes.
-
- * providers/imap4/camel-imap4-store.c (imap4_build_folder_info):
- clean up the logic for getting counts from the folder, we have
- code to do this already. Also always run it against the selected
- folder, does'nt need to have FAST bit unset.
-
- * camel-folder-summary.c (camel_folder_summary_info_new): removed.
-
- * camel-string-utils.c (camel_pstring_strdup, camel_pstring_free):
- pooled string allocators. Oh so much easier than the poolv thing,
- and these refcount too.
-
- * camel-folder-summary.h: put message_id back into the summary.
-
-2004-11-08 Not Zed <NotZed@Ximian.com>
-
- * camel-folder.c (camel_folder_get_deleted_message_count): use
- getv method to get the deleted count.
- (get_deleted_message_count): removed.
-
- * camel-vtrash-folder.c (vtrash_getv): override the unread count
- to ignore junked or deleted.
-
- * camel-folder.c (folder_getv): ignore junked and deleted in the
- unread count.
-
- * camel-vee-folder.c (camel_vee_folder_finalise): changed the
- logic slightly not to call internal functions directly.
- (vee_delete): implement, remove all our folders when we're
- deleted, to give unmatched at least a snowflakes chance in hell of
- working.
-
- * camel-vtrash-folder.c (vtrash_search_by_expression)
- (vtrash_search_by_uids, vtrash_folder_changed, vtrash_add_folder)
- (vtrash_remove_folder, vtrash_rebuild_folder): implement
- vtrash-optimised versions. Much faster.
-
- * camel-vee-folder.c (camel_vee_folder_set_folders): don't rebuild
- the folder.
- (camel_vee_folder_add_folder): track folders here, but invoke
- virtual method to let subclasses know about it.
- (camel_vee_folder_remove_folder): similar.
- (vee_search_by_uids): free the folder_uids array with TRUE,
- plugging memory leak.
-
-2004-11-06 Not Zed <NotZed@Ximian.com>
-
- * camel-vee-folder.c: Removed vname, use Folder->full_name
- instead. Make add_folder/remove_folder/set_expression/set_folders
- virtual methods.
- (vee_add_folder): virtual implementation.
-
- * camel-vee-summary.c (camel_vee_summary_add): remove folder arg.
-
-2004-11-05 Not Zed <NotZed@Ximian.com>
-
- * camel-vee-summary.c (vee_info_set_flags): don't emit changed for
- ourselves, let it filter through the changed handler, otherwise we
- do it twice.
- (vee_info_set_user_tag, vee_info_set_user_flag): same.
-
- * camel-folder-summary.c (message_info_new_from_header): use the
- string pool for allocations.
- (message_info_load): same here.
- (camel_pstring_strdup): noop for NULL or ""
- (camel_pstring_free): same.
- (summary_assign_uid): don't always assing the flagged bit, der.
-
-2004-11-02 Not Zed <NotZed@Ximian.com>
-
- * camel-folder-summary.c (camel_pstring_strdup)
- (camel_pstring_free, message_info_free, message_info_clone):
- 'uniquify' the strings.
-
-2004-10-28 Jeffrey Stedfast <fejj@ximian.com>
-
- * providers/imap4/camel-imap4-summary.c (envelope_decode_nstring):
- Handle literal strings.
- (envelope_decode_date): Same. Fixes bug #68894.
-
- * providers/imap4/camel-imap4-stream.c
- (camel_imap4_stream_next_token): Properly tokenise "\*" as a flag
- token. Fixes bug #68869.
-
-2004-10-21 Björn Torkelsson <torkel@acc.umu.se>
-
- * camel-sasl-kerberos4.c: #include "camel-i18n.h"
-
2004-10-27 Julio M. Merino Vidal <jmmv@menta.net>
* camel-operation.c (camel_operation_shutdown): fix the arguments
to pthread_key_delete.
-2004-10-26 Jeffrey Stedfast <fejj@novell.com>
-
- * providers/imap4/camel-imap4-store-summary.[c,h]: New files
- implementing a folder-info cache for offline mode (and faster
- startup I guess).
-
- * providers/imap4/camel-imap4-store.c (imap4_build_folder_info):
- Cache the folder-info for later use in offline mode.
-
- * providers/imap4/camel-imap4-utils.c
- (camel_imap4_get_path_delim): Instead of assigning top = "INBOX",
- do strcpy (top, "INBOX") so that we can later modify the
- string. Fixes bug #68814.
-
-2004-10-25 Jeffrey Stedfast <fejj@novell.com>
-
- * providers/imap4/camel-imap4-engine.c (engine_parse_namespace):
- Updated to use the public function in camel-imap4-utils.c
- (camel_imap4_engine_finalize): Same.
-
- * providers/imap4/camel-imap4-store.c (imap4_construct): Setup and
- load the store summary.
- (camel_imap4_store_finalize): Unref the store summary.
- (imap4_get_folder): Implemented offline support.
- (imap4_folder_utf7_name): Pass the summary to get_delim rather
- than the engine.
- (imap4_create_folder): Same.
- (imap4_reconnect): Update the namespaces on the store summary.
- (connect_to_server): Update the store summary capabilities.
-
- * providers/imap4/camel-imap4-utils.c
- (camel_imap4_get_path_delim): Now takes a store-summary rather
- than an engine so that it will work in offline mode.
- (camel_imap4_namespace_clear): Moved here from
- camel-imap4-engine.c
- (camel_imap4_namespace_list_copy): New convenience function.
- (camel_imap4_namespace_list_free): New.
-
- * providers/imap4/camel-imap4-folder.c (camel_imap4_folder_new):
- Check the return value of summary loading in offline mode (if it
- fails, we can't get the folder).
-
-2004-10-21 Jeffrey Stedfast <fejj@novell.com>
-
- * camel-sasl-gssapi.c: #include "camel-i18n.h"
-
-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):
- Removed an already-fixed FIXME comment.
- (imap4_summary_fetch_flags): Same.
-
- * providers/imap4/camel-imap4-folder.c (imap4_get_path_delim):
- Removed. Use camel_imap4_get_path_delim() instead.
- (camel_imap4_folder_new): Updated.
- (imap4_sync): If we aren't online, we're done. nothing to do.
- (imap4_refresh_info): Same.
- (imap4_append_message): Same but set an exception.
- (imap4_transfer_messages_to): Same.
-
- * providers/imap4/camel-imap4-utils.c
- (camel_imap4_get_path_delim): Moved here from camel-imap4-store.c
-
- * providers/imap4/camel-imap4-store.c (imap4_try_authenticate):
- Change the service string for the sasl mechanism to"imap" rather
- than "imap4".
- (imap4_get_path_delim): Removed.
- (imap4_create_folder): Updated.
- (imap4_folder_utf7_name): Same.
-
-2004-10-13 Not Zed <NotZed@Ximian.com>
-
- * providers/imap4/camel-imap4-folder.c (camel_imap4_folder_new)
- (imap4_sync_changes, imap4_sync):
- * providers/imap4/camel-imap4-summary.c (untagged_fetch_all): kill
- cast as lvalue warning.
-
- * camel-string-utils.h: add prototype for camel_toupper.
-
- * providers/imap4/camel-imap4-utils.c:
- * providers/imap4/camel-imap4-summary.c:
- * providers/imap4/camel-imap4-folder.c:
- * providers/imap4/camel-imap4-engine.c:
- * providers/imap4/camel-imap4-command.c:
- * providers/imap4/camel-imap4-store.c: include camel-i18n.h.
-
2004-10-12 Not Zed <NotZed@Ximian.com>
** See bug ???
@@ -591,11 +150,11 @@
** See bug #67898 and probably others.
* providers/imapp/camel-imapp-store.c (connect_to_server):
- * providers/pop3/camel-pop3-store.c (connect_to_server_wrapper):
+ * providers/pop3/camel-pop3-store.c (connect_to_server):
* providers/imap4/camel-imap4-store.c (connect_to_server_wrapper):
- * providers/imap/camel-imap-store.c (connect_to_server_wrapper):
- * providers/nntp/camel-nntp-store.c (connect_to_server_wrapper):
- * providers/smtp/camel-smtp-transport.c (connect_to_server_wrapper):
+ * providers/imap/camel-imap-store.c (connect_to_server):
+ * providers/nntp/camel-nntp-store.c (connect_to_server):
+ * providers/smtp/camel-smtp-transport.c (connect_to_server):
Fallback to hard-coded port number if the name lookup fails and no
port was supplied.
@@ -609,11 +168,11 @@
2004-10-09 Sivaiah Nallagatla <snallagatla@novell.com>
- * providers/groupwise/camel-gw-listner.c (add_esource) : add the
- source uid to list of selected calendar and tasks so that
- groupwise calendar and tasks are automatically selected
+ * providers/groupwise/camel-gw-listner.c (add_esource) :
+ add the source uid to list of selected calendar and tasks
+ so that groupwise calendar and tasks are automatically selected
(remove_esource) : remove the uids from corresponding gconf keys
- Fixes #62053
+ Fixes #62053
2004-10-08 Not Zed <NotZed@Ximian.com>
@@ -643,16 +202,6 @@
EAI_AGAIN, it doesn't appear to mean the same as EAGAIN does with
system calls (i guess 'no shit sherlock' really).
-2004-10-04 JP Rosevear <jpr@novell.com>
-
- * providers/imap4/camel-imap4-provider.c: include camel-i18n.h
-
-2004-10-01 Jeffrey Stedfast <fejj@novell.com>
-
- * camel-service.c (camel_getaddrinfo): Avoid assigning a value to
- the member of a const struct (which newer gcc's apparently break
- over) by casting to non-const.
-
2004-09-28 Not Zed <NotZed@Ximian.com>
** See bug #66509.
@@ -696,7 +245,7 @@
* camel-vee-store.c:
* camel-vee-folder.c: move the unmatched
folder onto the camel-vee-store object. Removede the global
- unmatched folder and associated locks/etc, fixed all the code up
+ unmatched folder and associated locks/etc, fixed all the code up
to work with the new unmatched folder, if present.
2004-09-27 Not Zed <NotZed@Ximian.com>
@@ -722,24 +271,6 @@
(spool_get_meta_path): implement, this needs to work differnetly
to the parent classes implementations :-/.
-2004-09-22 Jeffrey Stedfast <fejj@novell.com>
-
- * providers/imap/camel-imap-store.c (connect_to_server): Instead
- of doing a host-lookup ourselves, get it passed in to us as an
- argument. Also simplified a bit (try_starttls is no longer an
- option).
- (connect_to_server_wrapper): Simplified (we no longer have
- fallback cases for SSL stuff). Also, perform host lookup here.
-
- * providers/imap4/camel-imap4-store.c: Same changes as above.
-
- * providers/pop3/camel-pop3-store.c: Same.
-
- * providers/smtp/camel-smtp-transport.c: Same. Other changes
- include making the code consistant with the other providers.
-
- * providers/nntp/camel-nntp-store.c: Same as pop/imap.
-
2004-09-21 Not Zed <NotZed@Ximian.com>
** See bug #63521.
@@ -824,12 +355,6 @@
* camel-http-stream.c: turn off debug.
-2004-09-08 Hannah & Fazlu <hannah_lins@yahoo.co.in>
-
- Fixes Bug#61088
-
- * camel/camel-smime-context.c: Change of strings.
-
2004-09-15 Not Zed <NotZed@Ximian.com>
** See bug #0xffff.
@@ -1150,60 +675,6 @@
CAMEL_GROUPWISE_CFLAGS.
(libcamelgroupwise_la_LIBADD): use CAMEL_GROUPWISE_LIBS.
-2004-09-07 Not Zed <NotZed@Ximian.com>
-
- * providers/groupwise/camel-groupwise-provider.c: put the options
- in their own section.
-
-2004-09-06 Not Zed <NotZed@Ximian.com>
-
- * camel-search-private.c (utf8_get): remove this, and make the
- code use camel_utf8_getc instead. Quite a bit faster esp if
- optimising with inlines.
-
- * camel-object.c (check_magic_fail): change the check_magic code
- to mostly run from a macro, its worth it.
-
-2004-09-04 Not Zed <NotZed@Ximian.com>
-
- * providers/local/camel-mbox-summary.c (message_info_new): fix
- cast issue.
-
- * providers/pop3/camel-pop3-engine.c (get_capabilities): remove
- some unused variables.
-
- * camel-object.h: remove camel-i18n.h, fixed all c files where
- appropriate.
-
-2004-08-25 Not Zed <NotZed@Ximian.com>
-
- * camel-list-utils.[ch]: Copied e_dlist* stuff to here, part of
- removing e-util dependency on camel.
-
-2004-08-05 Not Zed <NotZed@Ximian.com>
-
- * providers/local/camel-local-provider.c: same.
-
- * providers/imap/camel-imap-provider.c: put the extra stuff into a
- 'general' section.
-
- * providers/imapp/camel-imapp-provider.c: same.
-
- * providers/pop3/camel-pop3-provider.c: make sure each section
- start has a name.
-
-2004-08-03 Not Zed <NotZed@Ximian.com>
-
- * camel-url.c (camel_url_set_param): when clearing a param, use
- remove_data instead of set_data_full. craptatious glib at it
- again.
-
- * providers/nntp/camel-nntp-provider.c: turn on ssl option.
-
-2004-07-07 Not Zed <NotZed@Ximian.com>
-
- * camel-folder.c: removed filter-rule.h ugh.
-
2004-07-02 Christian Neumair <chris@gnome-de.org>
* camel-smime-context.c: s/Can't/Cannot/.