aboutsummaryrefslogtreecommitdiffstats
path: root/camel/Makefile.am
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tagGNOME_LIBS_1_4_1_4nobody2001-05-231-212/+0
* Don't use EXTRA_GNOME_*, use the new CAMEL_* variables so we don't link inJeffrey Stedfast2001-05-161-3/+2
* Add camel-smime-context.[c,h] and camel-smime.[c,h] to the build.Jeffrey Stedfast2001-05-151-0/+4
* Add support for using OpenSSL.Jeffrey Stedfast2001-05-081-1/+3
* Fix another build problem. (Um, anyone else could have done this...)Dan Winship2001-05-061-1/+0
* new abstract class for disconnectable remote storesDan Winship2001-05-041-0/+5
* New file, with the int, string, time_t, and off_t encode/decode routinesDan Winship2001-04-271-0/+2
* Remove UNICODE_CFLAGS (and some other stuff that's redundant withDan Winship2001-04-271-4/+1
* New class that can be used to browse a multipart/digest message as if itJeffrey Stedfast2001-04-241-0/+2
* Added a prototype for stamp().Jeffrey Stedfast2001-04-171-0/+1
* Remove the EXTRA_GNOME_CFLAGS include.Jeffrey Stedfast2001-04-171-1/+0
* Updated to reflect the few changes made to the CamelPgpContext class.Jeffrey Stedfast2001-04-131-0/+2
* Added pgp-mime.c to the tests.Jeffrey Stedfast2001-04-121-0/+2
* Check if gethostbyname_r take five paramsJP Rosevear2001-04-121-0/+1
* Added camel-pgp-context.[c,h] to the build. Also added tests/smime/pgp.cJeffrey Stedfast2001-04-101-0/+2
* Added tests/ back inJeffrey Stedfast2001-04-041-1/+1
* New files to handle the LOGIN SASL mechanism.Jeffrey Stedfast2001-04-021-0/+2
* If we aren't going to even check the resp/free buffer that gets returnedJeffrey Stedfast2001-03-281-1/+1
* Use camel_vtrash_folder_new() to create the vtrash folder now.Jeffrey Stedfast2001-03-271-0/+2
* Added $(EXTRA_GNOME_CFLAGS)Christopher James Lahey2001-03-201-0/+1
* Don't include system include dir.Jeffrey Stedfast2001-03-181-1/+1
* Numerous fixes to get it to build correctly with NSS enabled.Jeffrey Stedfast2001-03-151-1/+5
* AddedJeffrey Stedfast2001-03-151-0/+2
* re-constify inbuf, to remove a warning.Not Zed2001-03-141-0/+3
* Added camel-tcp-stream-ssl to the build.Jeffrey Stedfast2001-03-141-0/+2
* Oops. Make this a subclass of CamelTcpStream, not CamelStream.Jeffrey Stedfast2001-03-141-0/+4
* #include "camel-sasl-digest-md5.h" (camel_sasl_authtype_list): addJeffrey Stedfast2001-03-021-0/+2
* camel depends on krb4 now (where available), for camel-sasl-kerberos4.cDan Winship2001-03-021-1/+4
* Added camel-sasl-anonymous.[c,h] to the build.Jeffrey Stedfast2001-03-011-0/+2
* Added camel-sasl*.[c,h] to the build.Jeffrey Stedfast2001-03-011-0/+8
* Removed all files.Not Zed2001-02-221-0/+4
* Changed to push the operation into a status stack.Not Zed2001-02-081-0/+2
* Changed the subject search to handle case sensitive when it is mixed case.Not Zed2001-01-251-1/+3
* Index: ChangeLogMichael Zucci2001-01-171-0/+4
* Remove this. It was only a thin wrapper around struct _header_content_typeDan Winship2000-12-291-2/+0
* Lock the command channel while searching. (imap_body_contains): IfNot Zed2000-12-241-1/+2
* Remove use of linewrap filter. Headers are now wrapped. encode_8bitMichael Zucci2000-12-111-1/+4
* Add tests.Not Zed2000-11-241-1/+1
* Added camel-folder-thread.[ch].Not Zed2000-11-211-0/+2
* New file - utility functions for locking using different strategies and/orNot Zed2000-11-161-0/+2
* Implement a complete() function, now we need one. (filter): Upgraded toNot Zed2000-11-071-0/+4
* build md5-utils72000-10-281-2/+3
* Build fixes from Jacob, same as the other branch.Ettore Perazzoli2000-10-201-0/+2
* New function to fold headers.Not Zed2000-09-281-0/+1
* Use the linewrap filter to achieve full RFC0821 compliance.Jeffrey Stedfast2000-09-201-1/+2
* CamelRemoteStore: a new generic store for stores that connect to servers. Pre...Peter Williams2000-08-301-0/+2
* Merge with camel-async.Peter Williams2000-08-111-4/+4
* New code to keep an on-disk cache of what UIDs have been seen in a folder.Dan Winship2000-08-091-37/+39
* Bye bye bye.Dan Winship2000-07-241-4/+0
* Utilities for parsing broken date strings.Jeffrey Stedfast2000-07-011-0/+2
* Removed the camel-mime-filter-smtp.h entry from Makefile.am - oops!Jeffrey Stedfast2000-06-131-1/+0
* Deprecated.Jeffrey Stedfast2000-06-131-1/+0
* New filter to do CRLF<->LF conversion. (Currently only tested in theDan Winship2000-06-131-0/+2
* Added a missing smtp-related file to the dist.Ross Golder2000-05-281-0/+1
* Removed camel-simple-data-wrapper again. Less code to maintain == betterNotZed2000-05-261-2/+0
* stuffJeffrey Stedfast2000-05-231-0/+1
* remove get/set_output_stream operations. They're redundant withDan Winship2000-05-181-0/+2
* remove some cruft that we're not currently using.Dan Winship2000-05-121-28/+2
* Removed dist-hook section.Christopher James Lahey2000-05-101-0/+3
* Merged NEW_SUMMARY branch back to trunk, and resolved conflicts.NotZed2000-05-081-18/+19
* Make camel not leak like a sieve.Dan Winship2000-05-081-0/+2
* Maxcount is minimum of the max and the requested count, not the maximum :)NotZed2000-05-051-2/+20
* No, we're not going to have g_strcasecmp for no good reason,NotZed2000-05-041-0/+2
* Some small build fixes:Jacob Leach2000-05-041-0/+1
* REmove gmime-utils.h from here.NotZed2000-05-031-0/+2
* Set G_LOG_DOMAIN in following files.Matthew Loper2000-05-031-2/+2
* > * gmime-utils.[ch]: What the hell, remove it. This will break theMichael Zucci2000-05-031-2/+0
* Dont try and check a NULL header.NotZed2000-04-281-2/+0
* Class to represent news addresses - currently empty, and not built.NotZed2000-04-281-0/+4
* Remove. We weren't using the fields that made this different fromDan Winship2000-04-271-2/+0
* sync to current realityDan Winship2000-04-271-2/+0
* Big cleanup of camel-stream-*, got rid of 3 classes, improved the interfaces,NotZed2000-04-261-6/+0
* No longer call data_wrapper_repository_init.NotZed2000-04-241-2/+0
* MERGE NEW_PARSER branch into HEAD, fixed conflicts.NotZed2000-04-211-6/+16
* kill camel-logDan Winship2000-04-191-2/+0
* This didn't belong in Camel. Move to mail/Dan Winship2000-04-151-2/+0
* Fix the embarassing cursor bug.Miguel de Icaza2000-04-121-2/+2
* New file with new function to dot-lock an mbox file and copy it to a safeDan Winship2000-04-101-0/+2
* the URL RFC says the port must be numeric, so we don't want to doDan Winship2000-04-061-2/+2
* remove camel-stream-buffered-fs here tooDan Winship2000-03-281-2/+0
* New function to scan the provider dir and return a list of all providers.Dan Winship2000-03-231-2/+3
* Added camel-stream-buffer to build.NotZed2000-03-011-0/+2
* include camel-transportDan Winship2000-02-251-0/+2
* A lot of changes in the way the parsing works. I am too lazyBertrand Guiheneuf2000-02-221-0/+2
* make a blocking version of the header parser. When the fs stream usesbertrand2000-02-151-0/+2
* remove camel-stream-buffer from compilation process. It is not hereBertrand Guiheneuf2000-02-141-2/+0
* New file, implements the search api for mbox folders.NotZed2000-02-141-0/+2
* don't build thread related tests if evolution has been compiled with nobertrand2000-02-111-1/+1
* parent class is now CamelSeekableStream idem idem idem idem (_seek):bertrand2000-01-251-0/+2
* New files. You'll be able to use a CamelFormatter to get html-formattedMatthew Loper2000-01-211-0/+2
* remove non updated tests from the build process.bertrand2000-01-131-1/+0
* Lots of reorganization to get the Evolution shell to begin its life. ItArturo Espinosa2000-01-061-0/+1
* part of the mbox provider.bertrand1999-12-221-1/+1
* implemented. The routines in this file will be called by providers tobertrand1999-12-161-0/+2
* Make `make distcheck' work.Ettore Perazzoli1999-11-171-3/+5
* Added streaming capability to CamelDataWrapper. This makes it possible, forEttore Perazzoli1999-11-171-0/+5
* Here is my initial Evolution work: message composition widget and someEttore Perazzoli1999-11-061-1/+2
* A lot of changes. The thread proxy mechanismbertrand1999-10-141-2/+4
* weekly commitBertrand Guiheneuf1999-10-091-0/+2
* redesign of the proxy/marshaling code. Uses GtkArg now. sync commit.Bertrand Guiheneuf1999-09-281-1/+3
* syncBertrand Guiheneuf1999-09-231-1/+3
* Build fixBertrand Guiheneuf1999-09-231-6/+6
* Check pthreads.bertrand1999-09-221-4/+21
* New object. Operation queue. Meant to be used in non-blocking proxybertrand1999-09-171-0/+2
* First proxy (pthread based) implementation starts.bertrand1999-09-141-0/+2
* imported md5 coding routine from rpm. Compiles.bertrand1999-09-061-0/+2
* added summary files buildbertrand1999-09-041-0/+2
* new func. More work on new independant recipient code.bertrand1999-08-301-0/+2
* new file, groups mime-part related utils. Meant to be used by providersbertrand1999-08-261-0/+2
* new class. Will handle all sort of information media (Mime mail messages,bertrand1999-08-251-0/+4
* those two func go here now.bertrand1999-08-131-0/+2
* new memory buffer based stream.Bertrand Guiheneuf1999-08-021-0/+2
* merge a lot of work. Rough ChangeLog will followBertrand Guiheneuf1999-08-011-0/+10
* new class. Simple implementation of a data wrapper: simply keeps thebertrand1999-06-251-0/+2
* use new stream code instead of raw file * stuff.bertrand1999-05-311-0/+2
* new class. Represents an abstract stream object.bertrand1999-05-311-0/+2
* Mime message ...Bertrand Guiheneuf1999-05-131-0/+2
* disposition is now a full GMimeContentField object.Bertrand Guiheneuf1999-05-131-2/+4
* overload wrapper class method. (_write_to_file): start to write some textbertrand1999-05-121-0/+2
* new class. models a mime mail part.bertrand1999-05-091-0/+2
* sync - Started work on messages classes.Bertrand Guiheneuf1999-05-081-1/+3
* initialize folder object.bertrand1999-04-261-0/+2
* basic provider structure. Have to write the code for dynamic loading.bertrand1999-04-251-0/+2
* Utility functions to parse URLs. Stolen shamelessly from gzillabertrand1999-04-231-2/+4
* start test provider.bertrand1999-04-221-1/+1
* simple service class addedBertrand Guiheneuf1999-04-211-0/+2
* started implementation typo uncommented the store related code.bertrand1999-04-191-0/+2
* some work log system for camel some utilities for GString objectsbertrand1999-04-181-2/+6
* Initial revisionBertrand Guiheneuf1999-04-181-0/+24