summaryrefslogtreecommitdiff
path: root/camel
Commit message (Expand)AuthorAgeFilesLines
* Reverted. David Woodhouse can fix his own damn server since he configuredJeffrey Stedfast2006-05-092-39/+6
* Fixed a mis-ordering of an if-statement clause that caused bug #340717.Jeffrey Stedfast2006-05-053-8/+13
* Fix for bug #315976.Jeffrey Stedfast2006-05-012-9/+31
* Handle prompts from GnuPG asking for the user's PIN for their SmartCard.Jeffrey Stedfast2006-05-012-33/+65
* Initialize a pointer to NULL so that we wont have any dangling referenceSankar P2006-04-282-2/+8
* Don't do fallback for SSL/TLS. Fixes bug #321797.Jeffrey Stedfast2006-04-242-7/+7
* Set some socket options like keepalive and nodelay.Jeffrey Stedfast2006-04-242-7/+4
* Don't do fallback for SSL/TLS. Fixes bug #321797.Jeffrey Stedfast2006-04-242-7/+7
* Don't do fallback for SSL/TLS. Fixes bug #321797.Jeffrey Stedfast2006-04-242-11/+10
* Removes multiple items by a single call instead of deleting one-by-one.Sankar P2006-04-242-23/+107
* No need to get the unread count for Sent Items folder. All will be read bySankar P2006-04-222-3/+11
* Set some socket options like keepalive and nodelay.Jeffrey Stedfast2006-04-212-0/+15
* unfuck the imap4 codeJeffrey Stedfast2006-04-212-92/+1
* Instead of downloading HEADERS try to download the specific HEADER FIELDSSankar P2006-04-212-1/+8
* don't make the pop3_passwd_authtype privateJeffrey Stedfast2006-04-201-1/+1
* don't make the nntp_passwd_authtype privateJeffrey Stedfast2006-04-201-1/+1
* fixed some formattingJeffrey Stedfast2006-04-202-13/+9
* ** See bug 167640 on bnc Add space at the end of a string.Parthasarathi Susarla2006-04-202-1/+6
* Removes from summary based on uid instead of info. This will avoidSankar P2006-04-202-3/+11
* You cannot CANNOT modify the input strings. EVER. Fixed to not do that andJeffrey Stedfast2006-04-192-45/+65
* fixed a type-oJeffrey Stedfast2006-04-181-1/+1
* If the hostname isn't valid (contains invalid chars, etc), then fallbackJeffrey Stedfast2006-04-182-8/+56
* Corrected an erroneous commit.Sankar P2006-04-182-5/+10
* Sync up the flags before updating the changes.Sankar P2006-04-172-0/+9
* Fixed a goof in the last patch.Jeffrey Stedfast2006-04-132-1/+6
* can't make camel_imap4_password_authtype privateJeffrey Stedfast2006-04-131-1/+1
* regeneratedJeffrey Stedfast2006-04-121-32/+32
* Fixes to many source files to suppress compiler warnings thanks to KjartanJeffrey Stedfast2006-04-1259-196/+183
* Set appropriate structs/struct elements to static/const.Jeffrey Stedfast2006-04-063-9/+16
* Store the flags to the summary so that the markRead doesnot get calledParthasarathi Susarla2006-04-062-0/+8
* Sync up changes before gettting the folder-listParthasarathi Susarla2006-04-062-8/+23
* ** Fixes bug #333698Simon Zheng2006-04-052-6/+17
* Fix for bug #272058Jeffrey Stedfast2006-04-042-24/+50
* Correct the ChangeLog to reflect the actual change made.Sankarasivasubramanian Pasupathilingam2006-04-031-1/+1
* Stores the name as well as the email address so that the (un)junkSankar P2006-04-032-11/+32
* Added code for getting deltas for Proxy accounts, instead of downloadingSankar P2006-04-032-49/+57
* fixed ChangeLog formattingJeffrey Stedfast2006-03-291-114/+116
* Use O_LARGEFILE when opening the mbox file.Jeffrey Stedfast2006-03-284-7/+22
* Only try to authenticate if the engine is not already in the authenticatedJeffrey Stedfast2006-03-282-21/+28
* ** See bug 160889 on bugzilla.novell.comParthasarathi Susarla2006-03-282-1/+8
* Set content type, so that it does not crashParthasarathi Susarla2006-03-253-201/+193
* Sync up externally deleted items only on arrival of New itemsSankar P2006-03-232-7/+21
* removed a double free and a crash (gw_update_cache): Do not cloneParthasarathi Susarla2006-03-232-55/+21
* removed a double free and a crash sync up the current folder whenever theParthasarathi Susarla2006-03-233-10/+53
* Remove unrefs which are actually not needed for a Datawrapper got fromParthasarathi Susarla2006-03-212-6/+9
* ** See bug 272307Parthasarathi Susarla2006-03-202-4/+12
* Added support for gnome-keyring.Srinivasa Ragavan2006-03-203-1/+8
* Added flags to gw camel_get_folderinfo for system folders.Srinivasa Ragavan2006-03-202-1/+14
* Sync up changes made in the server with the local data, mainly the readParthasarathi Susarla2006-03-202-20/+35
* If the message-body/attachment is larger than 1MB, have to get it inParthasarathi Susarla2006-03-172-8/+47