aboutsummaryrefslogtreecommitdiffstats
path: root/camel/ChangeLog
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tagGNOME_LIBS_1_4_1_4nobody2001-05-231-12671/+0
* Store the CamelFolderInfo tree that was returned fromJeffrey Stedfast2001-05-221-1/+11
* The service can be NULL here too, thanks to Wayne Davis for pointing thisJeffrey Stedfast2001-05-171-0/+3
* We don't need to be passed the certdb path anymore.Jeffrey Stedfast2001-05-171-0/+5
* New function to return an array of all headers.Dan Winship2001-05-171-0/+9
* Don't close or free (it wasn't allocated) the certdb.Jeffrey Stedfast2001-05-161-0/+8
* Don't use EXTRA_GNOME_*, use the new CAMEL_* variables so we don't link inJeffrey Stedfast2001-05-161-0/+4
* Added t the test suite - tests the S/MIME pkcs7 functions.Jeffrey Stedfast2001-05-161-0/+5
* Lots of fixes to get this to compile.Jeffrey Stedfast2001-05-151-3/+1
* Lots of fixes to get this to almost compile. Still struggling with theJeffrey Stedfast2001-05-151-0/+16
* Add camel-smime-context.[c,h] and camel-smime.[c,h] to the build.Jeffrey Stedfast2001-05-151-0/+8
* Replicate the semantics of the libunicode utf8 functions by returning NULLJon Trowbridge2001-05-151-0/+16
* Subclass CamelSession since we can no longer specify the passwd callbackJeffrey Stedfast2001-05-151-0/+16
* Decode Content-Location, either correctly or Netscape-generated-brokenly.Dan Winship2001-05-121-0/+9
* Don't check the initial auth response until we get into the while-loopJeffrey Stedfast2001-05-121-0/+7
* Make this return CamelStream * (like the other stream new functions)Dan Winship2001-05-121-0/+6
* call SSL_Enable after the SSL_ImportFD and before PR_Connect. Otherwise,Chris Toshok2001-05-111-0/+6
* Don't abort if the Service is NULL, this is perfectly valid for cipherJeffrey Stedfast2001-05-111-0/+5
* Pass appropriate parameters to CF_CLASS and add comment explaining why myPeter Williams2001-05-101-0/+6
* Set the disconnected status. (camel_disco_store_can_work_offline): ReturnDan Winship2001-05-101-0/+31
* Wrap the content-id with <>'s.Jeffrey Stedfast2001-05-101-0/+5
* Add support for using OpenSSL.Jeffrey Stedfast2001-05-081-0/+18
* Fix another build problem. (Um, anyone else could have done this...)Dan Winship2001-05-061-0/+5
* Fix up refcounting on current_folder.Dan Winship2001-05-041-0/+8
* new abstract class for disconnectable remote storesDan Winship2001-05-041-0/+26
* Clean this up a bit. Add a "tag_prefix" member. Move "useful_lsub" intoDan Winship2001-05-031-0/+12
* Fix this up... it was losing count in some cases and giving a more verboseDan Winship2001-05-031-0/+4
* Rescue the KPOP code from bit rot.Dan Winship2001-05-021-0/+5
* Redo command locking. Since command_lock is recursive, we can just get aDan Winship2001-05-021-0/+23
* Support the IMAP UIDPLUS extension (RFC 2359), which lets youDan Winship2001-05-011-0/+32
* New-and-improved version of get_uid_set() from camel-imap-folder.c. LooksDan Winship2001-05-011-0/+12
* Redo this a lot so that instead of having a class full of callbacks, weDan Winship2001-04-281-0/+20
* Automagically call camel_shutdown() atexit() ;-) (camel_init): AlsoJeffrey Stedfast2001-04-271-0/+6
* #include <sys/types.h> for off_t.Jeffrey Stedfast2001-04-271-0/+4
* New file, with the int, string, time_t, and off_t encode/decode routinesDan Winship2001-04-271-0/+23
* Remove UNICODE_CFLAGS (and some other stuff that's redundant withDan Winship2001-04-271-0/+27
* Use e_gethostbyname_r. (camel_service_gethost): Remove unused var.Dan Winship2001-04-271-0/+5
* Applied jacob's patches for e-poolv stuff.Not Zed2001-04-261-0/+4
* Add camel-vee-folder.h and camel-digest-folder.hJeffrey Stedfast2001-04-241-0/+2
* New class that can be used to browse a multipart/digest message as if itJeffrey Stedfast2001-04-241-0/+5
* Oops, don't use the return value of iconv() as a string length, it onlyJeffrey Stedfast2001-04-231-0/+7
* Changed GTK_INCLUDEDIR to EXTRA_GNOME_CFLAGS.Mikael Hallendal2001-04-231-0/+5
* Implemented using the secmime.h convenience functions. (smime_clearsign):Jeffrey Stedfast2001-04-211-0/+12
* Implemented. (pkcs7_clearsign): Implemented. (get_zero_len_passwd):Jeffrey Stedfast2001-04-201-0/+3
* Implemented. (pkcs7_clearsign): Implemented. (get_zero_len_passwd):Jeffrey Stedfast2001-04-201-0/+19
* missed this with the last commit (pop3 and imap memory leaks)Dan Winship2001-04-191-0/+14
* New source files to handle Pkcs7 encryption, decryption, signing, andJeffrey Stedfast2001-04-181-0/+7
* more memory leaksDan Winship2001-04-181-0/+5
* Don't we want to tell where we are by using the start of the message? IJeffrey Stedfast2001-04-171-0/+9
* Added a prototype for stamp().Jeffrey Stedfast2001-04-171-0/+6
* Go back to doing the utf8 conversion by hand so that we don't depend onJeffrey Stedfast2001-04-171-0/+3
* Remove the EXTRA_GNOME_CFLAGS include.Jeffrey Stedfast2001-04-171-0/+33
* regex doesn't set errno and regcomp returns 0 on success and any otherJeffrey Stedfast2001-04-161-0/+6
* Check to make sure the context is a valid context in all the userJeffrey Stedfast2001-04-151-0/+5
* s/imap_store/store/, fixing a typo that was causing the build to fail.Jon Trowbridge2001-04-141-1/+5
* Make the (previously unused) get-source command actually do the rightJon Trowbridge2001-04-141-0/+7
* Plug leaks.Dan Winship2001-04-141-0/+14
* Oops, lets not get into a recursive call here ;-)Jeffrey Stedfast2001-04-131-0/+9
* Updated to reflect the few changes made to the CamelPgpContext class.Jeffrey Stedfast2001-04-131-0/+11
* Fix a pair of array bounds reads noted by purifyDan Winship2001-04-131-0/+5
* #include the pgp stuff.Jeffrey Stedfast2001-04-131-0/+4
* Plug memory leaks.Dan Winship2001-04-131-0/+6
* Simplify peterw's imap_is_atom_char fix.Dan Winship2001-04-121-0/+5
* Added pgp-mime.c to the tests.Jeffrey Stedfast2001-04-121-0/+12
* Check if gethostbyname_r take five paramsJP Rosevear2001-04-121-0/+19
* Use camel_charset_locale_name() to get the locale charset rather thanJeffrey Stedfast2001-04-111-0/+11
* Use e_utf8_from_locale_string() rather than trying to do it manually sinceJeffrey Stedfast2001-04-111-0/+6
* Added camel-pgp-context.[c,h] to the build. Also added tests/smime/pgp.cJeffrey Stedfast2001-04-101-1/+11
* It would be a good idea to recognize '\0'. Before, this code was runningPeter Williams2001-04-081-0/+7
* merge from evolution-0-10-branch to evolution-0-10-merge-0Not Zed2001-04-051-0/+99
* Added tests/ back inJeffrey Stedfast2001-04-041-0/+11
* (imap_update_summary): When reading message flags, set theDan Winship2001-04-041-0/+4
* (imap_get_message): If the server_level < IMAP4rev1, always fetchDan Winship2001-04-041-0/+3
* If we don't change any flags or expunge, send a NOOP to give the server aDan Winship2001-04-041-0/+6
* Remove the "quick_login" member, which is unnecessary.Dan Winship2001-04-031-0/+30
* marked report status strings for tanslation, fixes #1973Gediminas Paulauskas2001-04-031-0/+4
* mutex lock & unlock the context. (camel_pgp_clearsign): Same.Jeffrey Stedfast2001-04-021-0/+6
* Update the function prototypes to match those found inJeffrey Stedfast2001-04-021-0/+12
* New files to handle the LOGIN SASL mechanism.Jeffrey Stedfast2001-04-021-0/+15
* Updated the authtypes here too.Jeffrey Stedfast2001-04-021-0/+3
* Updated the authtype values.Jeffrey Stedfast2001-04-021-0/+22
* Move things around here to make this all work right again (so you don'tDan Winship2001-03-311-0/+7
* Add support for converting e-mail addresses to links. (is_email_address):Jon Trowbridge2001-03-311-0/+5
* Don't blindly append "/INBOX", construct a CamelURL and set the path thatJeffrey Stedfast2001-03-301-0/+10
* Dont overwrite an exception if we got one already. Added camel_operationNot Zed2001-03-301-0/+6
* Not quite finished but checking in for some local frobbing.Not Zed2001-03-301-0/+21
* Added #include <libgnome/gnome-paper.h>Jon Trowbridge2001-03-301-0/+11
* Big header cleanups and nntp compile fixKjartan Maraas2001-03-301-0/+126
* change "gboolean show_passwd" to "guint32 flags".Dan Winship2001-03-301-0/+16
* New class for PGP encrypting, decrypting, signing and verifying. Next I'llJeffrey Stedfast2001-03-291-0/+7
* Optimise the match "" case, just match everything in the folder (if weNot Zed2001-03-291-0/+3
* (vee_expunge): Oops, call the class sync, not superclass sync.Michael Zucci2001-03-291-0/+1
* Access the folder directly from the message info.Not Zed2001-03-291-0/+21
* Add the port (if user defined) to the path to fix bug #1996.Jeffrey Stedfast2001-03-281-0/+7
* If we aren't going to even check the resp/free buffer that gets returnedJeffrey Stedfast2001-03-281-0/+11
* Unref the html filter when done. (summary_build_content_info): DisableNot Zed2001-03-271-0/+5
* Fix a cut n paste bug, we want uid_removed not uid_changed deref, fixesNot Zed2001-03-271-0/+5
* add an argument to say whether or not you want "PLAIN" in the list (so youDan Winship2001-03-271-0/+14
* Add an "extra_conf" field to CamelProvider with structures and defines andDan Winship2001-03-271-0/+58
* Move all of the camel_vee_folder_construct() internals here.Jeffrey Stedfast2001-03-271-0/+10
* Use camel_vtrash_folder_new() to create the vtrash folder now.Jeffrey Stedfast2001-03-271-1/+33
* Added folder_created event here.Not Zed2001-03-271-0/+63
* When writing the last token (if not rfc2047 encoded), don't useJeffrey Stedfast2001-03-271-0/+4
* Don't spew a warning if the message-id wasn't set by the application, notJeffrey Stedfast2001-03-271-0/+6
* keep a reference on the store's current_folder.Dan Winship2001-03-271-0/+6
* Add missing accessor.Dan Winship2001-03-261-0/+2
* New. Return the provider for a URL.Dan Winship2001-03-261-0/+5
* eh, changed my mind, put the exception back in camel_url_new()Dan Winship2001-03-261-5/+1
* New URL parser with full RFC1808 relative URL support. Yum.Dan Winship2001-03-261-0/+14
* Don't use copy_to if the source folder doesn't support summary info's.Jeffrey Stedfast2001-03-251-0/+9
* Do charset conversion on the username param here if needed.Jeffrey Stedfast2001-03-251-0/+7
* Added. Call me old-fashioned, but I just prefer to have a real API ratherJon Trowbridge2001-03-231-0/+10
* Don't look at untagged responses other than "* BYE"...Dan Winship2001-03-231-0/+25
* add a "GList *authtypes", so you can get the list of authtypes used by aDan Winship2001-03-221-0/+46
* Return -1 on fail. (camel_filter_driver_filter_folder): Same.Jeffrey Stedfast2001-03-221-0/+16
* Function to check if the store is online and set an exception if not.Dan Winship2001-03-211-0/+49
* Added $(EXTRA_GNOME_CFLAGS)Christopher James Lahey2001-03-201-0/+4
* Set the errbuf to NULL after freeing it? I don't think this should fix bugJeffrey Stedfast2001-03-191-0/+6
* Protect against a possibly NULL exception.Jeffrey Stedfast2001-03-191-0/+3
* Document and modify to return a boolean value denoting whether or notJeffrey Stedfast2001-03-191-0/+9
* Quote the param value if it contains whitespace as well.Jeffrey Stedfast2001-03-191-0/+5
* Don't include system include dir.Jeffrey Stedfast2001-03-181-0/+9
* Modified patch from Dan Berger <dberger@ix.netcom.com> to re-check theNot Zed2001-03-171-0/+4
* Implemented. (ref_message_info): And default implementation.Not Zed2001-03-171-0/+15
* Same.Jeffrey Stedfast2001-03-171-0/+6
* Print info about the issuer of the certificate.Jeffrey Stedfast2001-03-171-0/+16
* Added #include <config.h>Kjartan Maraas2001-03-171-0/+4
* Don't use getdomainname: it's NIS crap, not DNS.Dan Winship2001-03-171-0/+5
* Don't use the hardcoded cert db directory, use the one passed in.Jeffrey Stedfast2001-03-161-0/+13
* First batch of disconnected IMAP-related stuff. This adds localDan Winship2001-03-161-0/+47
* Uninclude prnetdb.h since it's not needed here.Jeffrey Stedfast2001-03-161-0/+12
* Update for using CamelTcpStreams and also for using SSL.Jeffrey Stedfast2001-03-151-0/+3
* defined "ssmtp"Jeffrey Stedfast2001-03-151-0/+8
* Check for "simap" instead of "imaps".Jeffrey Stedfast2001-03-151-0/+13
* Check to see if we are using "pops" and then set the appropriate SSLJeffrey Stedfast2001-03-151-0/+10
* Ya know what? Lets not ref the service because otherwise we'll startJeffrey Stedfast2001-03-151-0/+9
* Pass the service into the SSL stream, not the session.Jeffrey Stedfast2001-03-151-0/+11
* So it turns out that NSS_Init *isn't* idempotent, so we have to protectJeffrey Stedfast2001-03-151-0/+17
* Eek! So the service's URL isn't set until after this is initialized. ThisJeffrey Stedfast2001-03-151-0/+7
* Numerous fixes to get it to build correctly with NSS enabled.Jeffrey Stedfast2001-03-151-0/+20
* AddedJeffrey Stedfast2001-03-151-0/+8
* re-constify inbuf, to remove a warning.Not Zed2001-03-141-1/+28
* Check for a new type of mailing list header.Jeffrey Stedfast2001-03-141-0/+4
* Made cancellable. (stream_write): Same. (stream_connect): Removed checksJeffrey Stedfast2001-03-141-0/+14
* Added camel-tcp-stream-ssl to the build.Jeffrey Stedfast2001-03-141-0/+7
* Oops. Make this a subclass of CamelTcpStream, not CamelStream.Jeffrey Stedfast2001-03-141-0/+20
* Since all of the Mozilla libs (including NSPR and NSS) correctly handleJeffrey Stedfast2001-03-141-0/+8
* Don't allow the user to copy a message to or from the vtrash folder. SetJeffrey Stedfast2001-03-141-0/+22
* When trying again after a failed password attempt, check if the connectionDan Winship2001-03-141-0/+4
* More fixing for exim: It can't deal with "-tif", you need to say "-t -iDan Winship2001-03-141-0/+6
* Rename the folder to "Trash" and i18nify it.Jeffrey Stedfast2001-03-131-0/+5
* Comment out everything unless HAVE_NSS is defined.Jeffrey Stedfast2001-03-111-0/+9
* Created a new mode (CAMEL_AUTHENTICATOR_ACCEPT) which is a Yes/No promptJeffrey Stedfast2001-03-101-0/+10
* Remove the "-U" for now, because it breaks exim's "sendmail" wrapper. (AndDan Winship2001-03-101-0/+6
* Fix a bug that could make this walk off the end of a string. (The bug hasDan Winship2001-03-101-0/+6
* Changes so that the folder gets added to the vtrash reguardless of whetherJeffrey Stedfast2001-03-091-0/+8
* These fixes make it so that the CamelStore does not actually hold a ref onJeffrey Stedfast2001-03-091-0/+16
* Implement. (get_trash): Implement. (camel_pop3_store_class_init): OverrideJeffrey Stedfast2001-03-081-0/+12
* (remote_recv_line): Fix another problem...Dan Winship2001-03-081-0/+1
* Remove some unused stuffDan Winship2001-03-071-0/+4
* Return the return value of camel_service_connect rather than returningDan Winship2001-03-071-0/+8
* Redone so as to save on memory allocations and speed.Jeffrey Stedfast2001-03-071-0/+5
* Don't return NULL if the token is non-NULL. This is why:Jeffrey Stedfast2001-03-061-0/+17
* i18n'd some strings in here.Jeffrey Stedfast2001-03-061-0/+9
* Wrote a new version of header_fold() that takes a 'force' option and usesJeffrey Stedfast2001-03-051-0/+14
* Make sure there is a space between the name and the address tokens.Jeffrey Stedfast2001-03-051-0/+4
* encoded string segments need to be at least 8 chars (7 doesn't leave roomJeffrey Stedfast2001-03-051-0/+9
* New function to remove a folder from a vfolder.Not Zed2001-03-031-0/+7
* Doh! Set the CAMEL_URL_ALLOW_AUTH flag.Jeffrey Stedfast2001-03-031-0/+3
* oops, forgot the changelogJeffrey Stedfast2001-03-031-0/+5
* Don't forget to unref the SASL object.Jeffrey Stedfast2001-03-031-0/+16
* Use "-f" to set the envelope from address so bounces go to the rightDan Winship2001-03-021-0/+7
* #include "camel-sasl-digest-md5.h" (camel_sasl_authtype_list): addJeffrey Stedfast2001-03-021-0/+10
* Add an "authtypes" hash table to CamelImapStore recording the supportedDan Winship2001-03-021-0/+17
* Take a GByteArray as input as well. Comment that you can pass %NULL forDan Winship2001-03-021-0/+37
* Don't base64 encode the data, leave that up to the provider to do if itJeffrey Stedfast2001-03-021-1/+3
* Don't base64 encode the data, leave that up to the provider to do if itJeffrey Stedfast2001-03-021-0/+8
* Reconstify variables to match iconv.Not Zed2001-03-021-0/+8
* camel depends on krb4 now (where available), for camel-sasl-kerberos4.cDan Winship2001-03-021-0/+8
* Assert url_string != NULL.Peter Williams2001-03-011-0/+4
* Added camel-sasl-anonymous.[c,h] to the build.Jeffrey Stedfast2001-03-011-0/+11
* A fix for broken mailers that send 2-digit years (ie "Wed, 28 Feb 01Jeffrey Stedfast2001-03-011-0/+9
* If we get back 0 bytes from camel_stream_buffer_gets, that means theDan Winship2001-03-011-0/+7
* Added camel-sasl*.[c,h] to the build.Jeffrey Stedfast2001-03-011-0/+18
* Group messages into sets with the same flags and use the IMAP message setDan Winship2001-02-271-0/+12
* Made thread-safe and moved to above the test code.Jeffrey Stedfast2001-02-271-0/+14
* init the vTrash folder here instead of in store_init.Jeffrey Stedfast2001-02-251-0/+8
* init get_trash and init_trash. (camel_store_init): call the virtualJeffrey Stedfast2001-02-241-0/+14
* Doh, cut and paste problem, use mlist not cc.Michael Zucci2001-02-231-0/+7
* Implement a pseudo-header "x-camel-mlist" which just looks up in theNot Zed2001-02-231-0/+7
* Add some internal progress reporting. (imap_rescan): Do some progressNot Zed2001-02-231-0/+9
* Remove the 'FIXME: remove because this isn't required...' comment forJeffrey Stedfast2001-02-231-0/+15
* #define this as the set of all IMAP system flagsDan Winship2001-02-221-0/+11
* Removed all files.Not Zed2001-02-221-0/+15
* Removed, not used. (camel_vee_folder_new): Removed call to build_folder.Not Zed2001-02-221-0/+18
* Fixes for IMAP4-pre-rev1 from Torsten Schulz.Dan Winship2001-02-221-0/+5
* Take the ^Header: part out of the expression, since we look that upNot Zed2001-02-201-0/+21
* Added flags argument. (message_changed): Add support for the auto-updateNot Zed2001-02-201-0/+46
* Thaw the defaultfolder. (camel_filter_driver_set_default_folder): Thaw theJeffrey Stedfast2001-02-171-0/+7
* Emit the folder_created signal here.Jeffrey Stedfast2001-02-161-0/+19
* Deal with out-of-order References headers so they don't cause messages toDan Winship2001-02-161-0/+4
* IMAP4 (pre-rev1) doesn't allow BODY.PEEK[], so use RFC822.PEEK instead inDan Winship2001-02-161-0/+6
* Changed this code to match the glibc iconv signature.Christopher James Lahey2001-02-151-0/+6
* (create_folder): Oops, and fix bug involving namespacesDan Winship2001-02-151-1/+2
* New method to create a folder when you don't know its full name.Dan Winship2001-02-151-0/+7
* Add address headers to list that we dont fold when writing. The areNot Zed2001-02-131-0/+17
* mbox, mh, and maildir camel-url's need absolute paths.Jeffrey Stedfast2001-02-131-0/+7
* save, THEN commitDan Winship2001-02-101-4/+6
* Rewrite a bunch. Replace the existing folder cache stuff with much simplerDan Winship2001-02-101-0/+40
* Oops, include the camel-tcp-stream-ssl header instead of the raw one.Jeffrey Stedfast2001-02-081-0/+5
* Changed to push the operation into a status stack.Not Zed2001-02-081-0/+35
* Macro for making comparisons easy. (camel_ustrcasecmp): UseJeffrey Stedfast2001-02-081-0/+4
* Macro for making comparisons easy. (camel_ustrcasecmp): UseJeffrey Stedfast2001-02-081-0/+11
* Rewrote using unicode_get_utf8(). (camel_ustrcasecmp): Use unicode_char_tJeffrey Stedfast2001-02-071-0/+6
* Made these pass char ** as the second parameter to iconv.Christopher James Lahey2001-02-071-0/+6
* Removed unwanted header. It was never put in for a reason. Stop fixingNot Zed2001-02-061-0/+21
* Added a missing #include.Christopher James Lahey2001-02-061-0/+6
* Oops. Change this too.Jeffrey Stedfast2001-02-061-0/+3
* Updated.Jeffrey Stedfast2001-02-061-0/+15
* Revert jeff's earlier change, the change below is the more-correct fix.Not Zed2001-02-051-0/+10
* When we drop a fake node, dont skip checking the next in the list.Not Zed2001-02-051-0/+8
* Make do_write loop until the entire buffer is written.Jeffrey Stedfast2001-02-051-0/+5
* Add missing header for cancel check stuff.Not Zed2001-02-021-0/+12
* If we are folding, drop the space at the end of the line.Not Zed2001-02-011-0/+5
* Remvoe the stream locking here. I think this was leading to a deadlockNot Zed2001-01-301-0/+6
* Include the terminating NUL in the calculated string length. This hitNot Zed2001-01-291-0/+6
* Changed the subject search to handle case sensitive when it is mixed case.Not Zed2001-01-251-0/+55
* Added tests to see that invalid match and action rules are properlyNot Zed2001-01-241-0/+2
* Fix for api changes.Not Zed2001-01-241-0/+2
* (camel_filter_driver_filter_message): Remove an accidentallyMichael Zucci2001-01-241-0/+2
* Remove the 'finished message' bit.Not Zed2001-01-241-0/+5
* Add a lock around the delayed loading, so two threads won't try to do itDan Winship2001-01-241-0/+6
* Set the CamelFolder::name to just the base part of the vfolder name (theDan Winship2001-01-231-0/+6
* Perform error checking on parsing/execution.Not Zed2001-01-231-0/+12
* Removed some debug 'warnings', as they should now be displayed at theNot Zed2001-01-231-0/+15
* avoid /0 by updating after we've done the sync. (close_folders): Setup theNot Zed2001-01-231-0/+6
* Change the callbacks in this file to match the callback function types.Christopher James Lahey2001-01-231-0/+5
* Added profiling temp files.Not Zed2001-01-221-0/+3
* When removing phantom nodes, check for the end node too.Not Zed2001-01-221-0/+8
* Make the output a little prettier. Okay, so I'm anal...Jeffrey Stedfast2001-01-221-0/+5
* Added an exception to CamelFilterGetFolderFunc.Not Zed2001-01-211-0/+18
* (subscribe_folder): add a missing UNLOCKDan Winship2001-01-201-0/+1
* Set the deleted bit *before* copying to the default folder, this way ifJeffrey Stedfast2001-01-201-0/+7
* If LISTing a subscribed folder doesn't return a LIST response, just ignoreDan Winship2001-01-201-0/+7
* Mark strings for translation.Kjartan Maraas2001-01-191-0/+4
* Add a percentage complete indicator to the status thing.Not Zed2001-01-191-0/+8
* More tweaking... skip separator characters after the namespace character.Dan Winship2001-01-191-0/+11
* Oops. Somewhere in one of the reorgs, the code to add new messages to theDan Winship2001-01-191-0/+6
* Add some g_warnings() to help debug later if I ever get the segfaults IJeffrey Stedfast2001-01-181-0/+11
* Make sure that the message-info is non-null before we go accessing innerJeffrey Stedfast2001-01-181-0/+6