summaryrefslogtreecommitdiff
path: root/servers
Commit message (Expand)AuthorAgeFilesLines
* Checking if the user name entered is e-mail id and extracting the user nameSushma Rai2006-01-272-1/+15
* fixes #305656Chenthill Palanisamy2006-01-232-25/+50
* Whenever the authenticate button is pressed, always prompt for password.Sushma Rai2006-01-182-11/+21
* Marking the GAL folder for autocompletion, while creating it. Fixes #303998.Sushma Rai2006-01-142-4/+15
* using API_VERSION for Exchange Connector book and calendar factories.Sushma Rai2006-01-142-2/+7
* Returning password validity period, removed unused code and also a few leakSushma Rai2006-01-123-80/+43
* updated changelog entry with bug id.Sushma Rai2006-01-101-2/+2
* As file e-util.h is renamed, replace "libedataserver/e-util.h" asSimon Zheng2006-01-105-4/+13
* Remove some extra unneeded assignments that caused warnings. One instanceKjartan Maraas,,234917702006-01-053-3/+10
* Quiet CVS a bitKjartan Maraas2006-01-054-0/+20
* minor fixes, calling e_source_list_sync and exposingSushma Rai2005-12-213-0/+12
* return if priv is NULLParthasarathi Susarla2005-12-202-0/+7
* Added APIs for setting and reading save_passwd flag form ExchangeAccount.Sushma Rai2005-12-193-0/+25
* Free E2kAutoconfig structure. Fixes #324483.Sushma Rai2005-12-192-4/+8
* Using the integer varable "account_online" to store the mode which fixes theSushma Rai2005-12-177-51/+78
* Corrected the password key values so that password doesn't get propmted twice.Sushma Rai2005-12-173-6/+17
* Fixes the problem of validating and authenticating user only on pressingSushma Rai2005-12-152-24/+31
* Guard agsinst priv->uri being NULL, too.Tor Lillqvist2005-12-132-1/+6
* Drop unused CONNECTOR_LOCALEDIR.Tor Lillqvist2005-12-1311-180/+293
* If password exists, used the remembered password to do theIrene Huang2005-12-122-23/+31
* Send the proper error code in case out exchange calendar authenticationSushma Rai2005-12-102-43/+10
* Add NONE:INT.Tor Lillqvist2005-12-082-0/+5
* Link with libedatasererui's bootstrap import library on Win32. Link alsoTor Lillqvist2005-12-072-6/+24
* Add a new item contentid in the EGwAttachment structure to faciliateParthasarathi Susarla2005-12-063-0/+14
* Initializing the error value. Fixes as crash. Also fixed someSushma Rai2005-11-262-8/+26
* lib/e2k-uri.c (e2k_uri_new) Use g_ascii_strncasecmp() instead ofTor Lillqvist2005-11-253-2/+9
* Use g_ascii_strcasecmp() instead of strcasecmp() for portability.Tor Lillqvist2005-11-252-8/+13
* Added code to handle the Quota errors. Fixes #314476Sankar P2005-11-092-0/+8
* Remove test bits that require libedataserveruiHarish Krishnaswamy2005-10-251-86/+0
* Proceed with deletion of folder only if the folder being removed is *not*Sarfraaz Ahmed2005-10-212-3/+25
* missed the changelog earlierAhmed Sarfraaz2005-10-201-0/+5
* Add the test filesAhmed Sarfraaz2005-10-2011-0/+2236
* Fixes #314243.Chenthill Palanisamy2005-09-302-0/+9
* Skips the hierarchies creation if it is done. ** Fixes #312229.Arunprakash2005-09-302-1/+16
* Fix the password key to be consistent with the camel key. Strips the ';'Sarfraaz Ahmed2005-09-284-13/+63
* ** Fixes bug 314588.Praveen Kumar2005-09-232-0/+12
* Return if the length of the dtstring is 0Parthasarathi Susarla2005-09-162-0/+7
* Add the Type for "Sent Items" and "Junk Mail" folder.Parthasarathi Susarla2005-09-155-3/+45
* Changed the implementation of modify proxy access rights, as per theSankar P2005-09-152-2/+16
* Fix for bug #316274Irene Huang2005-09-152-0/+10
* Fixes #114384 [bnc]Chenthill Palanisamy2005-09-022-1/+15
* Modify License to LGPLHarish Krishnaswamy2005-08-3161-138/+138
* set the default linestatus to offline. (exchange_account_rescan_tree) :Arunprakash2005-08-252-23/+22
* Removes redundant computation.Arunprakash2005-08-252-11/+19
* Added function e_gw_connection_get_all_mail_uids to get all the ids in aSankar P2005-08-243-0/+93
* cast strlen to int for printf.Not Zed2005-08-242-1/+6
* provide a proper c prototype for this, () is pre-iso-c.Not Zed2005-08-242-2/+7
* Store the password (exchange_account_connect) : Handle NULL password, andSarfraaz Ahmed2005-08-224-3/+67
* Created a new directory called docs for storing the openldap ntlm patchSarfraaz Ahmed2005-08-192-0/+202
* Lookup on NULL data is wrong. Handle it earlier. UseSarfraaz Ahmed2005-08-173-5/+23