| Commit message (Expand) | Author | Age | Files | Lines |
* | Added NNTP_NO_PERMISSION (502) to the list of response codes. | Joe Shaw | 2001-07-04 | 1 | -0/+9 |
* | Doh. Don't remove things from the hash table while foreach'ing it. (And | Dan Winship | 2001-07-03 | 1 | -0/+14 |
* | Implemented nntp_folder_search_by_expression and nntp_folder_search_free. | Sam Creasey | 2001-07-03 | 1 | -0/+29 |
* | Add comment noting that Camel actually exists now :-) | Peter Williams | 2001-07-03 | 1 | -0/+5 |
* | new method to get an application-initialized filter driver. | Dan Winship | 2001-07-02 | 1 | -0/+29 |
* | properly return error if we can't create pipes. | Not Zed | 2001-07-02 | 1 | -0/+3 |
* | re-enable html indexing. | Not Zed | 2001-07-02 | 1 | -0/+8 |
* | Change a camel_exception_clear to camel_exception_init to fix a | Dan Winship | 2001-07-02 | 1 | -0/+5 |
* | Added Originator: header as a header to look for when looking for the | Jeffrey Stedfast | 2001-06-30 | 1 | -0/+3 |
* | Build the test-crlf test program. | Jeffrey Stedfast | 2001-06-30 | 1 | -2/+12 |
* | Add a CamelMimeFilterStripHeader that removes a header from mime output. Used | Peter Williams | 2001-06-29 | 1 | -0/+19 |
* | Fix a memory leak. Also if the decoded value is NULL, that means it wasn't | Jeffrey Stedfast | 2001-06-29 | 1 | -0/+8 |
* | If the folder is frozen, don't refresh, just record that we need to do it | Dan Winship | 2001-06-29 | 1 | -0/+17 |
* | Initialize the private send_lock. (camel_transport_finalize): Free the | Jeffrey Stedfast | 2001-06-28 | 1 | -0/+11 |
* | Updated to match the current API. | Jeffrey Stedfast | 2001-06-28 | 1 | -0/+5 |
* | Use the new header_address_fold. | Jeffrey Stedfast | 2001-06-28 | 1 | -0/+14 |
* | Since we want an error opening a folder to result in the message being | Jeffrey Stedfast | 2001-06-27 | 1 | -0/+7 |
* | lock the cache around accesses | Dan Winship | 2001-06-27 | 1 | -1/+11 |
* | constify args | Dan Winship | 2001-06-27 | 1 | -0/+4 |
* | g_strdup() the message source here or we will have problems later when we | Jeffrey Stedfast | 2001-06-26 | 1 | -0/+6 |
* | Fix this: IMAP doesn't allow an extra argument to AUTHENTICATE to avoid a | Dan Winship | 2001-06-25 | 1 | -0/+11 |
* | New function that decides if 2 word types are mergeable. An atom and a | Jeffrey Stedfast | 2001-06-22 | 1 | -0/+16 |
* | Use camel_address_length() rather than casting and accessing data members. | Jeffrey Stedfast | 2001-06-22 | 1 | -0/+6 |
* | If the first char of the mailing-list name is '<', chop it off to make | Jeffrey Stedfast | 2001-06-21 | 1 | -0/+6 |
* | Fixed a bug when not running setuid it wouldn't unlock. | Not Zed | 2001-06-19 | 1 | -0/+8 |
* | Note: Except for the info_free(), the NULL checks are g_return's. I felt | Jeffrey Stedfast | 2001-06-19 | 1 | -0/+19 |
* | Remove DB3_LDADD | Dan Winship | 2001-06-19 | 1 | -0/+6 |
* | Set camel-lock-help setgid or setuid as needed | Dan Winship | 2001-06-19 | 1 | -0/+5 |
* | Only create a missing uid if we have indexing turned on. | Not Zed | 2001-06-18 | 1 | -0/+43 |
* | Return the largest real UID in the cache (as an integer). Eventually to be | Dan Winship | 2001-06-16 | 1 | -0/+8 |
* | Added Mailing-List header regex so that we can do mlist magic on that | Jeffrey Stedfast | 2001-06-15 | 1 | -0/+5 |
* | Properly handle correct and incorrect (for the common case, ie Outlook and | Jeffrey Stedfast | 2001-06-15 | 1 | -0/+17 |
* | Don't try to format the Reply-To header - we don't want to wrap the | Jeffrey Stedfast | 2001-06-15 | 1 | -0/+5 |
* | A new provider, for spool mailboxes. Mostly a cut and paste of the mbox | Not Zed | 2001-06-12 | 1 | -0/+21 |
* | Add a separator between the service url and the folder name, if needed. | Jon Trowbridge | 2001-06-08 | 1 | -0/+3 |
* | Added an argument, so that the original source URI of the mbox can be | Jon Trowbridge | 2001-06-08 | 1 | -0/+13 |
* | Don't fetch the UID and FLAGS of messages we don't know about yet, since | Dan Winship | 2001-06-06 | 1 | -0/+6 |
* | Fix to not get into a recursive loop in get_type(). | Jeffrey Stedfast | 2001-06-03 | 1 | -0/+7 |
* | Numerous fixes to get it to compile. | Jeffrey Stedfast | 2001-06-01 | 1 | -0/+2 |
* | Added camel-cipher-context.h, camel-cms-context.h, camel-smime-context.h, | Jeffrey Stedfast | 2001-06-01 | 1 | -0/+3 |
* | New virtual class for manipulating cryptographic message syntax messages | Jeffrey Stedfast | 2001-06-01 | 1 | -0/+14 |
* | Redo the BUILD_MAP code to not depend on libunicode. Now it only generates | Dan Winship | 2001-05-31 | 1 | -0/+17 |
* | Code for logging and replaying offline operations. | Dan Winship | 2001-05-30 | 1 | -0/+66 |
* | Use g_strcasecmp() because some systems don't have strcasecmp(). Also, | Jeffrey Stedfast | 2001-05-29 | 1 | -0/+6 |
* | changelog entries for tests/ fixes committed yesterday | Dan Winship | 2001-05-29 | 1 | -0/+20 |
* | Add a "need_rescan" flag saying if we want to rescan the entire folder for | Dan Winship | 2001-05-27 | 1 | -0/+23 |
* | Oops. Use a strNcmp to make sure the response begins with a 334 code, not | Jeffrey Stedfast | 2001-05-26 | 1 | -0/+4 |
* | remove the summary info so we are not out-of-sync with the maildir folder. | Jeffrey Stedfast | 2001-05-26 | 1 | -0/+12 |
* | Oops, I spelled the get-default-db function name wrong. | Jeffrey Stedfast | 2001-05-25 | 1 | -0/+5 |
* | s/folder_deleted/folder_created - result of a bad copy/paste. | Jeffrey Stedfast | 2001-05-24 | 1 | -0/+4 |
* | Optimize the match "" case. | Jeffrey Stedfast | 2001-05-24 | 1 | -0/+5 |
* | Store the CamelFolderInfo tree that was returned from | Jeffrey Stedfast | 2001-05-22 | 1 | -1/+11 |
* | The service can be NULL here too, thanks to Wayne Davis for pointing this | Jeffrey Stedfast | 2001-05-17 | 1 | -0/+3 |
* | We don't need to be passed the certdb path anymore. | Jeffrey Stedfast | 2001-05-17 | 1 | -0/+5 |
* | New function to return an array of all headers. | Dan Winship | 2001-05-17 | 1 | -0/+9 |
* | Don't close or free (it wasn't allocated) the certdb. | Jeffrey Stedfast | 2001-05-16 | 1 | -0/+8 |
* | Don't use EXTRA_GNOME_*, use the new CAMEL_* variables so we don't link in | Jeffrey Stedfast | 2001-05-16 | 1 | -0/+4 |
* | Added t the test suite - tests the S/MIME pkcs7 functions. | Jeffrey Stedfast | 2001-05-16 | 1 | -0/+5 |
* | Lots of fixes to get this to compile. | Jeffrey Stedfast | 2001-05-15 | 1 | -3/+1 |
* | Lots of fixes to get this to almost compile. Still struggling with the | Jeffrey Stedfast | 2001-05-15 | 1 | -0/+16 |
* | Add camel-smime-context.[c,h] and camel-smime.[c,h] to the build. | Jeffrey Stedfast | 2001-05-15 | 1 | -0/+8 |
* | Replicate the semantics of the libunicode utf8 functions by returning NULL | Jon Trowbridge | 2001-05-15 | 1 | -0/+16 |
* | Subclass CamelSession since we can no longer specify the passwd callback | Jeffrey Stedfast | 2001-05-15 | 1 | -0/+16 |
* | Decode Content-Location, either correctly or Netscape-generated-brokenly. | Dan Winship | 2001-05-12 | 1 | -0/+9 |
* | Don't check the initial auth response until we get into the while-loop | Jeffrey Stedfast | 2001-05-12 | 1 | -0/+7 |
* | Make this return CamelStream * (like the other stream new functions) | Dan Winship | 2001-05-12 | 1 | -0/+6 |
* | call SSL_Enable after the SSL_ImportFD and before PR_Connect. Otherwise, | Chris Toshok | 2001-05-11 | 1 | -0/+6 |
* | Don't abort if the Service is NULL, this is perfectly valid for cipher | Jeffrey Stedfast | 2001-05-11 | 1 | -0/+5 |
* | Pass appropriate parameters to CF_CLASS and add comment explaining why my | Peter Williams | 2001-05-10 | 1 | -0/+6 |
* | Set the disconnected status. (camel_disco_store_can_work_offline): Return | Dan Winship | 2001-05-10 | 1 | -0/+31 |
* | Wrap the content-id with <>'s. | Jeffrey Stedfast | 2001-05-10 | 1 | -0/+5 |
* | Add support for using OpenSSL. | Jeffrey Stedfast | 2001-05-08 | 1 | -0/+18 |
* | Fix another build problem. (Um, anyone else could have done this...) | Dan Winship | 2001-05-06 | 1 | -0/+5 |
* | Fix up refcounting on current_folder. | Dan Winship | 2001-05-04 | 1 | -0/+8 |
* | new abstract class for disconnectable remote stores | Dan Winship | 2001-05-04 | 1 | -0/+26 |
* | Clean this up a bit. Add a "tag_prefix" member. Move "useful_lsub" into | Dan Winship | 2001-05-03 | 1 | -0/+12 |
* | Fix this up... it was losing count in some cases and giving a more verbose | Dan Winship | 2001-05-03 | 1 | -0/+4 |
* | Rescue the KPOP code from bit rot. | Dan Winship | 2001-05-02 | 1 | -0/+5 |
* | Redo command locking. Since command_lock is recursive, we can just get a | Dan Winship | 2001-05-02 | 1 | -0/+23 |
* | Support the IMAP UIDPLUS extension (RFC 2359), which lets you | Dan Winship | 2001-05-01 | 1 | -0/+32 |
* | New-and-improved version of get_uid_set() from camel-imap-folder.c. Looks | Dan Winship | 2001-05-01 | 1 | -0/+12 |
* | Redo this a lot so that instead of having a class full of callbacks, we | Dan Winship | 2001-04-28 | 1 | -0/+20 |
* | Automagically call camel_shutdown() atexit() ;-) (camel_init): Also | Jeffrey Stedfast | 2001-04-27 | 1 | -0/+6 |
* | #include <sys/types.h> for off_t. | Jeffrey Stedfast | 2001-04-27 | 1 | -0/+4 |
* | New file, with the int, string, time_t, and off_t encode/decode routines | Dan Winship | 2001-04-27 | 1 | -0/+23 |
* | Remove UNICODE_CFLAGS (and some other stuff that's redundant with | Dan Winship | 2001-04-27 | 1 | -0/+27 |
* | Use e_gethostbyname_r. (camel_service_gethost): Remove unused var. | Dan Winship | 2001-04-27 | 1 | -0/+5 |
* | Applied jacob's patches for e-poolv stuff. | Not Zed | 2001-04-26 | 1 | -0/+4 |
* | Add camel-vee-folder.h and camel-digest-folder.h | Jeffrey Stedfast | 2001-04-24 | 1 | -0/+2 |
* | New class that can be used to browse a multipart/digest message as if it | Jeffrey Stedfast | 2001-04-24 | 1 | -0/+5 |
* | Oops, don't use the return value of iconv() as a string length, it only | Jeffrey Stedfast | 2001-04-23 | 1 | -0/+7 |
* | Changed GTK_INCLUDEDIR to EXTRA_GNOME_CFLAGS. | Mikael Hallendal | 2001-04-23 | 1 | -0/+5 |
* | Implemented using the secmime.h convenience functions. (smime_clearsign): | Jeffrey Stedfast | 2001-04-21 | 1 | -0/+12 |
* | Implemented. (pkcs7_clearsign): Implemented. (get_zero_len_passwd): | Jeffrey Stedfast | 2001-04-20 | 1 | -0/+3 |
* | Implemented. (pkcs7_clearsign): Implemented. (get_zero_len_passwd): | Jeffrey Stedfast | 2001-04-20 | 1 | -0/+19 |
* | missed this with the last commit (pop3 and imap memory leaks) | Dan Winship | 2001-04-19 | 1 | -0/+14 |
* | New source files to handle Pkcs7 encryption, decryption, signing, and | Jeffrey Stedfast | 2001-04-18 | 1 | -0/+7 |
* | more memory leaks | Dan Winship | 2001-04-18 | 1 | -0/+5 |
* | Don't we want to tell where we are by using the start of the message? I | Jeffrey Stedfast | 2001-04-17 | 1 | -0/+9 |
* | Added a prototype for stamp(). | Jeffrey Stedfast | 2001-04-17 | 1 | -0/+6 |
* | Go back to doing the utf8 conversion by hand so that we don't depend on | Jeffrey Stedfast | 2001-04-17 | 1 | -0/+3 |
* | Remove the EXTRA_GNOME_CFLAGS include. | Jeffrey Stedfast | 2001-04-17 | 1 | -0/+33 |
* | regex doesn't set errno and regcomp returns 0 on success and any other | Jeffrey Stedfast | 2001-04-16 | 1 | -0/+6 |
* | Check to make sure the context is a valid context in all the user | Jeffrey Stedfast | 2001-04-15 | 1 | -0/+5 |
* | s/imap_store/store/, fixing a typo that was causing the build to fail. | Jon Trowbridge | 2001-04-14 | 1 | -1/+5 |
* | Make the (previously unused) get-source command actually do the right | Jon Trowbridge | 2001-04-14 | 1 | -0/+7 |
* | Plug leaks. | Dan Winship | 2001-04-14 | 1 | -0/+14 |
* | Oops, lets not get into a recursive call here ;-) | Jeffrey Stedfast | 2001-04-13 | 1 | -0/+9 |
* | Updated to reflect the few changes made to the CamelPgpContext class. | Jeffrey Stedfast | 2001-04-13 | 1 | -0/+11 |
* | Fix a pair of array bounds reads noted by purify | Dan Winship | 2001-04-13 | 1 | -0/+5 |
* | #include the pgp stuff. | Jeffrey Stedfast | 2001-04-13 | 1 | -0/+4 |
* | Plug memory leaks. | Dan Winship | 2001-04-13 | 1 | -0/+6 |
* | Simplify peterw's imap_is_atom_char fix. | Dan Winship | 2001-04-12 | 1 | -0/+5 |
* | Added pgp-mime.c to the tests. | Jeffrey Stedfast | 2001-04-12 | 1 | -0/+12 |
* | Check if gethostbyname_r take five params | JP Rosevear | 2001-04-12 | 1 | -0/+19 |
* | Use camel_charset_locale_name() to get the locale charset rather than | Jeffrey Stedfast | 2001-04-11 | 1 | -0/+11 |
* | Use e_utf8_from_locale_string() rather than trying to do it manually since | Jeffrey Stedfast | 2001-04-11 | 1 | -0/+6 |
* | Added camel-pgp-context.[c,h] to the build. Also added tests/smime/pgp.c | Jeffrey Stedfast | 2001-04-10 | 1 | -1/+11 |
* | It would be a good idea to recognize '\0'. Before, this code was running | Peter Williams | 2001-04-08 | 1 | -0/+7 |
* | merge from evolution-0-10-branch to evolution-0-10-merge-0 | Not Zed | 2001-04-05 | 1 | -0/+99 |
* | Added tests/ back in | Jeffrey Stedfast | 2001-04-04 | 1 | -0/+11 |
* | (imap_update_summary): When reading message flags, set the | Dan Winship | 2001-04-04 | 1 | -0/+4 |
* | (imap_get_message): If the server_level < IMAP4rev1, always fetch | Dan Winship | 2001-04-04 | 1 | -0/+3 |
* | If we don't change any flags or expunge, send a NOOP to give the server a | Dan Winship | 2001-04-04 | 1 | -0/+6 |
* | Remove the "quick_login" member, which is unnecessary. | Dan Winship | 2001-04-03 | 1 | -0/+30 |
* | marked report status strings for tanslation, fixes #1973 | Gediminas Paulauskas | 2001-04-03 | 1 | -0/+4 |
* | mutex lock & unlock the context. (camel_pgp_clearsign): Same. | Jeffrey Stedfast | 2001-04-02 | 1 | -0/+6 |
* | Update the function prototypes to match those found in | Jeffrey Stedfast | 2001-04-02 | 1 | -0/+12 |
* | New files to handle the LOGIN SASL mechanism. | Jeffrey Stedfast | 2001-04-02 | 1 | -0/+15 |
* | Updated the authtypes here too. | Jeffrey Stedfast | 2001-04-02 | 1 | -0/+3 |
* | Updated the authtype values. | Jeffrey Stedfast | 2001-04-02 | 1 | -0/+22 |
* | Move things around here to make this all work right again (so you don't | Dan Winship | 2001-03-31 | 1 | -0/+7 |
* | Add support for converting e-mail addresses to links. (is_email_address): | Jon Trowbridge | 2001-03-31 | 1 | -0/+5 |
* | Don't blindly append "/INBOX", construct a CamelURL and set the path that | Jeffrey Stedfast | 2001-03-30 | 1 | -0/+10 |
* | Dont overwrite an exception if we got one already. Added camel_operation | Not Zed | 2001-03-30 | 1 | -0/+6 |
* | Not quite finished but checking in for some local frobbing. | Not Zed | 2001-03-30 | 1 | -0/+21 |
* | Added #include <libgnome/gnome-paper.h> | Jon Trowbridge | 2001-03-30 | 1 | -0/+11 |
* | Big header cleanups and nntp compile fix | Kjartan Maraas | 2001-03-30 | 1 | -0/+126 |
* | change "gboolean show_passwd" to "guint32 flags". | Dan Winship | 2001-03-30 | 1 | -0/+16 |
* | New class for PGP encrypting, decrypting, signing and verifying. Next I'll | Jeffrey Stedfast | 2001-03-29 | 1 | -0/+7 |
* | Optimise the match "" case, just match everything in the folder (if we | Not Zed | 2001-03-29 | 1 | -0/+3 |
* | (vee_expunge): Oops, call the class sync, not superclass sync. | Michael Zucci | 2001-03-29 | 1 | -0/+1 |
* | Access the folder directly from the message info. | Not Zed | 2001-03-29 | 1 | -0/+21 |
* | Add the port (if user defined) to the path to fix bug #1996. | Jeffrey Stedfast | 2001-03-28 | 1 | -0/+7 |
* | If we aren't going to even check the resp/free buffer that gets returned | Jeffrey Stedfast | 2001-03-28 | 1 | -0/+11 |
* | Unref the html filter when done. (summary_build_content_info): Disable | Not Zed | 2001-03-27 | 1 | -0/+5 |
* | Fix a cut n paste bug, we want uid_removed not uid_changed deref, fixes | Not Zed | 2001-03-27 | 1 | -0/+5 |
* | add an argument to say whether or not you want "PLAIN" in the list (so you | Dan Winship | 2001-03-27 | 1 | -0/+14 |
* | Add an "extra_conf" field to CamelProvider with structures and defines and | Dan Winship | 2001-03-27 | 1 | -0/+58 |
* | Move all of the camel_vee_folder_construct() internals here. | Jeffrey Stedfast | 2001-03-27 | 1 | -0/+10 |
* | Use camel_vtrash_folder_new() to create the vtrash folder now. | Jeffrey Stedfast | 2001-03-27 | 1 | -1/+33 |
* | Added folder_created event here. | Not Zed | 2001-03-27 | 1 | -0/+63 |
* | When writing the last token (if not rfc2047 encoded), don't use | Jeffrey Stedfast | 2001-03-27 | 1 | -0/+4 |
* | Don't spew a warning if the message-id wasn't set by the application, not | Jeffrey Stedfast | 2001-03-27 | 1 | -0/+6 |
* | keep a reference on the store's current_folder. | Dan Winship | 2001-03-27 | 1 | -0/+6 |
* | Add missing accessor. | Dan Winship | 2001-03-26 | 1 | -0/+2 |
* | New. Return the provider for a URL. | Dan Winship | 2001-03-26 | 1 | -0/+5 |
* | eh, changed my mind, put the exception back in camel_url_new() | Dan Winship | 2001-03-26 | 1 | -5/+1 |
* | New URL parser with full RFC1808 relative URL support. Yum. | Dan Winship | 2001-03-26 | 1 | -0/+14 |
* | Don't use copy_to if the source folder doesn't support summary info's. | Jeffrey Stedfast | 2001-03-25 | 1 | -0/+9 |
* | Do charset conversion on the username param here if needed. | Jeffrey Stedfast | 2001-03-25 | 1 | -0/+7 |
* | Added. Call me old-fashioned, but I just prefer to have a real API rather | Jon Trowbridge | 2001-03-23 | 1 | -0/+10 |
* | Don't look at untagged responses other than "* BYE"... | Dan Winship | 2001-03-23 | 1 | -0/+25 |
* | add a "GList *authtypes", so you can get the list of authtypes used by a | Dan Winship | 2001-03-22 | 1 | -0/+46 |
* | Return -1 on fail. (camel_filter_driver_filter_folder): Same. | Jeffrey Stedfast | 2001-03-22 | 1 | -0/+16 |
* | Function to check if the store is online and set an exception if not. | Dan Winship | 2001-03-21 | 1 | -0/+49 |
* | Added $(EXTRA_GNOME_CFLAGS) | Christopher James Lahey | 2001-03-20 | 1 | -0/+4 |
* | Set the errbuf to NULL after freeing it? I don't think this should fix bug | Jeffrey Stedfast | 2001-03-19 | 1 | -0/+6 |
* | Protect against a possibly NULL exception. | Jeffrey Stedfast | 2001-03-19 | 1 | -0/+3 |
* | Document and modify to return a boolean value denoting whether or not | Jeffrey Stedfast | 2001-03-19 | 1 | -0/+9 |
* | Quote the param value if it contains whitespace as well. | Jeffrey Stedfast | 2001-03-19 | 1 | -0/+5 |
* | Don't include system include dir. | Jeffrey Stedfast | 2001-03-18 | 1 | -0/+9 |
* | Modified patch from Dan Berger <dberger@ix.netcom.com> to re-check the | Not Zed | 2001-03-17 | 1 | -0/+4 |
* | Implemented. (ref_message_info): And default implementation. | Not Zed | 2001-03-17 | 1 | -0/+15 |
* | Same. | Jeffrey Stedfast | 2001-03-17 | 1 | -0/+6 |
* | Print info about the issuer of the certificate. | Jeffrey Stedfast | 2001-03-17 | 1 | -0/+16 |
* | Added #include <config.h> | Kjartan Maraas | 2001-03-17 | 1 | -0/+4 |
* | Don't use getdomainname: it's NIS crap, not DNS. | Dan Winship | 2001-03-17 | 1 | -0/+5 |
* | Don't use the hardcoded cert db directory, use the one passed in. | Jeffrey Stedfast | 2001-03-16 | 1 | -0/+13 |
* | First batch of disconnected IMAP-related stuff. This adds local | Dan Winship | 2001-03-16 | 1 | -0/+47 |
* | Uninclude prnetdb.h since it's not needed here. | Jeffrey Stedfast | 2001-03-16 | 1 | -0/+12 |
* | Update for using CamelTcpStreams and also for using SSL. | Jeffrey Stedfast | 2001-03-15 | 1 | -0/+3 |
* | defined "ssmtp" | Jeffrey Stedfast | 2001-03-15 | 1 | -0/+8 |
* | Check for "simap" instead of "imaps". | Jeffrey Stedfast | 2001-03-15 | 1 | -0/+13 |
* | Check to see if we are using "pops" and then set the appropriate SSL | Jeffrey Stedfast | 2001-03-15 | 1 | -0/+10 |
* | Ya know what? Lets not ref the service because otherwise we'll start | Jeffrey Stedfast | 2001-03-15 | 1 | -0/+9 |
* | Pass the service into the SSL stream, not the session. | Jeffrey Stedfast | 2001-03-15 | 1 | -0/+11 |
* | So it turns out that NSS_Init *isn't* idempotent, so we have to protect | Jeffrey Stedfast | 2001-03-15 | 1 | -0/+17 |
* | Eek! So the service's URL isn't set until after this is initialized. This | Jeffrey Stedfast | 2001-03-15 | 1 | -0/+7 |
* | Numerous fixes to get it to build correctly with NSS enabled. | Jeffrey Stedfast | 2001-03-15 | 1 | -0/+20 |
* | Added | Jeffrey Stedfast | 2001-03-15 | 1 | -0/+8 |
* | re-constify inbuf, to remove a warning. | Not Zed | 2001-03-14 | 1 | -1/+28 |
* | Check for a new type of mailing list header. | Jeffrey Stedfast | 2001-03-14 | 1 | -0/+4 |
* | Made cancellable. (stream_write): Same. (stream_connect): Removed checks | Jeffrey Stedfast | 2001-03-14 | 1 | -0/+14 |
* | Added camel-tcp-stream-ssl to the build. | Jeffrey Stedfast | 2001-03-14 | 1 | -0/+7 |
* | Oops. Make this a subclass of CamelTcpStream, not CamelStream. | Jeffrey Stedfast | 2001-03-14 | 1 | -0/+20 |
* | Since all of the Mozilla libs (including NSPR and NSS) correctly handle | Jeffrey Stedfast | 2001-03-14 | 1 | -0/+8 |
* | Don't allow the user to copy a message to or from the vtrash folder. Set | Jeffrey Stedfast | 2001-03-14 | 1 | -0/+22 |
* | When trying again after a failed password attempt, check if the connection | Dan Winship | 2001-03-14 | 1 | -0/+4 |
* | More fixing for exim: It can't deal with "-tif", you need to say "-t -i | Dan Winship | 2001-03-14 | 1 | -0/+6 |
* | Rename the folder to "Trash" and i18nify it. | Jeffrey Stedfast | 2001-03-13 | 1 | -0/+5 |
* | Comment out everything unless HAVE_NSS is defined. | Jeffrey Stedfast | 2001-03-11 | 1 | -0/+9 |
* | Created a new mode (CAMEL_AUTHENTICATOR_ACCEPT) which is a Yes/No prompt | Jeffrey Stedfast | 2001-03-10 | 1 | -0/+10 |
* | Remove the "-U" for now, because it breaks exim's "sendmail" wrapper. (And | Dan Winship | 2001-03-10 | 1 | -0/+6 |
* | Fix a bug that could make this walk off the end of a string. (The bug has | Dan Winship | 2001-03-10 | 1 | -0/+6 |
* | Changes so that the folder gets added to the vtrash reguardless of whether | Jeffrey Stedfast | 2001-03-09 | 1 | -0/+8 |
* | These fixes make it so that the CamelStore does not actually hold a ref on | Jeffrey Stedfast | 2001-03-09 | 1 | -0/+16 |
* | Implement. (get_trash): Implement. (camel_pop3_store_class_init): Override | Jeffrey Stedfast | 2001-03-08 | 1 | -0/+12 |
* | (remote_recv_line): Fix another problem... | Dan Winship | 2001-03-08 | 1 | -0/+1 |
* | Remove some unused stuff | Dan Winship | 2001-03-07 | 1 | -0/+4 |
* | Return the return value of camel_service_connect rather than returning | Dan Winship | 2001-03-07 | 1 | -0/+8 |
* | Redone so as to save on memory allocations and speed. | Jeffrey Stedfast | 2001-03-07 | 1 | -0/+5 |
* | Don't return NULL if the token is non-NULL. This is why: | Jeffrey Stedfast | 2001-03-06 | 1 | -0/+17 |
* | i18n'd some strings in here. | Jeffrey Stedfast | 2001-03-06 | 1 | -0/+9 |
* | Wrote a new version of header_fold() that takes a 'force' option and uses | Jeffrey Stedfast | 2001-03-05 | 1 | -0/+14 |
* | Make sure there is a space between the name and the address tokens. | Jeffrey Stedfast | 2001-03-05 | 1 | -0/+4 |
* | encoded string segments need to be at least 8 chars (7 doesn't leave room | Jeffrey Stedfast | 2001-03-05 | 1 | -0/+9 |
* | New function to remove a folder from a vfolder. | Not Zed | 2001-03-03 | 1 | -0/+7 |
* | Doh! Set the CAMEL_URL_ALLOW_AUTH flag. | Jeffrey Stedfast | 2001-03-03 | 1 | -0/+3 |
* | oops, forgot the changelog | Jeffrey Stedfast | 2001-03-03 | 1 | -0/+5 |
* | Don't forget to unref the SASL object. | Jeffrey Stedfast | 2001-03-03 | 1 | -0/+16 |
* | Use "-f" to set the envelope from address so bounces go to the right | Dan Winship | 2001-03-02 | 1 | -0/+7 |
* | #include "camel-sasl-digest-md5.h" (camel_sasl_authtype_list): add | Jeffrey Stedfast | 2001-03-02 | 1 | -0/+10 |
* | Add an "authtypes" hash table to CamelImapStore recording the supported | Dan Winship | 2001-03-02 | 1 | -0/+17 |
* | Take a GByteArray as input as well. Comment that you can pass %NULL for | Dan Winship | 2001-03-02 | 1 | -0/+37 |
* | Don't base64 encode the data, leave that up to the provider to do if it | Jeffrey Stedfast | 2001-03-02 | 1 | -1/+3 |
* | Don't base64 encode the data, leave that up to the provider to do if it | Jeffrey Stedfast | 2001-03-02 | 1 | -0/+8 |
* | Reconstify variables to match iconv. | Not Zed | 2001-03-02 | 1 | -0/+8 |
* | camel depends on krb4 now (where available), for camel-sasl-kerberos4.c | Dan Winship | 2001-03-02 | 1 | -0/+8 |
* | Assert url_string != NULL. | Peter Williams | 2001-03-01 | 1 | -0/+4 |
* | Added camel-sasl-anonymous.[c,h] to the build. | Jeffrey Stedfast | 2001-03-01 | 1 | -0/+11 |
* | A fix for broken mailers that send 2-digit years (ie "Wed, 28 Feb 01 | Jeffrey Stedfast | 2001-03-01 | 1 | -0/+9 |
* | If we get back 0 bytes from camel_stream_buffer_gets, that means the | Dan Winship | 2001-03-01 | 1 | -0/+7 |
* | Added camel-sasl*.[c,h] to the build. | Jeffrey Stedfast | 2001-03-01 | 1 | -0/+18 |
* | Group messages into sets with the same flags and use the IMAP message set | Dan Winship | 2001-02-27 | 1 | -0/+12 |
* | Made thread-safe and moved to above the test code. | Jeffrey Stedfast | 2001-02-27 | 1 | -0/+14 |
* | init the vTrash folder here instead of in store_init. | Jeffrey Stedfast | 2001-02-25 | 1 | -0/+8 |
* | init get_trash and init_trash. (camel_store_init): call the virtual | Jeffrey Stedfast | 2001-02-24 | 1 | -0/+14 |
* | Doh, cut and paste problem, use mlist not cc. | Michael Zucci | 2001-02-23 | 1 | -0/+7 |
* | Implement a pseudo-header "x-camel-mlist" which just looks up in the | Not Zed | 2001-02-23 | 1 | -0/+7 |
* | Add some internal progress reporting. (imap_rescan): Do some progress | Not Zed | 2001-02-23 | 1 | -0/+9 |
* | Remove the 'FIXME: remove because this isn't required...' comment for | Jeffrey Stedfast | 2001-02-23 | 1 | -0/+15 |
* | #define this as the set of all IMAP system flags | Dan Winship | 2001-02-22 | 1 | -0/+11 |
* | Removed all files. | Not Zed | 2001-02-22 | 1 | -0/+15 |
* | Removed, not used. (camel_vee_folder_new): Removed call to build_folder. | Not Zed | 2001-02-22 | 1 | -0/+18 |
* | Fixes for IMAP4-pre-rev1 from Torsten Schulz. | Dan Winship | 2001-02-22 | 1 | -0/+5 |
* | Take the ^Header: part out of the expression, since we look that up | Not Zed | 2001-02-20 | 1 | -0/+21 |
* | Added flags argument. (message_changed): Add support for the auto-update | Not Zed | 2001-02-20 | 1 | -0/+46 |
* | Thaw the defaultfolder. (camel_filter_driver_set_default_folder): Thaw the | Jeffrey Stedfast | 2001-02-17 | 1 | -0/+7 |
* | Emit the folder_created signal here. | Jeffrey Stedfast | 2001-02-16 | 1 | -0/+19 |