summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Create Sent/Drafts for pop.email-factorySrinivasa Ragavan2011-06-291-1/+9
* Fix in get_folder_info where local's subdir wasn't returned well if queried f...Srinivasa Ragavan2011-06-291-2/+9
* Find local charset from glib and convert to utf8Srinivasa Ragavan2011-06-231-1/+6
* Set POP3 download limit to 20.Srinivasa Ragavan2011-06-221-1/+1
* Save POP uids per very 10 downloaded mails. If we loose the list, we'd have t...Srinivasa Ragavan2011-06-161-1/+4
* Fix crash in finding password.Srinivasa Ragavan2011-06-161-1/+7
* Updated Serbian translationМирослав Николић2011-06-152-5707/+6643
* Added UG translationAbduxukur Abdurixit2011-06-151-0/+5390
* libedataserverui: Fix compilation error with GTK < 2.24Christophe Dumez2011-06-151-0/+1
* calendar: include rid in "objects-removed" ECalView signalPatrick Ohly2011-06-152-9/+27
* calendar file backend: support remove with CALOBJ_MOD_ONLY_THISPatrick Ohly2011-06-151-6/+28
* calendar file backend: removal notification for detached recurrence, part 2Patrick Ohly2011-06-151-0/+11
* calendar file backend: removal notification for detached recurrence, part 1Patrick Ohly2011-06-151-19/+37
* calendar file backend: white list check for supported CalObjModTypePatrick Ohly2011-06-151-0/+26
* libecal: catch invalid CalObjModType valuesPatrick Ohly2011-06-151-2/+19
* libecal: added CALOBJ_MOD_ONLY_THISPatrick Ohly2011-06-153-8/+38
* calendar file backend: support removing parent event with CALOBJ_MOD_THISPatrick Ohly2011-06-151-46/+88
* e_book_backend_file_get_contact_list: Fix memory leakChristophe Dumez2011-06-151-0/+4
* e_contact_name_from_string(): Fix possible memory leakChristophe Dumez2011-06-151-1/+2
* e_dbhash_new: Close and reopen db handle to avoid memory leakChristophe Dumez2011-06-151-0/+7
* e_name_western_reorder_asshole: Fix possible memory leakChristophe Dumez2011-06-151-1/+3
* e_book_backend_file_get_changes: Fix possible memory leakChristophe Dumez2011-06-151-0/+8
* Bug #645845 - Fix memory leak in get_changes()Robert Peto2011-06-151-2/+2
* Bug #651226 - e_book_new_system_addressbook() should create source in GConfChristophe Dumez2011-06-151-3/+71
* Bug #651113 - [libebook] Querying date fields is not supportedChristophe Dumez2011-06-151-1/+32
* Bug #651054 - Support queries based on "photo" contact fieldChristophe Dumez2011-06-151-0/+21
* Bug #650952 - Remove unknown EContact field name runtime warningChristophe Dumez2011-06-151-1/+0
* Bug #650950 - entry_compare() should iterate over attributes with the same nameChristophe Dumez2011-06-151-10/+15
* addressbook file backend: libdb must be initialized for concurrent read/writePatrick Ohly2011-06-151-1/+12
* Workaround GtkComboBoxText in .ui fileMilan Crha2011-06-153-4/+29
* Bug 632687 - Doesn't build against gtk+ 2.91.1Matthew Barnes2011-06-152-2/+8
* Bug #627788 - EDataCalView is never freed in a factory processMilan Crha2011-06-158-19/+239
* Bug #628563 - Use-after-free crash in objects_added_cb()Milan Crha2011-06-152-2/+7
* Add API to fetch password from session.Srinivasa Ragavan2011-06-154-0/+185
* Fix IMAPX folderinfo to show server's unread count.Srinivasa Ragavan2011-06-152-3/+34
* Fix unread count to be on the server.Srinivasa Ragavan2011-06-141-2/+7
* Fix fetch-more to return FALSE when there are none to fetch.Srinivasa Ragavan2011-06-132-15/+21
* Add the dbus api from codegen.Srinivasa Ragavan2011-06-074-0/+347
* Add support to mobile extension of POP/IMAP and implement the new APIs.Srinivasa Ragavan2011-06-077-6/+193
* Adds mobile support to camel. Fetch limited mails on pop/imapx.Srinivasa Ragavan2011-06-0712-20/+430
* Make Folder refreshInfo a total async call.Srinivasa Ragavan2011-06-021-4/+3
* Add API for Fetching specific accounts.Srinivasa Ragavan2011-06-026-8/+182
* Fix downloading of IMAPX mails in reverse order.Srinivasa Ragavan2011-06-012-10/+14
* Pick UID Cache from the right location.Srinivasa Ragavan2011-06-011-4/+11
* Add signal for account added/removed/changed.Srinivasa Ragavan2011-05-316-0/+256
* Add autofetch param to avoid autofetching next mails. In Daemon we download i...Srinivasa Ragavan2011-05-313-1/+7
* Fetch POP mails in reverse order so that new mails are downloaded first.Srinivasa Ragavan2011-05-311-2/+4
* Make error if GError is nullSrinivasa Ragavan2011-05-311-3/+8
* Port in Chen's download mails in descending order and allow to specify batch ...Srinivasa Ragavan2011-05-202-11/+69
* Add POP3 to a individual folder than to Local INBOX.Srinivasa Ragavan2011-05-182-0/+51