aboutsummaryrefslogtreecommitdiffstats
path: root/camel/ChangeLog
Commit message (Expand)AuthorAgeFilesLines
* Use g_datalist_set_data_full so that the data will be free'd when we clearJeffrey Stedfast2001-09-151-0/+5
* Don't claim failure when reading/writing the empty string.Dan Winship2001-09-151-0/+6
* use install hook instead of install rule to guarantee we run afterJP Rosevear2001-09-151-0/+5
* Don't reuse the exception if it has already been set.Jeffrey Stedfast2001-09-141-0/+8
* Do error-checking based on function return values rather than exceptionsJeffrey Stedfast2001-09-141-0/+5
* Pass an exception to the cache. (imap_append_online): Same.Jeffrey Stedfast2001-09-141-0/+16
* Convert the charset to the iconv-friendly name.Jeffrey Stedfast2001-09-141-0/+8
* Return -1 on failure.Jeffrey Stedfast2001-09-141-0/+5
* free the source url in the nonfailure case.Larry Ewing2001-09-131-0/+5
* Change the 'not' virtual method from an immediate e-sexp function to a22001-09-131-0/+12
* Unref the message info.Jeffrey Stedfast2001-09-131-0/+5
* Pass in a hashtalbe used for finding visited nodes. (inode_hash):02001-09-111-0/+11
* Progress reporting while moving messages.02001-09-111-0/+11
* Get rid of the g_warning, we no longer really need that.Jeffrey Stedfast2001-09-111-2/+9
* Forgot to return the newly allocated msg.02001-09-101-0/+5
* Likewise.Not Zed2001-09-081-0/+11
* #if 0 out the code that was hopefully going to fix bug #5325 because theJeffrey Stedfast2001-09-081-0/+4
* Disconnect from the service here otherwise the locks will be destroyed andJeffrey Stedfast2001-09-081-0/+4
* Make sure to unref the mime filters when we finish with them.Jeffrey Stedfast2001-09-081-0/+5
* s/Synchronising/Synchronizing/. (mbox_summary_sync_quick): Likewise.Ettore Perazzoli2001-09-081-0/+7
* constificationJeffrey Stedfast2001-09-081-0/+3
* Reuse the original boundary instead of generating our own.Jeffrey Stedfast2001-09-081-0/+6
* Thread function to perform filtering. (filter_free): Free the filter62001-09-071-0/+19
* Use camel_stream_buffer_read_line() instead of duplicationing theJeffrey Stedfast2001-09-071-0/+9
* Fix this to always set an exception if it returns POP3_FAIL, asDan Winship2001-09-071-0/+8
* Set an exception on POP3_FAIL as well.Jeffrey Stedfast2001-09-071-0/+5
* #ifdef out the "delete after N days" option in pop3_conf_entries, since itDan Winship2001-09-071-0/+6
* Too late to sync the folders here... if this is gonna happen at all itJeffrey Stedfast2001-09-051-0/+4
* Do a clean disconnect.Jeffrey Stedfast2001-09-051-0/+4
* Return the default folder (ie. INBOX) rather than saying we don't supportJeffrey Stedfast2001-08-311-0/+4
* #include pk11func.h. (ssl_bad_cert): Use CERT_GetDefaultCertDB.Jeffrey Stedfast2001-08-311-0/+5
* fix smime the same way...Jeffrey Stedfast2001-08-301-0/+8
* Special-case message/rfc822 mime parts - don't set an encoding on these,Jeffrey Stedfast2001-08-301-0/+11
* Add progress reporting to deleting messages. Dont change the calculationNot Zed2001-08-291-0/+6
* Initialize buf and diag_buf to NULL, hopefully this fixes the crash if theJeffrey Stedfast2001-08-291-0/+4
* Initialize buf and diag_buf to NULL, hopefully this fixes the crash if theJeffrey Stedfast2001-08-291-0/+6
* Whoops. Double-free and FMR = bad.Peter Williams2001-08-291-0/+3
* Don't reveal the user's IMAP password if their server supportsPeter Williams2001-08-291-0/+6
* If the user accepts the certificate, add it to the database as a trustedJeffrey Stedfast2001-08-291-0/+5
* Make the locking more fine-grained on destruction; specifically, don'tPeter Williams2001-08-291-0/+6
* Changed the description/names of some of the local providers to try andJeffrey Stedfast2001-08-281-0/+7
* s/IMAPv4/IMAPJeffrey Stedfast2001-08-281-1/+5
* re-read the iconv man page, and treat the return value properly. ItNot Zed2001-08-271-0/+17
* ["Summarising" and "Synchronising" are spelt with a "s" in ENGLISH]Not Zed2001-08-251-0/+11
* Use fseek instead of fseeko since we want to be portable and use ftellJeffrey Stedfast2001-08-251-4/+13
* Revert Not Zed's previous commits as they apparently can cause seriousPeter Williams2001-08-251-0/+5
* s/Synchronising/Synchronizing/.Ettore Perazzoli2001-08-251-0/+11
* Limit the maximum output buffer size. iconv bugs? returns E2BIG forever onNot Zed2001-08-241-0/+4
* Likewise.Not Zed2001-08-241-0/+34
* Add a missing \n to the end of a printf.Peter Williams2001-08-241-0/+7
* Oops. Fixed a mis-use of GPtrArray. If we set_size, then usingJeffrey Stedfast2001-08-231-0/+7
* Turn on --batch and reenable gpg keyserver lookups. (pgp_decrypt): DisableJeffrey Stedfast2001-08-221-2/+8
* Fix the duplicate message check so it doesn't mess up threading when aDan Winship2001-08-211-0/+9
* build a static camel for the addressbook conduitJP Rosevear2001-08-201-0/+4
* s/Synchronising/Synchronizing/. (mbox_summary_sync_quick): Likewise.Ettore Perazzoli2001-08-201-0/+9
* oops, commit the ChangeLogJeffrey Stedfast2001-08-201-0/+10
* #include <sys/types.h> for mode_t on freebsd.Chris Toshok2001-08-201-0/+4
* Make sure the generated UID is non-NULL before appending it to the arrayJeffrey Stedfast2001-08-201-0/+6
* Start scanning new messages at maxuid + 1 rather than uidval + 1? MaybeJeffrey Stedfast2001-08-181-0/+6
* If we are online and message flags have changed in the current folder,Jeffrey Stedfast2001-08-171-9/+14
* Don't ever send "STORE FLAGS.SILENT ()" since Cyrus imapd doesn't likeJeffrey Stedfast2001-08-171-0/+9
* Fix this again. Sigh. Problem of namespace = "" may not yet be completelyPeter Williams2001-08-171-0/+6
* New function. Try to approximate the SSL error into errno.Peter Williams2001-08-161-0/+8
* Oh crap, huge killer typo.Peter Williams2001-08-151-0/+5
* Canonicalize store->namespace to end in store->dir_sep, once both valuesPeter Williams2001-08-151-0/+7
* After talking to NotZed, it turns out I was wrong after all. (store_sync):Jeffrey Stedfast2001-08-151-0/+9
* We need to be ref'ing the folder if/when we add it to the hash. This mayJeffrey Stedfast2001-08-141-0/+3
* Fix a leak.Peter Williams2001-08-141-0/+10
* We need to be ref'ing the folder if/when we add it to the hash. This mayJeffrey Stedfast2001-08-141-0/+1
* We need to be ref'ing the folder if/when we add it to the hash. This mayJeffrey Stedfast2001-08-141-0/+5
* s/summarising/summarizing/. (summary_rebuild): Likewise.Ettore Perazzoli2001-08-121-0/+12
* Added an assert - at this point a backtrace would be more useful than aJeffrey Stedfast2001-08-111-1/+5
* Return FALSE here, not NULL.Jeffrey Stedfast2001-08-111-0/+3
* Don't g_strdup() the uid into the trigger_event call.Jeffrey Stedfast2001-08-111-0/+3
* Set the total bytes expected to 0 if the response is empty too.Jeffrey Stedfast2001-08-111-0/+2
* Set the total bytes expected to 0 if the response is empty too.Jeffrey Stedfast2001-08-111-0/+3
* regfree the pattern before continue'ing. This was showing up quite a bitJeffrey Stedfast2001-08-101-0/+6
* A quoted string cannot contain \n's so check for those as well.Jeffrey Stedfast2001-08-101-0/+6
* Remove trailing stuff from URLs before returning. (Done in an evil way,Jon Trowbridge2001-08-091-0/+6
* check for NULL name and addr (fixes a bug i was about to report)jacob berkman2001-08-081-0/+5
* Properly determine match type to pass to header_match.Not Zed2001-08-081-0/+27
* New function to do danw's address "is" comparison (as specified in bugJeffrey Stedfast2001-08-081-0/+7
* Modify to take a headers_only argument which will then only fetch messageJeffrey Stedfast2001-08-071-0/+12
* New internal function to get a message stream by message sequence id (soJeffrey Stedfast2001-08-071-0/+10
* Don't strstr for noselect=yes, that's just plain broken.Jeffrey Stedfast2001-08-071-0/+5
* Fix off-by-one error in cleaning up deleted messages at the end of theDan Winship2001-08-071-0/+4
* Do a refresh_info on the selected folder before looking at its unreadDan Winship2001-08-071-0/+6
* Completely hide the namespace from everything external to the IMAP code,Peter Williams2001-08-071-0/+40
* Always do --no-auto-key-retrieve.Jeffrey Stedfast2001-08-071-0/+4
* Minor changes to the iconv code so that it does the check in the returnJeffrey Stedfast2001-08-041-0/+7
* First check to make sure that service->url->authmech is non-NULL beforeJeffrey Stedfast2001-08-041-0/+4
* Sigh, if gpg returns '1' it means that the key is bad but it did succeedeJeffrey Stedfast2001-08-041-0/+8
* special case popb4smtp auth before we try and connect, and do the magicNot Zed2001-08-031-0/+26
* If we fail to get the lock, make sure we close our locking fd, and resetNot Zed2001-08-011-0/+4
* Slightly re-arranged filter/change notification logic. If we;re filtering,Not Zed2001-08-011-0/+24
* Fix the fix that fixes broken mailer behavior. We want to make sure thatJeffrey Stedfast2001-07-281-0/+7
* Allow the url to be NULL just like the libc free convention.Jeffrey Stedfast2001-07-271-0/+5
* Send an IMAP command, but don't wait for responses.Dan Winship2001-07-271-0/+21
* Add another Sender pattern.Dan Winship2001-07-251-0/+5
* Change the break into a continue, we should process as many as we canNot Zed2001-07-251-0/+12
* Handle broken mailers that send unencoded 8bit header params. And thereJeffrey Stedfast2001-07-251-0/+4
* New #define, and there was much rejoicing. Rah.Jeffrey Stedfast2001-07-251-0/+5
* Added some warnings for bad cases.Not Zed2001-07-241-0/+12
* Slight fix for when source == destination (we don't want to do this actionJeffrey Stedfast2001-07-241-0/+6
* Added some operation progress reporting. Actual data transfer is 'tricky'Not Zed2001-07-231-0/+16
* More usage fixes for CamelException. Check our own exception forPeter Williams2001-07-211-0/+6
* Pull up test fixes to get them building againJP Rosevear2001-07-211-0/+4
* renamed to camel_charset_to_iconv() to make it just a little moreNot Zed2001-07-201-0/+6
* Convert to the iconv-friendly charset names.Jeffrey Stedfast2001-07-201-0/+31
* Modified to treat the return value from camel_charset_locale_name() as aJeffrey Stedfast2001-07-201-18/+34
* In camel:Peter Williams2001-07-201-0/+24
* No need for `acharset' anymore. (check_html_charset): Return a const char*Jeffrey Stedfast2001-07-201-0/+6
* Remove my iso8859-1 -> iso-8859-1 hack and useJeffrey Stedfast2001-07-201-0/+16
* Revert 7/11/2001 patch for IMAP INBOX filtering at NotZed's request.Peter Williams2001-07-191-0/+5
* Clean up some exception misusage.Peter Williams2001-07-181-0/+30
* Use CAMEL_VTRASH_NAME.Jeffrey Stedfast2001-07-181-0/+6
* Given: 4 EXISTS 1 EXPUNGE We have to pass 3, not 4 toDan Winship2001-07-171-0/+9
* If the message info for an expunged message is NULL, then just break out -Jeffrey Stedfast2001-07-151-0/+7
* Added a hack to convert charsets in the format iso8859-1 to iso-8859-1Jeffrey Stedfast2001-07-141-8/+16
* Let people install as non-root, but give them a bigass warning so they'rePeter Williams2001-07-141-0/+12
* We now use a structure as the bucket data rather than just a cache levelJeffrey Stedfast2001-07-131-0/+21
* Okay, I've decided that that user is just on crack. We don't want to allowJeffrey Stedfast2001-07-131-0/+3
* Okay, I've decided that that user is just on crack. We don't want to allowJeffrey Stedfast2001-07-131-0/+7
* Only set p->copied and p->deleted if the messages are copied without anJeffrey Stedfast2001-07-131-0/+14
* Removed. (check_html_charset): Replaced with this.Not Zed2001-07-121-0/+22
* Removed some code i wasn't supposed to commit.Not Zed2001-07-121-0/+11
* New function to extract a meta-tag charset value if it exists.Jeffrey Stedfast2001-07-121-0/+14
* Ripped out my code since it was never being used since the mime parser isJeffrey Stedfast2001-07-121-0/+8
* Run the filter in its own thread to prevent locking issues.Peter Williams2001-07-121-0/+7
* Create the messageinfo itself, so we can properly set the size.Not Zed2001-07-111-0/+21
* New function to parse an HTML meta-tag.Jeffrey Stedfast2001-07-111-0/+13
* Forget the passphrase if the user has set that option. (pgp_clearsign):Jeffrey Stedfast2001-07-101-0/+9
* Oops, e_poolv_set free's it for us, so dont double-free here.Not Zed2001-07-091-0/+5
* Changed so we dont have the list changing under us, just going to the nextNot Zed2001-07-091-0/+8
* openssl_table is gone. we now store/get the stream from the SSL_CTX'sChris Toshok2001-07-091-0/+14
* Don't allow in to be NULL, so instead of doing if (in == NULL) return;,Jeffrey Stedfast2001-07-071-0/+5
* Fixes bug #1138.Jeffrey Stedfast2001-07-071-0/+3
* Make the `day-of-month' digit take up 2 chars by using "%2d". Fixes bugJeffrey Stedfast2001-07-071-0/+5
* Set the pipe fd's to nonblocking.Jeffrey Stedfast2001-07-071-0/+5
* Make sure that after the finalization event has happened and thePeter Williams2001-07-061-0/+6
* Add locking to camel_nntp_get_grouplist_from_server().Joe Shaw2001-07-061-0/+18
* Added an assert to make sure that `mi' isn't NULL.Jeffrey Stedfast2001-07-061-0/+10
* Send the --no-auto-key-retrieve argument to gpg if we are in offline modeJeffrey Stedfast2001-07-061-3/+4
* Send the --no-auto-key-retrieve argument to gpg so that we don't have toJeffrey Stedfast2001-07-061-0/+7
* use X509_STORE_CTX_get_ex_data to get at the SSL* - don't use theChris Toshok2001-07-061-0/+14
* if source == dest, just no-op.Jeffrey Stedfast2001-07-061-0/+5
* Move this before the camel_vee_folder_remove_folder because that functionPeter Williams2001-07-061-0/+16
* (camel_message_info_dup_to): Assign the to->strings from theMichael Zucci2001-07-051-0/+3
* Fix the assertion slightly, if we have a little bit of input the outputNot Zed2001-07-051-0/+4
* When indexing a new record, create a pseudo word 'ibexindexed' so we canNot Zed2001-07-051-0/+19
* Added NNTP_NO_PERMISSION (502) to the list of response codes.Joe Shaw2001-07-041-0/+9
* Doh. Don't remove things from the hash table while foreach'ing it. (AndDan Winship2001-07-031-0/+14
* Implemented nntp_folder_search_by_expression and nntp_folder_search_free.Sam Creasey2001-07-031-0/+29
* Add comment noting that Camel actually exists now :-)Peter Williams2001-07-031-0/+5
* new method to get an application-initialized filter driver.Dan Winship2001-07-021-0/+29
* properly return error if we can't create pipes.Not Zed2001-07-021-0/+3
* re-enable html indexing.Not Zed2001-07-021-0/+8
* Change a camel_exception_clear to camel_exception_init to fix aDan Winship2001-07-021-0/+5
* Added Originator: header as a header to look for when looking for theJeffrey Stedfast2001-06-301-0/+3
* Build the test-crlf test program.Jeffrey Stedfast2001-06-301-2/+12
* Add a CamelMimeFilterStripHeader that removes a header from mime output. UsedPeter Williams2001-06-291-0/+19
* Fix a memory leak. Also if the decoded value is NULL, that means it wasn'tJeffrey Stedfast2001-06-291-0/+8
* If the folder is frozen, don't refresh, just record that we need to do itDan Winship2001-06-291-0/+17
* Initialize the private send_lock. (camel_transport_finalize): Free theJeffrey Stedfast2001-06-281-0/+11
* Updated to match the current API.Jeffrey Stedfast2001-06-281-0/+5
* Use the new header_address_fold.Jeffrey Stedfast2001-06-281-0/+14
* Since we want an error opening a folder to result in the message beingJeffrey Stedfast2001-06-271-0/+7
* lock the cache around accessesDan Winship2001-06-271-1/+11
* constify argsDan Winship2001-06-271-0/+4
* g_strdup() the message source here or we will have problems later when weJeffrey Stedfast2001-06-261-0/+6
* Fix this: IMAP doesn't allow an extra argument to AUTHENTICATE to avoid aDan Winship2001-06-251-0/+11
* New function that decides if 2 word types are mergeable. An atom and aJeffrey Stedfast2001-06-221-0/+16
* Use camel_address_length() rather than casting and accessing data members.Jeffrey Stedfast2001-06-221-0/+6
* If the first char of the mailing-list name is '<', chop it off to makeJeffrey Stedfast2001-06-211-0/+6
* Fixed a bug when not running setuid it wouldn't unlock.Not Zed2001-06-191-0/+8
* Note: Except for the info_free(), the NULL checks are g_return's. I feltJeffrey Stedfast2001-06-191-0/+19
* Remove DB3_LDADDDan Winship2001-06-191-0/+6
* Set camel-lock-help setgid or setuid as neededDan Winship2001-06-191-0/+5
* Only create a missing uid if we have indexing turned on.Not Zed2001-06-181-0/+43
* Return the largest real UID in the cache (as an integer). Eventually to beDan Winship2001-06-161-0/+8
* Added Mailing-List header regex so that we can do mlist magic on thatJeffrey Stedfast2001-06-151-0/+5
* Properly handle correct and incorrect (for the common case, ie Outlook andJeffrey Stedfast2001-06-151-0/+17
* Don't try to format the Reply-To header - we don't want to wrap theJeffrey Stedfast2001-06-151-0/+5
* A new provider, for spool mailboxes. Mostly a cut and paste of the mboxNot Zed2001-06-121-0/+21
* Add a separator between the service url and the folder name, if needed.Jon Trowbridge2001-06-081-0/+3
* Added an argument, so that the original source URI of the mbox can beJon Trowbridge2001-06-081-0/+13
* Don't fetch the UID and FLAGS of messages we don't know about yet, sinceDan Winship2001-06-061-0/+6
* Fix to not get into a recursive loop in get_type().Jeffrey Stedfast2001-06-031-0/+7
* Numerous fixes to get it to compile.Jeffrey Stedfast2001-06-011-0/+2
* Added camel-cipher-context.h, camel-cms-context.h, camel-smime-context.h,Jeffrey Stedfast2001-06-011-0/+3
* New virtual class for manipulating cryptographic message syntax messagesJeffrey Stedfast2001-06-011-0/+14
* Redo the BUILD_MAP code to not depend on libunicode. Now it only generatesDan Winship2001-05-311-0/+17
* Code for logging and replaying offline operations.Dan Winship2001-05-301-0/+66
* Use g_strcasecmp() because some systems don't have strcasecmp(). Also,Jeffrey Stedfast2001-05-291-0/+6
* changelog entries for tests/ fixes committed yesterdayDan Winship2001-05-291-0/+20
* Add a "need_rescan" flag saying if we want to rescan the entire folder forDan Winship2001-05-271-0/+23
* Oops. Use a strNcmp to make sure the response begins with a 334 code, notJeffrey Stedfast2001-05-261-0/+4
* remove the summary info so we are not out-of-sync with the maildir folder.Jeffrey Stedfast2001-05-261-0/+12
* Oops, I spelled the get-default-db function name wrong.Jeffrey Stedfast2001-05-251-0/+5
* s/folder_deleted/folder_created - result of a bad copy/paste.Jeffrey Stedfast2001-05-241-0/+4
* Optimize the match "" case.Jeffrey Stedfast2001-05-241-0/+5
* 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