aboutsummaryrefslogtreecommitdiffstats
path: root/modules/online-accounts/e-online-accounts-google.c
Commit message (Collapse)AuthorAgeFilesLines
* Adapt modules/online-accounts to the new ESource API.Matthew Barnes2012-06-031-494/+0
|
* Bug #676226 - Changing GOA mail account looses GOA keyMilan Crha2012-05-171-0/+7
|
* Bug 672474 - Flaw in GOA synchronization logicMatthew Barnes2012-03-201-1/+9
| | | | | Changes to EAccountList and ESourceList must be explicitly synchronized back to GConf. I forgot. Fix it throughout the online-accounts module.
* Introduce libemail-engine and libemail-utils.Matthew Barnes2012-01-191-1/+1
| | | | | | | 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.
* Miscellaneous cleanups.Matthew Barnes2011-11-231-1/+1
|
* Bug #659736 - GOA Google calendar prevents settings changeMilan Crha2011-11-111-0/+1
|
* Bug #663748 - Unable to reconfigure GOA GMail accountMilan Crha2011-11-101-3/+9
|
* Bug #660721 - Online Account services not always activatingMilan Crha2011-10-131-0/+4
|
* online-accounts: Adapt to URL parameter renames.Matthew Barnes2011-08-151-4/+6
| | | | It's "security-method" now instead of "use_ssl".
* online-accounts: Give Google calendars a color.Matthew Barnes2011-07-071-0/+5
|
* online-accounts: Set GoaAccount ID in calendar and contact sources.Matthew Barnes2011-06-301-0/+6
| | | | Forgot that part... kind of important.
* Prototype an online-accounts module.Matthew Barnes2011-06-251-0/+455
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.