summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fix stray unref of server in imapx add_folders_to_summary()meego-edsDavid Woodhouse2011-07-281-3/+1
* Release the reference when the DBUSObject is removed.Srinivasa Ragavan2011-07-281-0/+4
* Ref the folder, the DBUS object needs to own one reference.Srinivasa Ragavan2011-07-271-1/+1
* Fix IMAP & Daemon to work with some broken Yahoo's IMAP servers.Srinivasa Ragavan2011-07-273-8/+8
* Add new files to POTFILES. Missed before.Srinivasa Ragavan2011-07-261-0/+19
* Fix a crash if the folder name isnt in English.Srinivasa Ragavan2011-07-261-2/+26
* Dup the charset as it invalidates after the call ends.Srinivasa Ragavan2011-07-261-1/+4
* Dont propagate error when not required.Srinivasa Ragavan2011-07-141-1/+2
* Upsync to servers only for remote accounts and that too sync only when there ...Srinivasa Ragavan2011-07-142-0/+36
* Fix wakeups in imapx parser thread.David Woodhouse2011-07-131-3/+3
* Don't sync local store. Sync only remote stores, which only makes sense.Srinivasa Ragavan2011-07-131-0/+6
* Silent errors when we don't need them really.Srinivasa Ragavan2011-07-131-1/+2
* Some providers return NULL uid when they can't figureout the appendedSrinivasa Ragavan2011-07-131-2/+2
* Added UG translationAbduxukur Abdurixit2011-07-131-738/+670
* addressbook tests: Run with private D-Bus session and environment.Murray Cumming2011-07-137-1/+209
* Ref variants using g_variant_ref/unrefSrinivasa Ragavan2011-07-071-11/+11
* Handle references of GVariants neatly. Fixes a bunch of wrong assumptions.Srinivasa Ragavan2011-07-072-4/+20
* Add '-' to unhandled path.Srinivasa Ragavan2011-07-071-0/+2
* Fix behavior of the view when caching is disabledChristophe Dumez2011-07-051-6/+18
* Implement e_cal_view_set_caching_enabled() to toggle view cachingChristophe Dumez2011-07-058-3/+342
* Add ConnMan integration and offline/online detection+support.Srinivasa Ragavan2011-06-303-5/+6
* Add ConnMan support to Camel Daemon.Srinivasa Ragavan2011-06-293-0/+259
* Create Sent/Drafts for pop.Srinivasa Ragavan2011-06-281-1/+9
* Fix in get_folder_info where local's subdir wasn't returned well if queried f...Srinivasa Ragavan2011-06-281-2/+9
* It seems we were indeed sending all the initial notifications in a bundleTristan Van Berkom2011-06-281-3/+4
* Find local charset from glib and convert to utf8Srinivasa Ragavan2011-06-231-1/+6
* Set POP3 download limit to 20.Srinivasa Ragavan2011-06-231-1/+1
* Save POP uids per very 10 downloaded mails. If we loose the list, we'd have t...Srinivasa Ragavan2011-06-231-1/+4
* Use g_strdup instead of strdupChristophe Dumez2011-06-221-1/+1
* Move the FILE_AS generation to a contact getterChristophe Dumez2011-06-222-50/+68
* Remove the FILE_AS generation code from e_contact_new_from_vcardChristophe Dumez2011-06-221-42/+0
* Generate the FILE_AS attribute as soon as the vCard gets parsedChristophe Dumez2011-06-221-0/+47
* Stop generating FILE AS in e_contact_new_from_vcardChristophe Dumez2011-06-221-1/+5
* Revert "EBook: Add methods to fetch vCards"Christophe Dumez2011-06-212-221/+1
* Add e_vcard_is_parsed() functionChristophe Dumez2011-06-212-0/+18
* Implement lazy contact vCard parsingChristophe Dumez2011-06-211-9/+41
* Fix "avoid initial notifications" functionalityChristophe Dumez2011-06-212-15/+18
* Remove unused variable to fix compilation with gcc 4.6Christophe Dumez2011-06-201-3/+0
* Make EBookBackend notify changes with only the UID if UID is the only request...Tristan Van Berkom2011-06-172-72/+143
* Added test case showing suppression of initial notifications.Tristan Van Berkom2011-06-162-0/+190
* Added e_book_view_set_flags() api and EBookViewFlags type.Tristan Van Berkom2011-06-162-3/+52
* Avoid sending the initial notifications if not flagged to from the file backend.Tristan Van Berkom2011-06-161-4/+13
* Handle org....BookView.setFlags api in EDataBookView.Tristan Van Berkom2011-06-162-2/+36
* Added gdbus apis to set flags on an EBookViewTristan Van Berkom2011-06-165-64/+331
* Fixed a typo in an assertion.Tristan Van Berkom2011-06-161-1/+1
* Merge remote-tracking branch 'remotes/origin/openismus-work' into meego-edsChristophe Dumez2011-06-1616-62/+461
|\
| * Added new test-ebook-get-book-view-uid-only.c test.Tristan Van Berkom2011-06-165-4/+270
| * Send shallow vcard updates with only the UID from the file backend.Tristan Van Berkom2011-06-161-6/+44
| * Forward the 'requested_fields' of e_book_get_book_view() through dbus apis.Tristan Van Berkom2011-06-161-7/+40
| * Updated handlers of org.gnome.evolution.dataserver.addressbook.Book.getBookVi...Tristan Van Berkom2011-06-164-13/+45