summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Set the errbuf to NULL after freeing it? I don't think this should fix bugJeffrey Stedfast2001-03-192-0/+7
* Protect against a possibly NULL exception.Jeffrey Stedfast2001-03-192-1/+7
* Document and modify to return a boolean value denoting whether or notJeffrey Stedfast2001-03-193-21/+90
* Quote the param value if it contains whitespace as well.Jeffrey Stedfast2001-03-192-1/+6
* Don't include system include dir.Jeffrey Stedfast2001-03-174-4/+12
* Modified patch from Dan Berger <dberger@ix.netcom.com> to re-check theNot Zed2001-03-172-0/+7
* Implemented. (ref_message_info): And default implementation.Not Zed2001-03-175-3/+204
* Same.Jeffrey Stedfast2001-03-173-2/+8
* removed camel-stream-ssl.c and camel-stream-ssl.hJeffrey Stedfast2001-03-162-316/+0
* Print info about the issuer of the certificate.Jeffrey Stedfast2001-03-169-82/+170
* Added #include <config.h>Kjartan Maraas2001-03-162-0/+8
* Don't use getdomainname: it's NIS crap, not DNS.Dan Winship2001-03-162-6/+9
* Don't use the hardcoded cert db directory, use the one passed in.Jeffrey Stedfast2001-03-163-14/+134
* translate NIL to "" in fetch body part responseDan Winship2001-03-151-1/+3
* First batch of disconnected IMAP-related stuff. This adds localDan Winship2001-03-1513-268/+786
* Uninclude prnetdb.h since it's not needed here.Jeffrey Stedfast2001-03-155-7/+16
* Update for using CamelTcpStreams and also for using SSL.Jeffrey Stedfast2001-03-153-20/+52
* defined "ssmtp"Jeffrey Stedfast2001-03-155-10/+50
* also change the protocol name in the providersJeffrey Stedfast2001-03-152-2/+2
* Check for "simap" instead of "imaps".Jeffrey Stedfast2001-03-155-5/+18
* Check to see if we are using "pops" and then set the appropriate SSLJeffrey Stedfast2001-03-154-3/+54
* Ya know what? Lets not ref the service because otherwise we'll startJeffrey Stedfast2001-03-152-2/+9
* Pass the service into the SSL stream, not the session.Jeffrey Stedfast2001-03-154-22/+37
* So it turns out that NSS_Init *isn't* idempotent, so we have to protectJeffrey Stedfast2001-03-157-29/+80
* Eek! So the service's URL isn't set until after this is initialized. ThisJeffrey Stedfast2001-03-154-15/+21
* Numerous fixes to get it to build correctly with NSS enabled.Jeffrey Stedfast2001-03-149-16/+56
* AddedJeffrey Stedfast2001-03-145-0/+613
* re-constify inbuf, to remove a warning.Not Zed2001-03-1410-16/+468
* Check for a new type of mailing list header.Jeffrey Stedfast2001-03-143-0/+6
* Made cancellable. (stream_write): Same. (stream_connect): Removed checksJeffrey Stedfast2001-03-143-42/+114
* Added camel-tcp-stream-ssl to the build.Jeffrey Stedfast2001-03-143-0/+10
* Oops. Make this a subclass of CamelTcpStream, not CamelStream.Jeffrey Stedfast2001-03-147-126/+163
* Since all of the Mozilla libs (including NSPR and NSS) correctly handleJeffrey Stedfast2001-03-133-3/+33
* Don't allow the user to copy a message to or from the vtrash folder. SetJeffrey Stedfast2001-03-134-34/+185
* When trying again after a failed password attempt, check if the connectionDan Winship2001-03-132-0/+12
* More fixing for exim: It can't deal with "-tif", you need to say "-t -iDan Winship2001-03-132-10/+17
* Rename the folder to "Trash" and i18nify it.Jeffrey Stedfast2001-03-122-1/+6
* Comment out everything unless HAVE_NSS is defined.Jeffrey Stedfast2001-03-113-15/+38
* Created a new mode (CAMEL_AUTHENTICATOR_ACCEPT) which is a Yes/No promptJeffrey Stedfast2001-03-104-83/+36
* Remove the "-U" for now, because it breaks exim's "sendmail" wrapper. (AndDan Winship2001-03-092-2/+8
* Fix a bug that could make this walk off the end of a string. (The bug hasDan Winship2001-03-092-3/+10
* Changes so that the folder gets added to the vtrash reguardless of whetherE_TREE_REWORK_BASEJeffrey Stedfast2001-03-082-9/+22
* These fixes make it so that the CamelStore does not actually hold a ref onJeffrey Stedfast2001-03-082-27/+54
* Implement. (get_trash): Implement. (camel_pop3_store_class_init): OverrideJeffrey Stedfast2001-03-082-0/+31
* (remote_recv_line): Fix another problem...Dan Winship2001-03-072-1/+3
* Remove some unused stuffDan Winship2001-03-074-71/+4
* Return the return value of camel_service_connect rather than returningDan Winship2001-03-072-4/+10
* Redone so as to save on memory allocations and speed.Jeffrey Stedfast2001-03-063-54/+63
* Don't return NULL if the token is non-NULL. This is why:Jeffrey Stedfast2001-03-054-3/+37
* i18n'd some strings in here.Jeffrey Stedfast2001-03-053-9/+68