| Commit message (Expand) | Author | Age | Files | Lines |
* | Turn off debugging if CAMEL_VERBOSE_DEBUG isn't set. | Jeffrey Stedfast | 2003-04-11 | 1 | -1/+3 |
* | Make sure host->h_name is not an empty string too? Apparently for one user | Jeffrey Stedfast | 2003-04-09 | 1 | -1/+1 |
* | Removed unused variable left over from my previous fix. | Jeffrey Stedfast | 2003-03-18 | 1 | -14/+8 |
* | Same as IMAP and POP. | Jeffrey Stedfast | 2003-03-01 | 1 | -4/+7 |
* | fixed a type-o that causes a segfault | Jeffrey Stedfast | 2003-02-24 | 1 | -1/+1 |
* | Do it the same way we just made the sendmail code do it. | Jeffrey Stedfast | 2003-02-24 | 1 | -22/+20 |
* | s/g_slist_free1/g_slist_free_1 | Jeffrey Stedfast | 2003-02-23 | 1 | -1/+1 |
* | Remove all Bcc headers before sending to the smtp server. | Jeffrey Stedfast | 2003-02-23 | 1 | -10/+12 |
* | Same as the gpg and pkcs7 contexts. | Jeffrey Stedfast | 2003-02-15 | 1 | -4/+2 |
* | Define in terms of privincludedir. (camellibexecdir): Define in terms of | Dan Winship | 2003-02-06 | 1 | -2/+1 |
* | Use g_ascii_strdown() instead of g_strdown, since g_strdown is deprecated. | Jeffrey Stedfast | 2003-02-05 | 1 | -1/+1 |
* | Update to the new $(BASE_VERSION)-versioned path. Likewise. Likewise. | Ettore Perazzoli | 2003-01-23 | 1 | -1/+1 |
* | Instead of checking recipients != NULL, check that camel_address_length | Jeffrey Stedfast | 2003-01-05 | 1 | -2/+2 |
* | commit this too | Jeffrey Stedfast | 2002-12-18 | 1 | -1/+2 |
* | Fixes bug #31752 | Jeffrey Stedfast | 2002-10-08 | 2 | -12/+27 |
* | If we fail to send the EHLO/HELO command successfully, set | Jeffrey Stedfast | 2002-08-24 | 1 | -3/+24 |
* | Remove "possibly non-fatal" exception strings, all exceptions are fatal | Jeffrey Stedfast | 2002-07-26 | 2 | -36/+102 |
* | Make the standard AUTH format take priority over the AUTH= priority, since | Jeffrey Stedfast | 2002-07-17 | 2 | -18/+35 |
* | Get rid of the constant 'required' variable, just use the value when | Jeffrey Stedfast | 2002-07-16 | 1 | -3/+1 |
* | Don't let any parts have a binary encoding. | Jeffrey Stedfast | 2002-07-12 | 1 | -1/+1 |
* | oops, apparently I didn't save? | Jeffrey Stedfast | 2002-07-12 | 1 | -0/+1 |
* | Fixes bug #27672 | Jeffrey Stedfast | 2002-07-12 | 1 | -5/+12 |
* | Don't bother trying to authenticate (and thus don't throw up an error | Jeffrey Stedfast | 2002-06-19 | 1 | -5/+6 |
* | On connection failure, unref the tcp stream. | Jeffrey Stedfast | 2002-05-28 | 1 | -0/+2 |
* | Don't put a space between the "RCPT TO:" and the "<recipient>" strings - | Jeffrey Stedfast | 2002-04-26 | 1 | -5/+3 |
* | Get rid of an unused variable. | Jeffrey Stedfast | 2002-04-17 | 1 | -6/+12 |
* | make service_cache be an array of CAMEL_NUM_PROVIDER_TYPES elements so you | Dan Winship | 2002-04-04 | 1 | -1/+0 |
* | Use -avoid-version instead of -version-info 0:0:0, and specify -module. | Dan Winship | 2002-04-02 | 1 | -1/+1 |
* | Change the message arg to a CamelMimeMessage instead of a CamelMedium. | Dan Winship | 2002-03-29 | 1 | -48/+6 |
* | Updated to use the same logic as the POP code. | Jeffrey Stedfast | 2002-03-19 | 1 | -8/+5 |
* | Added a work-around for SMTP servers that can't read the RFCs and thus | Jeffrey Stedfast | 2002-03-14 | 1 | -1/+17 |
* | These fixes should fix bug #21737. | Jeffrey Stedfast | 2002-03-12 | 1 | -6/+8 |
* | Rename the OpenSSL implementation of things to match the NSS | Dan Winship | 2002-03-11 | 1 | -26/+11 |
* | Remove this: it couldn't be generically used, because different subclasses | Dan Winship | 2002-03-11 | 2 | -47/+24 |
* | Don't call camel_remote_store_get_authtypes since we no longer subclass | Jeffrey Stedfast | 2002-03-09 | 1 | -1/+1 |
* | Fix to work with OpenSSL. | Jeffrey Stedfast | 2002-03-07 | 1 | -3/+5 |
* | Make this compile. | Dan Winship | 2002-03-07 | 1 | -1/+1 |
* | treat "" as "always" to maintain compatablity with old config settings | Jeffrey Stedfast | 2002-03-06 | 1 | -1/+2 |
* | Start the ssl stream off in non-ssl mode (useful for STARTTLS). | Jeffrey Stedfast | 2002-03-06 | 3 | -33/+157 |
* | Since the AUTH token sometimes uses '=' instead of whitespace, don't use | Jeffrey Stedfast | 2002-02-13 | 1 | -1/+2 |
* | New function to decode an enhanced status code. (smtp_set_exception): Sets | Jeffrey Stedfast | 2002-01-29 | 1 | -95/+126 |
* | Use flags rather than a bunch of gboolean variables. (smtp_connect): Same. | Jeffrey Stedfast | 2002-01-29 | 2 | -71/+154 |
* | Updated to match the new send_to API. (smtp_send): Get the from address | Jeffrey Stedfast | 2002-01-16 | 1 | -7/+9 |
* | Change the prototype for camel_address_get_type to return a CamelType | Jeffrey Stedfast | 2001-12-21 | 1 | -38/+26 |
* | install in the right directory. (accidentally didn't commit these before) | Dan Winship | 2001-12-20 | 1 | -4/+2 |
* | Don't use regex matching. Fixes bug #16227. | Jeffrey Stedfast | 2001-12-01 | 1 | -6/+3 |
* | Check to see that errno is non-zero before returning g_strerror. If it's | Jeffrey Stedfast | 2001-11-27 | 1 | -1/+4 |
* | Fixing the license text. | Ettore Perazzoli | 2001-10-28 | 3 | -3/+0 |
* | Update the licensing information to require version 2 of the GPL | Ettore Perazzoli | 2001-10-27 | 3 | -6/+6 |
* | Added CAMEL_CFLAGS so we get the right iconv stuff, patch from Yanko | 8 | 2001-10-19 | 1 | -0/+1 |
* | Replace the Bcc headers in a single location and don't flush the data | Jeffrey Stedfast | 2001-10-14 | 1 | -21/+16 |
* | oops, it should remove the bcc header, not the cc header | Jeffrey Stedfast | 2001-10-13 | 1 | -8/+29 |
* | Remove the stripheader filter from the build. | Jeffrey Stedfast | 2001-10-13 | 1 | -8/+15 |
* | Init the nntp url hash and url_equal functions. | Jeffrey Stedfast | 2001-09-29 | 1 | -1/+3 |
* | Make sure to unref the mime filters when we finish with them. | Jeffrey Stedfast | 2001-09-08 | 1 | -0/+2 |
* | Do a clean disconnect. | Jeffrey Stedfast | 2001-09-05 | 1 | -1/+1 |
* | We need to be ref'ing the folder if/when we add it to the hash. This may | Jeffrey Stedfast | 2001-08-14 | 1 | -4/+5 |
* | A quoted string cannot contain \n's so check for those as well. | Jeffrey Stedfast | 2001-08-10 | 1 | -24/+24 |
* | First check to make sure that service->url->authmech is non-NULL before | Jeffrey Stedfast | 2001-08-04 | 1 | -14/+14 |
* | special case popb4smtp auth before we try and connect, and do the magic | Not Zed | 2001-08-03 | 2 | -12/+30 |
* | Added some operation progress reporting. Actual data transfer is 'tricky' | Not Zed | 2001-07-23 | 1 | -5/+26 |
* | Add a CamelMimeFilterStripHeader that removes a header from mime output. Used | Peter Williams | 2001-06-29 | 1 | -1/+4 |
* | g_strdup() the message source here or we will have problems later when we | Jeffrey Stedfast | 2001-06-26 | 1 | -2/+2 |
* | Update the copyrights, replacing Helix Code with Ximian and | Ettore Perazzoli | 2001-06-23 | 3 | -4/+4 |
* | Use camel_address_length() rather than casting and accessing data members. | Jeffrey Stedfast | 2001-06-22 | 1 | -3/+3 |
* | Oops. Use a strNcmp to make sure the response begins with a 334 code, not | Jeffrey Stedfast | 2001-05-26 | 1 | -1/+1 |
* | Don't check the initial auth response until we get into the while-loop | Jeffrey Stedfast | 2001-05-12 | 1 | -9/+13 |
* | Add support for using OpenSSL. | Jeffrey Stedfast | 2001-05-08 | 2 | -2/+11 |
* | Redo this a lot so that instead of having a class full of callbacks, we | Dan Winship | 2001-04-28 | 1 | -6/+5 |
* | Remove UNICODE_CFLAGS (and some other stuff that's redundant with | Dan Winship | 2001-04-27 | 1 | -1/+1 |
* | Remove the EXTRA_GNOME_CFLAGS include. | Jeffrey Stedfast | 2001-04-17 | 1 | -2/+2 |
* | s/IMAP/SMTP | Jeffrey Stedfast | 2001-04-12 | 1 | -1/+1 |
* | Check if gethostbyname_r take five params | JP Rosevear | 2001-04-12 | 1 | -0/+1 |
* | Remove the "quick_login" member, which is unnecessary. | Dan Winship | 2001-04-03 | 2 | -20/+26 |
* | New files to handle the LOGIN SASL mechanism. | Jeffrey Stedfast | 2001-04-02 | 1 | -9/+24 |
* | Updated the authtype values. | Jeffrey Stedfast | 2001-04-02 | 1 | -2/+3 |
* | Not quite finished but checking in for some local frobbing. | Not Zed | 2001-03-30 | 1 | -0/+1 |
* | Big header cleanups and nntp compile fix | Kjartan Maraas | 2001-03-30 | 2 | -5/+10 |
* | add an argument to say whether or not you want "PLAIN" in the list (so you | Dan Winship | 2001-03-27 | 2 | -2/+2 |
* | Add an "extra_conf" field to CamelProvider with structures and defines and | Dan Winship | 2001-03-27 | 4 | -39/+26 |
* | add a "GList *authtypes", so you can get the list of authtypes used by a | Dan Winship | 2001-03-22 | 2 | -47/+22 |
* | Print info about the issuer of the certificate. | Jeffrey Stedfast | 2001-03-17 | 1 | -3/+5 |
* | Uninclude prnetdb.h since it's not needed here. | Jeffrey Stedfast | 2001-03-16 | 2 | -0/+3 |
* | Update for using CamelTcpStreams and also for using SSL. | Jeffrey Stedfast | 2001-03-15 | 1 | -19/+47 |
* | defined "ssmtp" | Jeffrey Stedfast | 2001-03-15 | 2 | -2/+34 |
* | i18n'd some strings in here. | Jeffrey Stedfast | 2001-03-06 | 1 | -3/+55 |
* | Doh! Set the CAMEL_URL_ALLOW_AUTH flag. | Jeffrey Stedfast | 2001-03-03 | 1 | -1/+1 |
* | Updated with the extended AUTH return codes. | Jeffrey Stedfast | 2001-03-03 | 1 | -1/+14 |
* | oops, the return code is 235 on success, not 234 | Jeffrey Stedfast | 2001-03-03 | 1 | -1/+1 |
* | Don't forget to unref the SASL object. | Jeffrey Stedfast | 2001-03-03 | 2 | -51/+182 |
* | Updated. | Jeffrey Stedfast | 2001-02-06 | 1 | -14/+14 |
* | Added profiling temp files. | Not Zed | 2001-01-22 | 1 | -0/+4 |
* | Mark strings for translation. | Kjartan Maraas | 2001-01-19 | 1 | -2/+2 |
* | New smtp error-code to string mapping function. (smtp_connect): Use the | Jeffrey Stedfast | 2001-01-18 | 1 | -10/+90 |
* | Don't check errno as it's not being set. Fixes bug #1150. | Jeffrey Stedfast | 2001-01-17 | 1 | -2/+1 |
* | Kill off a long-hated Camel kludge: "empty" URLs and | Dan Winship | 2001-01-10 | 1 | -15/+3 |
* | change a bunch of IS_CAMEL_* macros to CAMEL_IS_* | Dan Winship | 2000-12-14 | 1 | -1/+1 |
* | Remove use of linewrap filter. Headers are now wrapped. encode_8bit | Michael Zucci | 2000-12-11 | 1 | -12/+3 |
* | If the data wrapper fails to be written to the stream, unref it and the | Jeffrey Stedfast | 2000-12-06 | 1 | -0/+5 |
* | i18n-ize exception strings. (get_name): And here. (_send_to): Here too. | Jeffrey Stedfast | 2000-12-05 | 1 | -49/+37 |
* | send NULL so we don't have to clear the exception | Jeffrey Stedfast | 2000-11-29 | 1 | -2/+1 |
* | Clear the exception if EHLO fails before trying HELO in the cases where | Jeffrey Stedfast | 2000-11-29 | 1 | -0/+2 |
* | Implement a complete() function, now we need one. (filter): Upgraded to | Not Zed | 2000-11-07 | 1 | -8/+4 |
* | Add an "url_flags" field to CamelProvider. Move the CAMEL_SERVICE_URL_* | Dan Winship | 2000-11-04 | 2 | -4/+3 |
* | Add a new argument, clean, that says whether or not to try to disconnect | Dan Winship | 2000-11-01 | 1 | -6/+8 |
* | Remove md5-utils.h include since it's not part of Camel any more. | Dan Winship | 2000-10-30 | 1 | -1/+0 |
* | build md5-utils | 7 | 2000-10-28 | 1 | -1/+4 |
* | lots of i18n fixes | Dan Winship | 2000-10-24 | 1 | -1/+2 |
* | New convenience function to determine if there are any 8bit mime parts in | Jeffrey Stedfast | 2000-10-03 | 1 | -11/+28 |
* | Use the CamelInternetAddress parser. (smtp_get_email_addr_from_text): | Jeffrey Stedfast | 2000-10-03 | 1 | -53/+16 |
* | Remove default_ports. | Dan Winship | 2000-10-03 | 1 | -1/+0 |
* | another mem leak fix | Jeffrey Stedfast | 2000-09-29 | 1 | -0/+5 |
* | Fixed some memory leaks. (camel_smtp_transport_init): Initialize | Jeffrey Stedfast | 2000-09-29 | 2 | -59/+44 |
* | Don't send the recipient data through smtp_get_email_addr_from_text - this | Jeffrey Stedfast | 2000-09-29 | 1 | -15/+14 |
* | Use the linewrap filter to achieve full RFC0821 compliance. | Jeffrey Stedfast | 2000-09-20 | 1 | -128/+133 |
* | Updated to check for EXPUNGE notifications | Jeffrey Stedfast | 2000-08-30 | 1 | -2/+2 |
* | Add support for specifying on which port to connect to a server; fix a potent... | Peter Williams | 2000-08-26 | 1 | -0/+1 |
* | Automatically connect services when given a valid URL (should hopefully disco... | Peter Williams | 2000-08-23 | 1 | -5/+18 |
* | Fixed some warnings. | Christopher James Lahey | 2000-08-11 | 1 | -0/+3 |
* | Merge with camel-async. | Peter Williams | 2000-08-11 | 2 | -27/+21 |
* | When forced to use the IP, place it in square brackets. | Jeffrey Stedfast | 2000-08-02 | 1 | -7/+12 |
* | Fix Makefile.am booboo. | Peter Williams | 2000-07-28 | 1 | -2/+0 |
* | Update to reflect past changes in the Camel API. Use gtk macro casts | Jeffrey Stedfast | 2000-07-09 | 1 | -33/+35 |
* | Fixed the parser to actually work | Jeffrey Stedfast | 2000-07-08 | 1 | -14/+12 |
* | Oops. Don't pass port # as a string in the error code (if it fails to | Jeffrey Stedfast | 2000-07-06 | 1 | -4/+5 |
* | New method, to return an end-user-friendly name corresponding to a | Dan Winship | 2000-07-02 | 1 | -0/+13 |
* | Don't close the filter stream when done with it (this causes the source | Christopher James Lahey | 2000-06-28 | 1 | -1/+1 |
* | Updated | Jeffrey Stedfast | 2000-06-23 | 1 | -1/+6 |
* | Deprecated. | Jeffrey Stedfast | 2000-06-13 | 1 | -8/+8 |
* | don't pass a second (incorrect) -rpath in addition to the (correct) one | Dan Winship | 2000-06-13 | 1 | -1/+1 |
* | Will now always send EHLO first, if that fails it will fall back on HELO. | Jeffrey Stedfast | 2000-06-10 | 1 | -4/+15 |
* | worked on getting providers/imap/* to build cleanly, fixed a number of stupid... | Jeffrey Stedfast | 2000-06-07 | 1 | -115/+115 |
* | moved some debug print statements to better locations | Jeffrey Stedfast | 2000-06-03 | 1 | -20/+21 |
* | Implemented a few more imap functions in providers/imap/camel-imap-folder.c | Jeffrey Stedfast | 2000-05-31 | 1 | -2/+3 |
* | Add a domain field to CamelProvider, to say what kind of data it provides. | Dan Winship | 2000-05-29 | 1 | -0/+2 |
* | Took out code that had been there to reconnect to the server if it was not | Jeffrey Stedfast | 2000-05-26 | 1 | -4/+0 |
* | Fixes to make the SMTP transport thread-safe | EDT 2000 Jeffrey Stedfast | 2000-05-25 | 2 | -17/+38 |
* | Added debug fprintfs, tested with a few messages (smtp_data): Fixed to use | EDT 2000 Jeffrey Stedfast | 2000-05-24 | 2 | -5/+45 |
* | stuff | Jeffrey Stedfast | 2000-05-23 | 1 | -2/+2 |
* | stuff dude | Jeffrey Stedfast | 2000-05-23 | 1 | -6/+1 |
* | dude, just stuff | Jeffrey Stedfast | 2000-05-23 | 1 | -68/+67 |
* | fix an off-by-one error in address parsing (smtp_data): use | Dan Winship | 2000-05-18 | 1 | -2/+3 |
* | error checking on gethostbyaddr() in providers/smtp/camel-smtp-transport.c | Jeffrey Stedfast | 2000-05-17 | 1 | -2/+2 |
* | o Added some preliminary ESMTP AUTH support | EDT 2000 Jeffrey Stedfast | 2000-05-16 | 1 | -6/+37 |
* | now it deff compiles | Jeffrey Stedfast | 2000-05-12 | 1 | -1/+1 |
* | camel-smtp-transport.c will now compile :) | Jeffrey Stedfast | 2000-05-12 | 1 | -7/+8 |
* | providers/smtp/camel-smtp-transport.c: updated smtp_helo to more closely comp... | Jeffrey Stedfast | 2000-05-12 | 1 | -14/+10 |
* | fixed camel_smtp_transport_class_init(): now initializes service_class | Jeffrey Stedfast | 2000-05-11 | 1 | -1/+4 |
* | o Undid changes to camel-internet-address.[c,h] o Fixed | EDT 2000 Jeffrey Stedfast | 2000-05-09 | 1 | -27/+29 |
* | o Moved struct_address from camel-internet-address.c to | EDT 2000 Jeffrey Stedfast | 2000-05-09 | 1 | -3/+26 |
* | o updated to use CamelException (as needed by new camel-stream.c) o no | EDT 2000 Jeffrey Stedfast | 2000-05-09 | 1 | -30/+29 |
* | Make camel not leak like a sieve. | Dan Winship | 2000-05-08 | 1 | -4/+1 |
* | A machine which serves neither POP nor KPOP is not a POP server. | Dan Winship | 2000-05-07 | 1 | -1/+2 |
* | New function to replace camel_provider_scan. Returns a list of either (a) | Dan Winship | 2000-05-04 | 1 | -10/+30 |
* | Set G_LOG_DOMAIN in following files. | Matthew Loper | 2000-05-03 | 1 | -1/+2 |
* | oops. s/CAMEL_TRANSPORT_TYPE/CAMEL_PROVIDER_TRANSPORT/ | Dan Winship | 2000-05-01 | 1 | -1/+1 |
* | Tweak the definition of CamelProvider. Among other things, a provider may | Dan Winship | 2000-04-30 | 3 | -16/+14 |
* | Made Evolution OAF-compatible. | Ettore Perazzoli | 2000-04-28 | 1 | -2/+7 |
* | kill camel-log | Dan Winship | 2000-04-19 | 1 | -1/+0 |
* | Clarify what provider.protocol, provider.name, and provider.description | Dan Winship | 2000-04-11 | 1 | -2/+5 |
* | o Reformatted providers/smtp/camel-smtp-transport.c to fit the standard | EDT 2000 Jeffrey Stedfast | 2000-04-10 | 1 | -387/+352 |
* | pixmap_DATA isn't defined so don't use it as a variable. | Christopher James Lahey | 2000-04-09 | 1 | -0/+6 |
* | #include <sys/param.h> for MAXHOSTNAMELEN. (This is a stopgap: some of the | Dan Winship | 2000-04-09 | 1 | -0/+1 |
* | o fixed numerous bugs in providers/smtp/camel-smtp-transport.c; should now | EDT 2000 Jeffrey Stedfast | 2000-04-08 | 2 | -53/+49 |
* | Removed smtp for now, its a long way from building. Removed file that | NotZed | 2000-04-07 | 1 | -527/+0 |
* | o Added smtp_helo() request into smtp_connect() (forgott o do this before) | EDT 2000 Jeffrey Stedfast | 2000-04-07 | 1 | -1/+7 |
* | fix Makefile.am | Chris Toshok | 2000-04-07 | 1 | -2/+2 |
* | o Added smtp/ to providers tree under camel o Added makefiles and source | EDT 2000 Jeffrey Stedfast | 2000-04-07 | 5 | -0/+1368 |