aboutsummaryrefslogtreecommitdiffstats
path: root/modules/online-accounts/camel-sasl-xoauth.c
Commit message (Collapse)AuthorAgeFilesLines
* Introduce libemail-engine and libemail-utils.Matthew Barnes2012-01-191-3/+3
| | | | | | | These libraries are bound for E-D-S so they live at the lowest layer of Evolution for now -- even libeutil can link to them (but please don't). This is the first step toward moving mail handing to a D-Bus service.
* Fix a build break after recent changesMilan Crha2011-10-251-2/+7
|
* Adapt to CamelNetworkSettings changes.Matthew Barnes2011-10-251-3/+12
|
* Coding style and whitespace cleanup.Matthew Barnes2011-08-131-5/+5
|
* Prototype an online-accounts module.Matthew Barnes2011-06-251-0/+504
Integrates with the GNOME Online Accounts service. Creates Evolution sources for a GOA Google account and keeps them synchronized. Also registers a new CamelSaslXOAuth class for use with GMail. Authentication of Google Calendars and Google Contacts using OAuth is still under development.