summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* If we are using the heimdal krb5 implementation, don't free outbuf ever.EVOLUTION_1_2_4evolution-1-2-4-branchJeffrey Stedfast2003-03-282-0/+16
* Get rid of debug printf's that are no longer needed. In the case ofJeffrey Stedfast2003-03-272-4/+9
* Pass in the address of the second args to the delete/release functions.Jeffrey Stedfast2003-03-262-7/+9
* Fix the KRB5_CFLAGS to work with heimdal Bump version to 1.2.3.99 #includeRodney Dawes2003-03-252-1/+5
* We don't want to #include <et/com_err.h", we want to #include <com_err.h>Jeffrey Stedfast2003-03-242-2/+8
* Plug in GSSAPI support.Jeffrey Stedfast2003-03-205-0/+420
* Use header_contentid_decode() as this new function should be safer thanJeffrey Stedfast2003-03-144-15/+82
* Add a CRLF filter to the output stream to convert any CRLF sequences intoJeffrey Stedfast2003-03-101-1/+1
* Add a CRLF filter to the output stream to convert any CRLF sequences intoJeffrey Stedfast2003-03-102-0/+18
* Add a 'flushed' state variable to the private struct. (do_read): SetJeffrey Stedfast2003-02-273-5/+36
* fixed a type-oJeffrey Stedfast2003-02-241-1/+1
* Remove all Bcc headers before sending to sendmail and restore them afterJeffrey Stedfast2003-02-242-1/+41
* Fixed a type-o in the ENABLE_IPv6 ifdef section.Jeffrey Stedfast2003-02-192-1/+6
* Added a (get-size ) function to fix bug #38073. (search_get_size):Jeffrey Stedfast2003-02-183-1/+32
* Set the backbuflen to 0 so that calling us again won't re-flush the sameEVOLUTION_1_2_2Jeffrey Stedfast2003-01-213-2/+16
* Fix messageAndrew V. Samoilov2003-01-101-1/+1
* Don't apply the CANON_STRIP filter here, since we are verifying whateverJeffrey Stedfast2002-12-162-3/+11
* Properly handle the case where the namespace is "". Fixes bug #34975EVOLUTION_1_2_1Jeffrey Stedfast2002-12-043-17/+46
* #if 0 out dumpfi()Jeffrey Stedfast2002-12-031-1/+1
* Implement, gets a nspr pr filedesc to poll/wait on (structNot Zed2002-11-224-20/+201
* If we have a namespace of "", then always match any path.Not Zed2002-11-221-4/+6
* applied plain_signature_fix.patchRadek Doulik2002-11-193-1/+7
* If the namespace is at/below INBOX, check for the INBOX explicitly (sinceJeffrey Stedfast2002-11-182-20/+73
* Don't prematurely set gpg->complete to TRUE. Let gpg_ctx_op_step () set itEVOLUTION_1_2_0EVOLUTION_1_1_90evolution-1-2-recurid-branchJeffrey Stedfast2002-10-282-9/+10
* ** For bug #31647 and bug #31456.Not Zed2002-10-247-87/+215
* Canonicalise the source_uri to not have a path. Fixes bug #32268.Jeffrey Stedfast2002-10-223-43/+52
* #include "camel-stream-fs.h" for writing out the certs to diskJeffrey Stedfast2002-10-181-0/+1
* Do the filtering ourselves. This is so a problem like a missing uid (whichNot Zed2002-10-181-3/+41
* If ~/.camel_certs doesn't exist, create it.Jeffrey Stedfast2002-10-182-6/+20
* helper, build fingerprint. (camel_certdb_nss_cert_get): Helper for nssNot Zed2002-10-175-93/+381
* No longer takes a path argument. (camel_gpg_context_fianlise): No need toJeffrey Stedfast2002-10-173-32/+25
* If the hash id is NULL, return CAMEL_CIPHER_HASH_DEFAULT. Fixes bugJeffrey Stedfast2002-10-152-8/+15
* If the response from the IMAP server is "No", don't set theJeffrey Stedfast2002-10-092-2/+11
* Fixes bug #31752Jeffrey Stedfast2002-10-073-12/+39
* Fix all mailing list regex patterns to allow any number of spaces *or*Jeffrey Stedfast2002-10-072-11/+17
* Use the content-object's rawtext flag to decide if it needs to be filteredJeffrey Stedfast2002-10-042-1/+8
* Dont get the filter driver inside the change_lock. Its not necessary, andNot Zed2002-10-042-5/+16
* Map us-ascii to windows-1252 also.Jeffrey Stedfast2002-10-032-1/+7
* Add missing ;.Michael Zucci2002-10-031-1/+1
* /home/notzed/gnome/head/evolution/camelNot Zed2002-10-035-22/+49
* Use strtol when decoding the timezone (since it can be negative) and don'tJeffrey Stedfast2002-10-012-1/+10
* Fixes bug #31456.Jeffrey Stedfast2002-09-303-43/+79
* Don't strip the namespace from the fi->full_name when hasing or creatingJeffrey Stedfast2002-09-303-15/+11
* Remove debug content_info_dump, could cause a crash, and not really neededNot Zed2002-09-303-4/+14
* New function to decode the INTERNALDATE response from an IMAP server so weJeffrey Stedfast2002-09-275-22/+152
* Use the summary's last uid as the one to fetch from, ignoring the cache.Not Zed2002-09-273-22/+43
* Treat spool as a local folder, so the ref checks work right.Not Zed2002-09-263-4/+6
* Implement FOLDER_CREATE flag. (scan_dir): Dont free name on exception, itsNot Zed2002-09-264-20/+101
* Store the folder flags in the store summary. (get_one_folder_offline): SetNot Zed2002-09-262-3/+27
* Handle EILSEQ by eating bytes in the input buffer until conversion isJeffrey Stedfast2002-09-252-88/+115