calendar: include rid in "objects-removed" ECalView signal
[platform/upstream/evolution-data-server.git] / camel /
2011-06-03 Milan CrhaWorkaround compiler warnings
2011-06-03 Milan CrhaBug #649757 - Filtering based on a source account alway...
2011-06-01 Milan CrhaBug #649757 - Return back camel_filter_driver_filter_mbox()
2011-06-01 Matthew BarnesFix build breaks.
2011-06-01 Milan CrhaReplace deprecated g_atomic_int_exchange_and_add()
2011-05-29 Matthew BarnesOops, little Freudian slip there in the comment.
2011-05-29 Matthew BarnesCamelVeeFolder: Fix a deadlock.
2011-05-29 Matthew Barnescamel_store_get_folder_sync(): Readability cleanups.
2011-05-28 Matthew BarnesIncluding <glib-object.h> directly is rarely needed.
2011-05-28 Matthew BarnesIncluding <glib.h> directly is rarely needed.
2011-05-26 Chenthill PalanisamyCamelDB: Initiate a transaction before writing into db.
2011-05-26 Chenthill PalanisamyBug 640054 - CamelDB: do not read the db while a trasac...
2011-05-26 Chenthill PalanisamyCamelDB: Ensure that begin_transaction is called before...
2011-05-26 Chenthill PalanisamyCamelFolderSummary: Remove undefined function camel_fol...
2011-05-26 Chenthill PalanisamyCamelDB: Use camel_db_select while retrieving the folde...
2011-05-26 Chenthill PalanisamyCamelDB: use a RW lock to prevent reads while write...
2011-05-26 Milan CrhaBug #589495 - Search folder by Size (KB) counts bytes...
2011-05-23 Matthew Barnescamel_store_create_folder_sync(): Add a status message.
2011-05-23 Milan CrhaFix issues reported by intltool-update
2011-05-23 Milan CrhaBug #550414 - Corruption of mailbox and can't expunge...
2011-05-20 Chenthill PalanisamyIMAPX: optionally download the messages in descending...
2011-05-18 Matthew BarnesCamelService: Add async query_auth_types() functions.
2011-05-17 Milan CrhaBug #646898 - IMAPX should invalidated cache when uidva...
2011-05-14 Matthew BarnesCamel: Fetch quota information asynchronously.
2011-05-14 Matthew BarnesBug 650105 - Deadlock in GroupWise connector
2011-05-12 Matthew Barnescamel_store_get_folder_info_sync(): Add a status message.
2011-05-10 Matthew Barnescamel_folder_get_message(): Show folder name in status...
2011-05-09 Milan CrhaBug #648454 - Subfolders disappear when moving a folder
2011-05-08 Matthew BarnesCoding style cleanups.
2011-05-08 Matthew BarnesAdapt Camel tests to recent API changes.
2011-05-07 Matthew BarnesWhitespace and coding style cleanups.
2011-05-07 Matthew BarnesForgot to change property name for folder creation.
2011-05-07 Matthew BarnesRename "name" property of CamelFolder to "display-name".
2011-05-07 Matthew BarnesRename "name" field of CamelFolderInfo to "display_name".
2011-05-07 Matthew BarnesRemove "uri" field of CamelFolderInfo.
2011-05-07 Matthew Barnescamel_vee_folder_new(): Add argument guards.
2011-05-07 Matthew BarnesCamelVeeStore: Change handling of CHANGE_NOSELECT flag.
2011-05-07 Matthew BarnesRemove CAMEL_STORE_SUMMARY_FRAGMENT flag.
2011-05-07 Matthew BarnesCamelSaslPOPB4SMTP: Fix a compiler warning.
2011-05-07 Matthew BarnesCamelFolder: Remove "uri" property.
2011-05-06 Matthew BarnesCamelFolderSearch: Hack to deal with "message-location".
2011-05-06 Matthew BarnesCamel: Store UIDs in X-Evolution-Source headers.
2011-05-06 Matthew BarnesRemove camel_filter_driver_filter_mbox()
2011-05-05 Vibha YadavBug 649365 - Creation of new repository evolution-groupwise
2011-05-03 Kjartan MaraasMark the param spec strings for translation correctly.
2011-05-03 Matthew BarnesRemove camel_store_folder_uri_equal().
2011-04-29 Matthew BarnesFix definition of CamelProvider.url_equal().
2011-04-29 Matthew BarnesRevise camel_session_get_service_by_url().
2011-04-28 Milan CrhaBug #648844 - IMAP Error: LIST failed: wildcards not...
2011-04-27 David WoodhouseBug 628142 - Fix handling of simultaneous get_message...
2011-04-23 Matthew BarnesReplace CamelSessionThreadMsg with a more modern API.
2011-04-23 Matthew BarnesRemove unused camel_session_thread_wait().
2011-04-22 Matthew BarnesRemove unused CamelTimeoutCallback typedef.
2011-04-22 Matthew BarnesCamelStore: Remove a dead assignment.
2011-04-22 Matthew BarnesCamelSession: Remove some leftover debug messages.
2011-04-22 Matthew BarnesCamelStore: Chain up in the constructed() method
2011-04-21 Matthew BarnesRework how CamelServices are added to CamelSession.
2011-04-21 Matthew BarnesDefine a boxed GType for CamelURL.
2011-04-20 Milan CrhaBug #645498 - [maildir] Fails to show already read...
2011-04-19 Milan CrhaBug #645783 - Return safe paths from CamelService:...
2011-04-18 Milan CrhaBug #646619 - Typo in user-visible string: "defalut...
2011-04-18 Dan VrátilBug #647429 - Hide port-entry for providers without...
2011-04-17 Matthew BarnesFix Gtk-Doc notation in Camel.
2011-04-17 Matthew BarnesSeal up CamelService.
2011-04-09 David WoodhouseFix read off end of string in NTLM SSO support
2011-04-05 David WoodhouseAdd support for NTLM single-sign-on using /usr/bin...
2011-04-05 David WoodhouseAdd asynchronous camel_sasl_try_empty_password()
2011-04-05 David WoodhouseAdd camel_sasl_try_empty_password_sync() method.
2011-04-01 David WoodhouseInfer NTLM domain from username; don't assume it matche...
2011-04-01 David WoodhouseSupport NTLMv2 in camel-sasl-ntlm.c
2011-03-23 Dan VrátiBug 418954 - Add a separate entry combo for port numbers
2011-03-18 Matthew BarnesCoding style and whitespace cleanup.
2011-03-11 Milan CrhaBug #644367 - Check NNTP server capabilities before...
2011-03-11 Milan CrhaBug #643748 - Slow message_location search rule with...
2011-03-10 Milan CrhaAllow special CAMEL_DEBUG=pop3 to debug pop3 communicat...
2011-03-08 Emilio Pozuelo MonfortBug 642783 - CamelLocalFolder: Let glibc's realpath...
2011-03-08 Kjartan MaraasBug 641838 - More compiler warning fixes
2011-03-08 Matthew BarnesImprove camel_file_util_encode_fixed_string()
2011-03-07 Fridrich ŠtrbaMiscellaneous build fixes for Windows
2011-03-05 Matthew BarnesBump BASE_VERSION to 3.0.
2011-03-05 Matthew BarnesCoding style cleanup.
2011-02-25 Milan CrhaBug #633156 - Runtime warning when creating direct...
2011-02-24 Milan CrhaBug #614480 - Avoid using G_TYPE_INSTANCE_GET_PRIVATE...
2011-02-23 Milan CrhaBug #643095 - Crash when opening invalid multipart...
2011-02-22 Milan CrhaBug #639201 - Crash on startup - pop3_get_message,...
2011-02-21 Milan CrhaBug #640829 - Can drop text/plain message lines in...
2011-02-19 Matthew BarnesCoding style and whitespace cleanup.
2011-02-19 Matthew BarnesCamelTcpStream cleanups.
2011-02-16 Milan CrhaBug #638563 - Make string consistent with other providers
2011-02-14 Milan CrhaFix few memory leaks
2011-02-12 Carlos Martín NietoCamelMaildirStore: Fix memory leak
2011-02-09 Chenthill PalanisamyPerform consistency check on local folders based on...
2011-02-08 Kjartan MaraasBug 641757 - Fix warnings from GCC 4.6
2011-02-08 Matthew BarnesFix build break.
2011-02-07 Kjartan Maraasremove more streams tests
2011-02-07 Kjartan MaraasRemove streams tests from Makefile
2011-02-07 Kjartan MaraasRemove streams tests
2011-02-03 Milan CrhaBug #640696 - Hidden new messages in On This Computer...
2011-02-02 Milan CrhaBug #634743 - Moving message on GMail with real Trash...
2011-02-01 Milan CrhaBug #634743 - Moving message on GMail with real Trash...
next