aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/groupwise-account-setup/camel-gw-listener.c
Commit message (Expand)AuthorAgeFilesLines
* GN-bug #593617 - GroupWise plugins are not builtMilan Crha2009-09-231-1047/+0
* More whitespace cleanup.Matthew Barnes2009-07-191-1/+1
* Fix excessive whitespace.Matthew Barnes2009-07-131-10/+0
* More code cleanup.Matthew Barnes2009-06-021-12/+12
* Whitespace cleanup.Matthew Barnes2009-05-291-11/+11
* Prefer GLib basic types over C types.Matthew Barnes2009-05-291-53/+53
* Remove trailing whitespace, again.Matthew Barnes2009-05-291-7/+7
* Fix compiler warnings in plugins.Matthew Barnes2009-05-271-2/+2
* Fix for bug #440646 (bugzilla.novell.com) - Set the ESource color-spec for pr...Suman Manjunath2008-11-111-1/+1
* Change License from GPL to LGPL. 2nd batch.Sankarasivasubramanian Pasupathilingam2008-09-031-15/+14
* updated novell copyright notices (left others alone)Jeffrey Stedfast2008-06-211-1/+1
* Committing on behalf of Chenthill Palanisamy <pchenthill@novell.com>Chenthill Palanisamy2008-04-301-13/+40
* ** Remove trailing whitespace from source code.Matthew Barnes2007-11-151-132/+132
* Fix warnings from sparse and gccKjartan Maraas2007-10-311-1/+1
* Update FSF address in header comments (#469886). Patch from TobiasMatthew Barnes2007-09-021-1/+1
* ** Fix for bug #308636Milan Crha2007-08-231-7/+11
* Don't assume the relative URI is non-NULL (#427232).Matthew Barnes2007-05-261-24/+20
* ** Fixes bug #373116Matthew Barnes2007-04-021-4/+2
* Picks a random color for proxy calendars, Checks the Memo/Notes componentSankar P2007-02-091-5/+19
* Add code to prune dead proxy entries (so they are executed regardless ofHarish Krishnaswamy2006-12-041-89/+72
* Chain up to parent's finalize() method.Matthew Barnes2006-09-191-0/+2
* Added support for Gw notes.Chenthill Palanisamy2006-07-221-0/+7
* Add default color to the GW source created. Fixes #167102Harish Krishnaswamy2006-04-191-0/+3
* Fixes the first time account setup issue.Sushma Rai2006-03-111-15/+16
* use libedataserver/e-account-list.h instead of e-util/e-account-list.h.Simon Zheng2006-01-061-1/+1
* Fixes #320119Chenthill Palanisamy2005-12-211-4/+18
* Groupwise address book, new warning message if the user's frequent contactsSushma Rai2005-11-241-1/+8
* check if string (eg. use_ssl) are NULL before strcmp(). prevents aParthasarathi Susarla2005-11-091-0/+2
* Using writable property to find the GroupWise system address book, whileSushma Rai2005-09-281-1/+6
* *** empty log message ***Parthasarathi Susarla2005-09-161-5/+12
* def9ine before defining.Not Zed2005-08-241-1/+1
* Added code to get the password from the cache, instead of asking the userSankar P2005-08-041-12/+18
* Marking "Novell GroupWise Address Book" for offline usage, by default.Sushma Rai2005-07-231-1/+5
* Modify function definition orderShreyas Srinivasan2005-07-101-88/+86
* Make the camel-groupwise-listener load on startup.Shreyas Srinivasan2005-07-101-0/+980
* Removed unneeded filesJain Vivek2005-06-131-892/+0
* error file moves/e-error.h movesMichael Zucci2005-05-161-1/+1
* don't free container list here. It is chaced in connection and will beSivaiah Nallagatla2005-03-071-6/+0
* Make mailer depend on libedataserverui.Hans Petter Jansson2005-02-241-1/+1
* Remove leading "%s" in the message. Similar to #36137Sivaiah Nallagatla2005-01-281-3/+5
* Don't set offline_sync value taken from camel url instead set "1" or "0"Sivaiah Nallagatla2005-01-231-3/+3
* Assiged value to URL.Sivaiah Nallagatla2005-01-201-1/+1
* use url->host instead of reading "poa" parameter everywhere. use "use_ssl"Sivaiah Nallagatla2005-01-181-64/+39
* fixing ssl issueSivaiah Nallagatla2004-12-171-1/+1
* fixed some includes to get it build as pluginSivaiah Nallagatla2004-12-041-2/+2
* added a setting to mark the account for offline usuageSivaiah Nallagatla2004-11-221-19/+51
* fix for #62053Sivaiah Nallagatla2004-10-111-3/+43
* change the "CheckList" to "Tasks" as there is another foder calledSivaiah Nallagatla2004-08-261-1/+1
* if any of the settings required for soap interaction changes trySivaiah Nallagatla2004-08-211-36/+45
* remove the cal/taksks sources when account is disbaled. Also do not try toSivaiah Nallagatla2004-08-141-3/+13
* fix for e_passwords api change, and handle reprompting as well.Not Zed2004-08-121-2/+4
* Add an entry to specify POA address and a check box to say whehter ssl hasSivaiah Nallagatla2004-07-291-60/+117
* : pass "use_ssl" value to these functions and set it on e-sourceSivaiah Nallagatla2004-07-131-20/+57
* set port property on e-sourceSivaiah nallagatla2004-05-261-0/+2
* return NULL when there is no existing gw account with same uidSivaiah Nallagatla2004-05-261-9/+12
* remove /soap part from uri. make port as a e-source property instead ofSivaiah Nallagatla2004-05-261-44/+76
* added CAMEL_LIBS to LIBADD added new function to get addres book namesSivaiah Nallagatla2004-04-211-68/+166
* change the auth type string from Password to plain/passwordSivaiah Nallagatla2004-04-131-1/+1
* add bookname to uriSivaiah Nallagatla2004-04-111-6/+5
* removed ldap seetings and added a settng for SOAP port read port numberSivaiah Nallagatla2004-03-251-85/+65
* use "Calendar" and "Checklist" for the folder names, instead of "Default".Rodrigo Moya2004-03-031-8/+7
* add port and /soap parts to relative uri while updating it when accountSivaih Nallagatla2004-01-281-4/+5
* add port and "/soap" to source uriSiviaah Nallagatla2004-01-191-2/+6
* added some conf entries for LDAP address setup addedSivaiah Nallagatla2004-01-161-5/+148
* *** empty log message ***Rodrigo Moya2004-01-161-16/+8
* set the "auth" property on the ESource's we create, to get authentication.Rodrigo Moya2004-01-141-0/+1
* renamed groupwise-config-listener.[ch] to these file names and alsoSivaiah Nallagatla2004-01-131-0/+480