summaryrefslogtreecommitdiff
path: root/camel/providers/smtp
Commit message (Expand)AuthorAgeFilesLines
* Removed newline character from the provider descriptionMartyn Russell2004-03-251-1/+1
* Now takes an argument to specify whether disconnecting when respbuf isJeffrey Stedfast2004-03-131-15/+16
* Fix for bug #53497.Jeffrey Stedfast2004-03-121-37/+19
* If errno is EINTR, set USER_CANCEL instead of SERVICE_UNAVAILABLE orJeffrey Stedfast2004-03-121-37/+28
* Fixes for api changes.Not Zed2004-02-191-4/+3
* Same as below.Jeffrey Stedfast2004-01-311-1/+1
* ** See bug #52817.Not Zed2004-01-201-1/+1
* encode the address before sending it out, rather than using the raw/utf8Not Zed2003-12-091-2/+7
* Remove hard coded disable deprecated flagsEVOLUTION_1_5JP Rosevear2003-12-061-2/+1
* Don't bother trying to see if the server advertises EHLO. Simply alwaysbefore-eds-mergeJeffrey Stedfast2003-11-061-18/+9
* Fixes bug #35083Jeffrey Stedfast2003-10-281-4/+14
* Removed an unused variable.spam-filtering-startJeffrey Stedfast2003-10-081-1/+0
* fixed a comment spelling mistake and removede CAMEL_OBJECT() casting where it...Jeffrey Stedfast2003-09-251-12/+13
* If the localhost lookup results in a numeric IPv6 host, use the formJeffrey Stedfast2003-09-251-1/+3
* s/HSCAN_/CAMEL_MIME_PARSER_STATE_/g andJeffrey Stedfast2003-09-181-3/+3
* updated warning to mention the proper rfcJeffrey Stedfast2003-09-121-2/+2
* temporarily reverting my camel namespace patches until after we merge in some...Jeffrey Stedfast2003-08-261-3/+3
* Namespaced.Jeffrey Stedfast2003-08-251-3/+3
* Various fixes to make it work.Not Zed2003-08-191-2/+2
* Updated for string-utils namespace changes.Jeffrey Stedfast2003-07-071-1/+0
* Ensure cmdbuf is initialized to avoid compiler warning.Jeremy Katz2003-05-161-1/+1
* If host->h_name is NULL or an empty string, default back to using the IPJeffrey Stedfast2003-05-131-5/+6
* only free the host if it was set. removes a run-time warning.Not Zed2003-04-241-5/+5
* Turn off debugging if CAMEL_VERBOSE_DEBUG isn't set.EVOLUTION_1_3_2Jeffrey Stedfast2003-04-101-1/+3
* Make sure host->h_name is not an empty string too? Apparently for one userJeffrey Stedfast2003-04-081-1/+1
* Removed unused variable left over from my previous fix.Jeffrey Stedfast2003-03-171-14/+8
* Same as IMAP and POP.Jeffrey Stedfast2003-02-281-4/+7
* fixed a type-o that causes a segfaultJeffrey Stedfast2003-02-241-1/+1
* Do it the same way we just made the sendmail code do it.Jeffrey Stedfast2003-02-241-22/+20
* s/g_slist_free1/g_slist_free_1Jeffrey Stedfast2003-02-231-1/+1
* Remove all Bcc headers before sending to the smtp server.Jeffrey Stedfast2003-02-231-10/+12
* Same as the gpg and pkcs7 contexts.Jeffrey Stedfast2003-02-141-4/+2
* Define in terms of privincludedir. (camellibexecdir): Define in terms ofDan Winship2003-02-051-2/+1
* Use g_ascii_strdown() instead of g_strdown, since g_strdown is deprecated.Jeffrey Stedfast2003-02-041-1/+1
* Update to the new $(BASE_VERSION)-versioned path. Likewise. Likewise.Ettore Perazzoli2003-01-221-1/+1
* Instead of checking recipients != NULL, check that camel_address_lengthJeffrey Stedfast2003-01-041-2/+2
* commit this tooJeffrey Stedfast2002-12-171-1/+2
* Fixes bug #31752Jeffrey Stedfast2002-10-072-12/+27
* If we fail to send the EHLO/HELO command successfully, setJeffrey Stedfast2002-08-231-3/+24
* Remove "possibly non-fatal" exception strings, all exceptions are fatalJeffrey Stedfast2002-07-252-36/+102
* Make the standard AUTH format take priority over the AUTH= priority, sinceJeffrey Stedfast2002-07-162-18/+35
* Get rid of the constant 'required' variable, just use the value whenJeffrey Stedfast2002-07-151-3/+1
* Don't let any parts have a binary encoding.Jeffrey Stedfast2002-07-121-1/+1
* oops, apparently I didn't save?Jeffrey Stedfast2002-07-111-0/+1
* Fixes bug #27672Jeffrey Stedfast2002-07-111-5/+12
* Don't bother trying to authenticate (and thus don't throw up an errorJeffrey Stedfast2002-06-191-5/+6
* On connection failure, unref the tcp stream.Jeffrey Stedfast2002-05-281-0/+2
* Don't put a space between the "RCPT TO:" and the "<recipient>" strings -Jeffrey Stedfast2002-04-251-5/+3
* Get rid of an unused variable.Jeffrey Stedfast2002-04-171-6/+12
* make service_cache be an array of CAMEL_NUM_PROVIDER_TYPES elements so youDan Winship2002-04-031-1/+0