aboutsummaryrefslogtreecommitdiffstats
path: root/modules/online-accounts/camel-sasl-xoauth.c
Commit message (Collapse)AuthorAgeFilesLines
* CamelSaslXOAuth: Further refinements.Matthew Barnes2012-10-121-40/+35
| | | | To synchronize with the forthcoming XOAUTH2 prototype.
* CamelSaslXOAuth: Use GHmac to sign the client request.Matthew Barnes2012-10-111-242/+124
| | | | Also refactor the code to more closely resemble EGDataGoaAuthorizer.
* CamelSaslXOAuth: Remove unused GOA_KEY definition.Matthew Barnes2012-10-111-4/+0
|
* Coding style and whitespace cleanup.Matthew Barnes2012-08-201-2/+2
|
* Adapt to single-include E-D-S libraries.Matthew Barnes2012-06-041-2/+0
|
* Adapt modules/online-accounts to the new ESource API.Matthew Barnes2012-06-031-13/+45
|
* Reduce diff noise with 'account-mgmt' branch.Matthew Barnes2012-06-031-6/+5
| | | | One last time.
* 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.