summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Added korean charset conversion.Jeffrey Stedfast2001-09-182-0/+5
* Don't process the ImapResponse data, we don't want to block forever onJeffrey Stedfast2001-09-182-3/+20
* Don't process the ImapResponse data, we don't want to block forever onJeffrey Stedfast2001-09-172-8/+9
* Reverted previous changes.Jeffrey Stedfast2001-09-173-35/+4
* Helpful install-exec-hook debugging outputJP Rosevear2001-09-172-0/+8
* New function to get the URI of a folder. (get_uri): DefaultJeffrey Stedfast2001-09-163-1/+42
* New function, set the complete list of folders on a vfolder, all at once.42001-09-157-33/+326
* Use g_datalist_set_data_full so that the data will be free'd when we clearJeffrey Stedfast2001-09-143-4/+9
* Don't claim failure when reading/writing the empty string.Dan Winship2001-09-142-2/+8
* use install hook instead of install rule to guarantee we run afterJP Rosevear2001-09-142-27/+30
* Don't reuse the exception if it has already been set.Jeffrey Stedfast2001-09-145-15/+49
* Do error-checking based on function return values rather than exceptionsJeffrey Stedfast2001-09-132-7/+12
* Pass an exception to the cache. (imap_append_online): Same.Jeffrey Stedfast2001-09-134-33/+72
* Convert the charset to the iconv-friendly name.Jeffrey Stedfast2001-09-133-3/+30
* Return -1 on failure.Jeffrey Stedfast2001-09-132-3/+8
* free the source url in the nonfailure case.Larry Ewing2001-09-122-0/+6
* Change the 'not' virtual method from an immediate e-sexp function to a22001-09-123-3/+87
* Unref the message info.Jeffrey Stedfast2001-09-122-1/+9
* Pass in a hashtalbe used for finding visited nodes. (inode_hash):02001-09-112-26/+80
* Progress reporting while moving messages.02001-09-114-7/+56
* Get rid of the g_warning, we no longer really need that.Jeffrey Stedfast2001-09-102-3/+10
* Forgot to return the newly allocated msg.02001-09-102-0/+7
* Likewise.Not Zed2001-09-084-12/+34
* #if 0 out the code that was hopefully going to fix bug #5325 because theJeffrey Stedfast2001-09-082-1/+9
* Disconnect from the service here otherwise the locks will be destroyed andJeffrey Stedfast2001-09-072-4/+20
* Make sure to unref the mime filters when we finish with them.Jeffrey Stedfast2001-09-072-0/+7
* s/Synchronising/Synchronizing/. (mbox_summary_sync_quick): Likewise.Ettore Perazzoli2001-09-072-4/+11
* constificationJeffrey Stedfast2001-09-073-5/+8
* Reuse the original boundary instead of generating our own.Jeffrey Stedfast2001-09-072-2/+11
* Thread function to perform filtering. (filter_free): Free the filter62001-09-074-3/+142
* Use camel_stream_buffer_read_line() instead of duplicationing theJeffrey Stedfast2001-09-062-28/+18
* Fix this to always set an exception if it returns POP3_FAIL, asDan Winship2001-09-063-6/+16
* Set an exception on POP3_FAIL as well.Jeffrey Stedfast2001-09-062-3/+10
* #ifdef out the "delete after N days" option in pop3_conf_entries, since itDan Winship2001-09-062-0/+8
* Too late to sync the folders here... if this is gonna happen at all itJeffrey Stedfast2001-09-042-4/+4
* Do a clean disconnect.Jeffrey Stedfast2001-09-043-3/+6
* Return the default folder (ie. INBOX) rather than saying we don't supportJeffrey Stedfast2001-08-302-3/+5
* #include pk11func.h. (ssl_bad_cert): Use CERT_GetDefaultCertDB.Jeffrey Stedfast2001-08-302-1/+7
* fix smime the same way...Jeffrey Stedfast2001-08-292-15/+34
* Special-case message/rfc822 mime parts - don't set an encoding on these,Jeffrey Stedfast2001-08-292-14/+39
* Add progress reporting to deleting messages. Dont change the calculationNot Zed2001-08-292-2/+15
* Initialize buf and diag_buf to NULL, hopefully this fixes the crash if theJeffrey Stedfast2001-08-292-39/+14
* Initialize buf and diag_buf to NULL, hopefully this fixes the crash if theJeffrey Stedfast2001-08-292-11/+17
* Whoops. Double-free and FMR = bad.Peter Williams2001-08-282-2/+6
* Don't reveal the user's IMAP password if their server supportsPeter Williams2001-08-282-1/+9
* If the user accepts the certificate, add it to the database as a trustedJeffrey Stedfast2001-08-282-3/+32
* Make the locking more fine-grained on destruction; specifically, don'tPeter Williams2001-08-282-0/+12
* Changed the description/names of some of the local providers to try andJeffrey Stedfast2001-08-273-15/+21
* s/IMAPv4/IMAPJeffrey Stedfast2001-08-273-3/+7
* re-read the iconv man page, and treat the return value properly. ItNot Zed2001-08-275-150/+135