Fridrich Strba [Fri, 5 Mar 2010 08:04:13 +0000 (09:04 +0100)]
Disable some bits on win32
This makes e-d-s at least buildable waiting for a proper fix
Chenthill Palanisamy [Fri, 5 Mar 2010 05:45:57 +0000 (11:15 +0530)]
Fix couple of invalid reads in idle_thread and namespace parsing
Fridrich [Thu, 4 Mar 2010 22:00:54 +0000 (23:00 +0100)]
Remove superfluos include since we use GLib APIs instead
Michael Meeks [Thu, 4 Mar 2010 20:03:12 +0000 (20:03 +0000)]
make groupwise locking more granular to improve latency
Michael Meeks [Thu, 4 Mar 2010 17:10:59 +0000 (17:10 +0000)]
Rationalise fragmented locking.
Use a recursive lock everywhere in case of problems.
Unify get_deltas lock with the main connection lock, yet drop it for
the high latency get_objects call.
Fix memory corruption issue bgo#611815
Chenthill Palanisamy [Thu, 4 Mar 2010 14:03:06 +0000 (19:33 +0530)]
Use enum for priorities. Fix parsing uids while moving messages.
Fridrich Strba [Thu, 4 Mar 2010 09:38:39 +0000 (10:38 +0100)]
Ooops, some more sleep -> g_usleep changes
Fridrich Strba [Thu, 4 Mar 2010 09:36:13 +0000 (10:36 +0100)]
Using Glib g_poll instead of poll and related changes
Fridrich Strba [Thu, 4 Mar 2010 09:35:38 +0000 (10:35 +0100)]
Clean non-existing directories from the Makefile.am
Fridrich Strba [Thu, 4 Mar 2010 09:34:58 +0000 (10:34 +0100)]
Enable imapx again on windows
Priit Laes [Sun, 28 Feb 2010 07:43:04 +0000 (09:43 +0200)]
[Bug 611355] [PATCH] calendar/tests/ecal/test-ecal-create-object--2 test
Fix test-ecal-create-object--2 test, fixes bug 611355
Matthew Barnes [Wed, 3 Mar 2010 21:18:23 +0000 (16:18 -0500)]
Remove camel-imapx-tokenise.h when running "make clean".
Ensures "make clean; make" regenerates the file.
Fridrich Strba [Wed, 3 Mar 2010 21:05:47 +0000 (22:05 +0100)]
Updated .gitignore file
Fridrich Strba [Wed, 3 Mar 2010 21:05:08 +0000 (22:05 +0100)]
[win32] Use on windows the right includes
Fridrich Strba [Wed, 3 Mar 2010 21:04:27 +0000 (22:04 +0100)]
Make the dummy library correspond to the reality
Fridrich Strba [Wed, 3 Mar 2010 21:03:42 +0000 (22:03 +0100)]
[win32] Disable building imapx on windows, since it needs a porting love
Fridrich Strba [Wed, 3 Mar 2010 21:02:59 +0000 (22:02 +0100)]
[win32} The ber_* functions are prototyped in winber.h
Chenthill Palanisamy [Wed, 3 Mar 2010 09:17:13 +0000 (14:47 +0530)]
perform a clean switch between online and offline - imapx.
Fixes coulple of crashers.
Chenthill Palanisamy [Wed, 3 Mar 2010 02:40:56 +0000 (08:10 +0530)]
Use Gthread instead of pthread
Chenthill Palanisamy [Wed, 3 Mar 2010 02:06:34 +0000 (07:36 +0530)]
Do not show message download progress while syncing for offline.
Chenthill Palanisamy [Wed, 3 Mar 2010 01:08:35 +0000 (06:38 +0530)]
mark inbox as system folder
Chenthill Palanisamy [Wed, 3 Mar 2010 00:54:43 +0000 (06:24 +0530)]
Set the right parent class
Chenthill Palanisamy [Tue, 2 Mar 2010 15:21:26 +0000 (20:51 +0530)]
Allow reading retrieving messages parallely
Chenthill Palanisamy [Tue, 2 Mar 2010 12:00:48 +0000 (17:30 +0530)]
Bug 609372 - evolution crashed : fetching message for a fresh account.
Avoid duplicate requests on folder operations.
Chenthill Palanisamy [Tue, 2 Mar 2010 06:51:02 +0000 (12:21 +0530)]
use imapx for groupwise provider USE_IMAP option
Chenthill Palanisamy [Mon, 1 Mar 2010 11:40:56 +0000 (17:10 +0530)]
use sensible variable name for set_lock_async
Michael Meeks [Mon, 1 Mar 2010 11:23:18 +0000 (11:23 +0000)]
Fix unpleasant issue with (remove_item) more elegantly. Instead of
taking an untaking the ref-lock thousands of times, and trying to
free messages inside the loop (while cobbering their uid to encourage
message_info_free not to do an unsave hash table removal, inside the
g_hash_table_foreach_remove loop).
Instead - we now just build a list very quickly of the messages we
want to drop. As such, the hash table iteration will be ~instant,
and we do not need to take / drop the lock each iteration, simplifying
and perhaps accelerating the code. We then free the messages later
before releasing the summary lock.
Chenthill Palanisamy [Mon, 1 Mar 2010 07:33:25 +0000 (13:03 +0530)]
Hide debug messages
Chenthill Palanisamy [Mon, 1 Mar 2010 06:37:59 +0000 (12:07 +0530)]
Increase the priority for INBOX refresh.
Daniel Nylander [Sun, 28 Feb 2010 12:01:30 +0000 (13:01 +0100)]
Updated Swedish translation
Claude Paroz [Fri, 26 Feb 2010 22:33:09 +0000 (23:33 +0100)]
Updated French translation
Chenthill Palanisamy [Fri, 26 Feb 2010 21:42:10 +0000 (03:12 +0530)]
Fix the progress for get_message - imapx
Chenthill Palanisamy [Fri, 26 Feb 2010 20:40:54 +0000 (02:10 +0530)]
Implement sync message
Milan Crha [Fri, 26 Feb 2010 13:44:32 +0000 (14:44 +0100)]
Bug #602723 - Contact list name doesn't get displayed in 'To' dialog
Chenthill Palanisamy [Fri, 26 Feb 2010 10:59:03 +0000 (16:29 +0530)]
removed the debug message
Chenthill Palanisamy [Fri, 26 Feb 2010 10:52:52 +0000 (16:22 +0530)]
Split new_messages_fetch and scan_changes as separate jobs. Needed for avoiding the duplicate requests.
Add null checks for minfos fetched from folder summary.
Add null check while operation unref. bug 611166.
Use a separate uids copy while scanning for changes to be thread-safe.
Fixes a crash when expunged uid is null.
Priit Laes [Fri, 26 Feb 2010 00:48:44 +0000 (19:48 -0500)]
Bug 611125 - Duplicate definition of camel-iconv.h in install targets
Chenthill Palanisamy [Thu, 25 Feb 2010 18:32:54 +0000 (00:02 +0530)]
Bug 610073 - Error while refreshing folder in imapx
Chenthill Palanisamy [Thu, 25 Feb 2010 18:10:11 +0000 (23:40 +0530)]
Reverting fix for bug 610073
Milan Crha [Thu, 25 Feb 2010 12:30:34 +0000 (13:30 +0100)]
Bug #529331 - Be able to disallow selection of a certain ESource
Michael Meeks [Thu, 25 Feb 2010 12:14:51 +0000 (12:14 +0000)]
use IMAPX for groupwise if USE_IMAP is set, if it is configured.
Chenthill Palanisamy [Thu, 25 Feb 2010 11:57:58 +0000 (17:27 +0530)]
Compile imapx always
Chenthill Palanisamy [Thu, 25 Feb 2010 11:27:49 +0000 (16:57 +0530)]
Bug 609990 - IMAPX - Crasher at camel_imapx_server_sync_changes
Chenthill Palanisamy [Thu, 25 Feb 2010 10:28:36 +0000 (15:58 +0530)]
Include camel-imapx-tokens.txt in the tarball
Chenthill Palanisamy [Wed, 24 Feb 2010 20:04:16 +0000 (01:34 +0530)]
Bug 610919 - IMAPX : issues with server sent item folder
Chenthill Palanisamy [Wed, 24 Feb 2010 19:06:05 +0000 (00:36 +0530)]
Bug 610073 - Error while refreshing folder in imapx
Bruce Cowan [Wed, 24 Feb 2010 16:01:02 +0000 (16:01 +0000)]
Updated British English translation
Chenthill Palanisamy [Wed, 24 Feb 2010 09:22:55 +0000 (14:52 +0530)]
Do not hold lock while waiting for parser thread to quit - imapx
Chenthill Palanisamy [Tue, 23 Feb 2010 00:56:31 +0000 (06:26 +0530)]
Add locks to input/output streams
Milan Crha [Wed, 24 Feb 2010 13:35:41 +0000 (14:35 +0100)]
Bug #600322 - assertion failed: (reply == msg) in cs_waitinfo()
Leonid Kanter [Wed, 24 Feb 2010 09:13:23 +0000 (11:13 +0200)]
Update Russian translation by Yuri Kozlov <yuray@komyakino.ru>
Alexander Shopov [Tue, 23 Feb 2010 06:32:29 +0000 (08:32 +0200)]
Updated Bulgarian translation
Chenthill Palanisamy [Mon, 22 Feb 2010 15:23:55 +0000 (20:53 +0530)]
post release version bump
Chenthill Palanisamy [Mon, 22 Feb 2010 12:55:14 +0000 (18:25 +0530)]
news update for 2.29.91 release.
Chenthill Palanisamy [Thu, 18 Feb 2010 12:10:41 +0000 (17:40 +0530)]
Bug 580818 - Messages are not shown in folders
Milan Crha [Mon, 22 Feb 2010 11:34:58 +0000 (12:34 +0100)]
Bug #564727 - Few memory leaks
Mario Blättermann [Sat, 20 Feb 2010 15:09:54 +0000 (16:09 +0100)]
Updated German translation
Christian Kirbach [Sat, 20 Feb 2010 15:05:27 +0000 (16:05 +0100)]
Updated German translation
Antonio Fernandes C. Neto [Sat, 20 Feb 2010 14:39:28 +0000 (09:39 -0500)]
Updated Brazilian Portuguese translation.
Matthew Barnes [Fri, 19 Feb 2010 14:46:35 +0000 (09:46 -0500)]
Fix distcheck error.
Petr Kovar [Thu, 18 Feb 2010 20:51:56 +0000 (21:51 +0100)]
Update Czech translation by Jiri Eischmann
vasudeven [Thu, 18 Feb 2010 03:19:32 +0000 (08:49 +0530)]
updated Tamil translation
Milan Crha [Wed, 17 Feb 2010 17:30:49 +0000 (18:30 +0100)]
Bug #603506 - Use thread safe G_DEFINE_TYPE/G_DEFINE_TYPE_EXTENDED
Mattias Põldaru [Wed, 17 Feb 2010 11:28:28 +0000 (13:28 +0200)]
Estonian translation updated
Milan Crha [Tue, 16 Feb 2010 15:59:59 +0000 (16:59 +0100)]
Ensure proper reference handling of CamelMessageInfo
Chenthill Palanisamy [Tue, 16 Feb 2010 08:53:01 +0000 (14:23 +0530)]
Bug 609964 - Crash in imapx_command_expunge_done
Milan Crha [Mon, 15 Feb 2010 16:05:26 +0000 (17:05 +0100)]
Bug #574940 - Always ref returned info from message_info_from_uid
Fran Diéguez [Mon, 15 Feb 2010 13:56:36 +0000 (14:56 +0100)]
Updated Galician Translation
Chao-Hsiung Liao [Mon, 15 Feb 2010 03:49:56 +0000 (11:49 +0800)]
Updated Traditional Chinese translation(Hong Kong and Taiwan)
Lucian Adrian Grijincu [Fri, 12 Feb 2010 23:18:59 +0000 (01:18 +0200)]
Update Romanian translation
Milan Crha [Fri, 12 Feb 2010 12:13:32 +0000 (13:13 +0100)]
Bug #609649 - Doesn't emit cal-opened on password prompt cancel
Matej Urbančič [Fri, 12 Feb 2010 12:03:20 +0000 (13:03 +0100)]
Updated Slovenian translation
Milan Crha [Thu, 11 Feb 2010 19:12:23 +0000 (20:12 +0100)]
Bug #609646 - Unset global DBus variables on destroy or disconnect
Chenthill Palanisamy [Thu, 11 Feb 2010 13:58:02 +0000 (19:28 +0530)]
Bug 609614 - Folder -> expunge doesn't work in imapx
Bharath Acharya [Thu, 11 Feb 2010 10:18:58 +0000 (15:48 +0530)]
BUG 606811 - evolution crashed in match_content_type at camel-folder-summary.c:5066
Avoids the crash. Regression because of
http://git.gnome.org/browse/evolution/commit/?id=
6a72dacb7db51cd0f6b84e9aefd248677c0ff4e0
Kjartan Maraas [Wed, 10 Feb 2010 21:13:55 +0000 (22:13 +0100)]
Updated Norwegian bokmål translation
Chenthill Palanisamy [Wed, 10 Feb 2010 12:11:23 +0000 (17:41 +0530)]
Unref the message_infos
Chenthill Palanisamy [Wed, 10 Feb 2010 08:19:30 +0000 (13:49 +0530)]
Fixes a crash when select fails due to cancellation of a job
Chenthill Palanisamy [Wed, 10 Feb 2010 06:51:13 +0000 (12:21 +0530)]
Insert the full_name of the folder into hash_table
Chenthill Palanisamy [Wed, 10 Feb 2010 00:39:36 +0000 (06:09 +0530)]
Bug 609398 - [IMAPX] Subscriptions are not respected.
Chenthill Palanisamy [Tue, 9 Feb 2010 21:29:38 +0000 (02:59 +0530)]
Change the function signatures adhering to the provider namespace.
Matthew Barnes [Tue, 9 Feb 2010 23:09:14 +0000 (18:09 -0500)]
Remove libglade-2.0 from libedataserverui.pc.
Jorge González [Tue, 9 Feb 2010 17:45:34 +0000 (18:45 +0100)]
Updated Spanish translation
Chenthill Palanisamy [Tue, 9 Feb 2010 16:16:48 +0000 (21:46 +0530)]
Bug 609390 - search folders don't work in imapx
Chenthill Palanisamy [Tue, 9 Feb 2010 13:05:25 +0000 (18:35 +0530)]
Bug 609393 - evolution crashed when clicked on search folder
Change the function signatures adhering to the provider namespace.
Chenthill Palanisamy [Tue, 9 Feb 2010 12:43:16 +0000 (18:13 +0530)]
Use camel exception initializer
Chenthill Palanisamy [Tue, 9 Feb 2010 12:30:20 +0000 (18:00 +0530)]
Bug 609375 - Duplicate mnemonic in imapx preference
Chenthill Palanisamy [Tue, 9 Feb 2010 08:48:29 +0000 (14:18 +0530)]
Bug 609310 - IMAPX - Crasher - imapx_job_done
Chenthill Palanisamy [Tue, 9 Feb 2010 06:52:53 +0000 (12:22 +0530)]
Bug 609374 - Missing mnemonic in imapx preference
Matthew Barnes [Sun, 7 Feb 2010 23:12:51 +0000 (18:12 -0500)]
Post-release version bump.
Matthew Barnes [Sun, 7 Feb 2010 23:02:14 +0000 (18:02 -0500)]
NEWS update for 2.29.90 release.
Jorge González [Sun, 7 Feb 2010 20:42:35 +0000 (21:42 +0100)]
Updated Spanish translation
Chenthill Palanisamy [Sun, 7 Feb 2010 18:54:43 +0000 (00:24 +0530)]
Add the preference options
Chenthill Palanisamy [Sun, 7 Feb 2010 18:43:30 +0000 (00:13 +0530)]
Start parallel fetches for a large message. Set multi-size to
2KB as per rfc 2683.
Unref the folders.
Do not wait in select if commands are active. Fixes a dead-lock in parser
thread.
Reduce the priority during iterative fetches so that the user triggered
fetch is always at high priority.
Matthew Barnes [Sun, 7 Feb 2010 02:16:22 +0000 (21:16 -0500)]
Update API documentation.
Matthew Barnes [Sun, 7 Feb 2010 01:54:21 +0000 (20:54 -0500)]
Coding style and whitespace cleanup.
Milan Crha [Wed, 3 Feb 2010 19:42:48 +0000 (20:42 +0100)]
Bug #607812 - Properly encode CalDAV URL
In case the url is already encoded, then decode it first.
Matthew Barnes [Tue, 2 Feb 2010 18:20:11 +0000 (13:20 -0500)]
Clarify a configure.ac comment.
Chenthill Palanisamy [Tue, 2 Feb 2010 21:50:45 +0000 (03:20 +0530)]
implement transfer_messages_to
Matthew Barnes [Tue, 2 Feb 2010 17:24:49 +0000 (12:24 -0500)]
Disable strict aliasing optimization.