summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* s/class/klass in one place so that the header is c++-safe.EVOLUTION_1_3_1evolution-1-3-1-branchJeffrey Stedfast2003-03-042-1/+6
* Updated to use the new API from a fe commits ago for the NSS stream. ThisJeffrey Stedfast2003-03-037-4/+434
* Do similar folder != NULL checking as for delete_folder before passing aNot Zed2003-03-032-3/+10
* Same as IMAP and POP.Jeffrey Stedfast2003-02-287-17/+71
* Add a 'flushed' state variable to the private struct. (do_read): SetJeffrey Stedfast2003-02-273-5/+40
* Undo jeff's changes.Not Zed2003-02-273-5/+20
* Updated to use g_alloca instead of alloca so that we can skip all theJeffrey Stedfast2003-02-262-2/+6
* don't #include camel-iconv.hJeffrey Stedfast2003-02-261-1/+0
* Make sure the folder is non-NULL before trying to remove it from theJeffrey Stedfast2003-02-262-6/+13
* removed unused filter code that was wrong anywayJeffrey Stedfast2003-02-254-214/+0
* canonicalise the charset name (if it is an iso charset) so that ourJeffrey Stedfast2003-02-252-2/+70
* Same as the ones below.Jeffrey Stedfast2003-02-2515-254/+107
* g_alloca (strlen (charset) + 1) so we don't overflow the buffer.Jeffrey Stedfast2003-02-252-1/+4
* Don't write the passwd, fixes "bug" #38601.Jeffrey Stedfast2003-02-242-3/+9
* Make bucket->refcount 31 bits and bucket->used 1 bit instead of havingJeffrey Stedfast2003-02-242-4/+6
* Use g_iconv_close() here, missed this before. (camel_iconv): Might as wellJeffrey Stedfast2003-02-242-2/+9
* New function...back from the depths of hell from whence it cameJeffrey Stedfast2003-02-245-7/+194
* fixed a type-o that causes a segfaultJeffrey Stedfast2003-02-242-2/+2
* Do it the same way we just made the sendmail code do it.Jeffrey Stedfast2003-02-243-60/+61
* s/g_slist_free1/g_slist_free_1Jeffrey Stedfast2003-02-232-3/+5
* Remove all Bcc headers before sending to the smtp server.Jeffrey Stedfast2003-02-233-14/+62
* fixJeffrey Stedfast2003-02-201-1/+1
* fuck ICONV_CONST, we can add that foo later...if we care.Jeffrey Stedfast2003-02-201-1/+1
* would help to include our header, eh?Jeffrey Stedfast2003-02-201-0/+1
* Call camel_iconv_init(). (camel_shutdown): Call camel_iconv_shutdown().Jeffrey Stedfast2003-02-2016-119/+757
* Redirect program's stdout and stderr to /dev/nullJeffrey Stedfast2003-02-203-12/+32
* Redirect the program's stderr to /dev/nullJeffrey Stedfast2003-02-202-2/+11
* use argv[0] instead of argv[i], doh!Jeffrey Stedfast2003-02-201-1/+1
* Fixed a type-o in the ENABLE_IPv6 ifdef section.Jeffrey Stedfast2003-02-192-1/+6
* New filter action that pipes the message source to the user-program andJeffrey Stedfast2003-02-192-13/+21
* New filter action that pipes the message source to the user-program andJeffrey Stedfast2003-02-192-2/+154
* Added a (get-size ) function to fix bug #38073. (search_get_size):toshok-libmimedir-baseJeffrey Stedfast2003-02-143-1/+32
* watch for <>'s tooJeffrey Stedfast2003-02-141-1/+2
* Mark chars with the high-bit set as CTRL chars. (camel_url_web_end): IfJeffrey Stedfast2003-02-142-11/+50
* Same as the gpg and pkcs7 contexts.Jeffrey Stedfast2003-02-1410-37/+74
* Define in terms of privincludedir. (camellibexecdir): Define in terms ofDan Winship2003-02-058-15/+25
* define in terms of privincludedir.Dan Winship2003-02-051-0/+1
* Init bag->owner to 0.Not Zed2003-02-052-63/+76
* Use g_ascii_strdown() instead of g_strdown, since g_strdown is deprecated.Jeffrey Stedfast2003-02-048-41/+79
* Pass in some default flags to gss_init_sec_context() (these default flagsJeffrey Stedfast2003-01-282-1/+9
* $(libexec) -> $(libexecdir)Hans Petter Jansson2003-01-222-1/+5
* Update to the new $(BASE_VERSION)-versioned path. Likewise. Likewise.Ettore Perazzoli2003-01-229-17/+41
* Set the backbuflen to 0 so that calling us again won't re-flush the sameJeffrey Stedfast2003-01-212-2/+9
* only grow the buffer when we are out of space.Larry Ewing2003-01-182-9/+16
* If we have no content-type header, set it to text/plain explcitly, ratherNot Zed2003-01-142-0/+8
* New source files implementing the GSSAPI SASL mechanism.Jeffrey Stedfast2003-01-144-1/+380
* fix header include order.Not Zed2003-01-133-4/+16
* Read the characters as utf8, rather than as 8 bit bytes. Remove theNot Zed2003-01-133-17/+87
* add a "translation_domain" field. (NULL for all providers in the camelDan Winship2003-01-073-5/+21
* New.Dan Winship2003-01-071-1/+2