aboutsummaryrefslogtreecommitdiffstats
path: root/camel/providers
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tag 'today'.todaynobody2000-05-1564-9875/+0
* now it deff compilesJeffrey Stedfast2000-05-121-1/+1
* > * providers/mbox/camel-mbox-folder.c (message_changed): IndicateMichael Zucci2000-05-122-3/+24
* camel-smtp-transport.c will now compile :)Jeffrey Stedfast2000-05-121-7/+8
* providers/smtp/camel-smtp-transport.c: updated smtp_helo to more closely comp...Jeffrey Stedfast2000-05-121-14/+10
* Big bunch o memleaks fixed.NotZed2000-05-121-10/+22
* Free summary items and charset filters.12000-05-121-4/+7
* fixed camel_smtp_transport_class_init(): now initializes service_classJeffrey Stedfast2000-05-111-1/+4
* Bleah. Can't fsync a pipe. As a quick kludge, just don't stream_flush it.Dan Winship2000-05-101-2/+0
* o Undid changes to camel-internet-address.[c,h] o FixedEDT 2000 Jeffrey Stedfast2000-05-091-27/+29
* o Moved struct_address from camel-internet-address.c toEDT 2000 Jeffrey Stedfast2000-05-091-3/+26
* one more refcounting fix I missed before.Dan Winship2000-05-091-2/+1
* o updated to use CamelException (as needed by new camel-stream.c) o noEDT 2000 Jeffrey Stedfast2000-05-091-30/+29
* Use CamelException to signal failure. (camel_stream_write_strings):Dan Winship2000-05-096-35/+69
* Merged NEW_SUMMARY branch back to trunk, and resolved conflicts.NotZed2000-05-083-1504/+686
* Make camel not leak like a sieve.Dan Winship2000-05-087-23/+14
* A machine which serves neither POP nor KPOP is not a POP server.Dan Winship2000-05-072-1/+9
* And same here ...NotZed2000-05-051-2/+10
* Maxcount is minimum of the max and the requested count, not the maximum :)NotZed2000-05-051-1/+1
* Make this compile again in the !KRB4 caseDan Winship2000-05-051-1/+1
* Don't fall back to plaintext passwords if APOP fails, since it should alsoDan Winship2000-05-051-18/+14
* New function to replace camel_provider_scan. Returns a list of either (a)Dan Winship2000-05-043-20/+157
* No, we're not going to have g_strcasecmp for no good reason,NotZed2000-05-041-5/+5
* s/strcasecmp/g_strcasecamp/ everywhere except intl/, per michael'sJacob Leach2000-05-033-11/+11
* REmove gmime-utils.h from here.NotZed2000-05-035-372/+28
* Set G_LOG_DOMAIN in following files.Matthew Loper2000-05-037-7/+14
* > * providers/mbox/camel-mbox-search.cMichael Zucci2000-05-032-5/+0
* > * gmime-utils.[ch]: What the hell, remove it. This will break theMichael Zucci2000-05-031-1/+0
* Fix the offset for the summary when an item is expunged to take account ofNotZed2000-05-031-1/+1
* Deleted messages properly get removed from the index.Michael Zucci2000-05-022-4/+4
* > (func_header_contains): Debug out some search stuff.Michael Zucci2000-05-022-3/+3
* Removed search_id.Michael Zucci2000-05-024-63/+16
* More message cleanup. Flags now work, are saved, and the deleteNotZed2000-05-023-46/+318
* oops. s/CAMEL_TRANSPORT_TYPE/CAMEL_PROVIDER_TRANSPORT/Dan Winship2000-05-011-1/+1
* Tweak the definition of CamelProvider. Among other things, a provider mayDan Winship2000-04-3015-84/+92
* Made Evolution OAF-compatible.Ettore Perazzoli2000-04-283-5/+19
* Big cleanup of camel-stream-*, got rid of 3 classes, improved the interfaces,NotZed2000-04-263-7/+13
* ref (and sink) the message stream if we're going to unref it later.Dan Winship2000-04-251-0/+2
* Big fixes for the last commit which broke the message creation entirely.Michael Zucci2000-04-241-2/+18
* No longer call data_wrapper_repository_init.NotZed2000-04-242-15/+5
* Whole swag of changes. Still lots of cleanup remaining ...NotZed2000-04-232-19/+15
* Ref the folder after setting it in the new message.NotZed2000-04-222-8/+10
* Removed.NotZed2000-04-226-1531/+2
* Trim leading/trailing spaces off the raw headers.NotZed2000-04-211-3/+19
* MERGE NEW_PARSER branch into HEAD, fixed conflicts.NotZed2000-04-218-846/+1470
* kill camel-logDan Winship2000-04-1913-167/+0
* Remove the "session" field from CamelMimeMessage. Nothing uses it, aboutDan Winship2000-04-186-8/+7
* add nntpChris Toshok2000-04-151-1/+1
* Fix switch statement.Christopher James Lahey2000-04-151-3/+3
* always return TRUE for now. we need to check the server response to makeChris Toshok2000-04-152-48/+157
* add XXX so i can find this hardcoded string later.Chris Toshok2000-04-151-0/+1
* okay. working now.Chris Toshok2000-04-153-16/+77
* initial import of nntp store.Chris Toshok2000-04-1511-0/+2014
* fix various bugs in APOP code (still untested) and some of the errorDan Winship2000-04-111-22/+30
* Clarify what provider.protocol, provider.name, and provider.descriptionDan Winship2000-04-114-9/+25
* implement get_message_by_number for the mail fetch code.Dan Winship2000-04-101-2/+24
* o Reformatted providers/smtp/camel-smtp-transport.c to fit the standardEDT 2000 Jeffrey Stedfast2000-04-101-387/+352
* pixmap_DATA isn't defined so don't use it as a variable.Christopher James Lahey2000-04-091-0/+6
* actually record the pid returned by fork(). Noticed by clahey.Dan Winship2000-04-091-1/+2
* #include <sys/param.h> for MAXHOSTNAMELEN. (This is a stopgap: some of theDan Winship2000-04-091-0/+1
* o fixed numerous bugs in providers/smtp/camel-smtp-transport.c; should nowEDT 2000 Jeffrey Stedfast2000-04-083-54/+50
* (pop3_connect): Remember the password after asking for it theDan Winship2000-04-081-17/+12
* Clarify error messages. (finalize): fix a bug in camel_exception usageDan Winship2000-04-081-11/+22
* Removed smtp for now, its a long way from building. Removed file thatNotZed2000-04-072-528/+1
* o Added smtp_helo() request into smtp_connect() (forgott o do this before)EDT 2000 Jeffrey Stedfast2000-04-071-1/+7
* fix Makefile.amChris Toshok2000-04-071-2/+2
* o Added smtp/ to providers tree under camel o Added makefiles and sourceEDT 2000 Jeffrey Stedfast2000-04-076-2/+1370
* Reorganize the folder-fetching methods and implement a folder cache soDan Winship2000-04-072-14/+43
* the URL RFC says the port must be numeric, so we don't want to doDan Winship2000-04-062-8/+5
* fix a warningDan Winship2000-04-061-1/+0
* Compare mbox_file_size and mbox_modtime to the results of stat()ing theDan Winship2000-04-023-50/+71
* Add a htons in the default_number case, and document the fact that theDan Winship2000-03-311-7/+2
* Add htons (port), and only copy 4 bytes for the IP address to prevent aMiguel de Icaza2000-03-301-2/+7
* fix warningsDan Winship2000-03-291-4/+3
* convenience functions to canonicalize the host and port values of aDan Winship2000-03-291-21/+10
* Make this work when the inbox file doesn't yet exist.Dan Winship2000-03-291-24/+34
* uncomment the call to unlink the temp file: there's no way to tellDan Winship2000-03-281-1/+1
* add delete_message_by_{number,uid}.Dan Winship2000-03-283-7/+204
* Unref the output_stream when done, close doesn't do it. (_append_message):NotZed2000-03-286-41/+247
* keep separate input and output streams so the output doesn't end up beingDan Winship2000-03-284-19/+66
* fix previous commit: this file wasn't usingDan Winship2000-03-281-0/+1
* new routine to free the data allocated by camel_service_query_auth_types.Dan Winship2000-03-281-1/+8
* Remove CamelStreamBufferedFs, since CamelStreamBuffer makes it redundant.Dan Winship2000-03-281-1/+0
* include in.h to quiet compilerSeth Alves2000-03-271-0/+1
* change the CamelFolderSummary interfaces to allow partial summary queriesDan Winship2000-03-256-458/+466
* Added flag to provider initialisation, to match changed structure.NotZed2000-03-241-0/+1
* fix the CamelProvider entry (new flags field was missing)Dan Winship2000-03-241-0/+1
* Added async search api.NotZed2000-03-244-34/+106
* New function to query a service for the authentication protocols itDan Winship2000-03-231-0/+20
* fix compile errors. duh.Dan Winship2000-03-233-14/+18
* fill this in partially make camel_pop3_command return the text afterDan Winship2000-03-236-25/+249
* some initial bits of the POP3 provider, to make Matt happy. Incomplete,Dan Winship2000-03-224-0/+460
* display message sizebertrand2000-03-213-4/+6
* documented all functions.bertrand2000-03-211-1/+65
* name change and new fields.bertrand2000-03-212-2/+2
* fix the name of "Helix Code, Inc." in all the copyrightsDan Winship2000-03-102-2/+2
* Tons of fixes to fix thingsBertrand Guiheneuf2000-03-052-2/+2
* Ref the summary after we have got it.NotZed2000-03-051-0/+10
* bonobo-goad-id is the good key to look for. (get_bonobo_tag_for_object):bertrand2000-03-041-1/+0
* use set_input_stream instead of construct_from_stream to feed the messagebertrand2000-03-041-2/+4
* Make sure we open with create with a creation mask.NotZed2000-03-041-2/+3
* in the case of images, put the content object output stream in the url.bertrand2000-03-041-1/+1
* Various building fixes. At least, now it builds for me.Ettore Perazzoli2000-03-021-3/+7
* Fix a bunch of serious small bugs.NotZed2000-02-292-77/+27
* No, its not a fatal error to search on a non-searchable folder, you justNotZed2000-02-291-9/+7
* Fixed a typo.NotZed2000-02-292-41/+41
* chuuuut.Mathieu Lacage2000-02-262-1/+8
* update for CamelFolder changesDan Winship2000-02-251-6/+11
* another typoDan Winship2000-02-251-1/+1
* Add CamelTransport abstract class and CamelSendmailTransportDan Winship2000-02-255-1/+344
* Move "separator" from camel-store to camel-folder, since it can vary fromDan Winship2000-02-252-11/+10
* Fix an exception error message.Bertrand Guiheneuf2000-02-241-3/+5
* Dont compile by default.NotZed2000-02-232-1/+14
* fix to show a sample correct implementation.bertrand2000-02-222-4/+14
* added a reset method. Thanks message-browser to find so much bugs :)bertrand2000-02-221-1/+1
* Uh, fixed LIBADD again. What was there was never ever going to work,NotZed2000-02-221-7/+1
* add CamelExceptions to several functions. Use camel_session_new toDan Winship2000-02-223-52/+12
* add libibex back to libcamelmbox_la_LIBADDDan Winship2000-02-211-2/+1
* clean up warningsDan Winship2000-02-211-12/+8
* Added exception to call, and fixed caller.NotZed2000-02-194-708/+179
* Statically link with ibexMiguel de Icaza2000-02-191-2/+2
* New header with the typedefs for all camel classes. Now the class headersDan Winship2000-02-193-0/+5
* Modification in the automake/libtool building process so thatBertrand Guiheneuf2000-02-181-1/+1
* libraries come from $(top_builddir)/..., not $(top_srcdir)/...Dan Winship2000-02-181-3/+3
* use camel_stream_reset instead of seek. The formatter should be able tobertrand2000-02-183-5/+10
* revamped so that it uses the output stream of the data wrapperbertrand2000-02-171-1/+2
* don't seek the begining of the substream. (_eos): fix eos conditionbertrand2000-02-171-1/+0
* Make md5_final take the MD5Context first, like md5_init and md5_update.Dan Winship2000-02-171-1/+1
* fix minor typosDan Winship2000-02-161-1/+1
* this routine replaces the _read_part routine and does not store the partbertrand2000-02-161-1/+1
* Add the unicode libraries as well.Miguel de Icaza2000-02-162-5/+7
* include gmime-base64.h various compilation and runtime fixes.bertrand2000-02-151-1/+1
* New file, implements the search api for mbox folders.NotZed2000-02-146-29/+898
* various typo fixes in the ctree construction.bertrand2000-02-103-4/+12
* renamed mbox_folder->summary to mbox_folder->internal_summary to avoidbertrand2000-01-264-31/+92
* converted all gint64 variables into guint32.bertrand2000-01-251-1/+1
* add recipient_list to the recipients, not recipients_list. I don't knowbertrand2000-01-244-9/+82
* use the real summary file path instead of a stupid hardcoded one. Fixesbertrand2000-01-235-20/+50
* implemented. A lot of fixes too. Works now.bertrand2000-01-234-31/+90
* test the mbox provider.bertrand2000-01-221-0/+1
* add exception handling everywhere in the store related functionsbertrand2000-01-223-13/+13
* added camel-mbox-provider.c to the mbox provider sources.bertrand2000-01-229-42/+260
* implemented.bertrand2000-01-206-116/+223
* tests for summary and parsing process of mbox files.bertrand2000-01-194-18/+30
* Ah zut alors. Missing filesBertrand Guiheneuf2000-01-192-0/+267
* summary file read/write routines.bertrand2000-01-199-23/+105
* test for the mbox utils. (copy_file_chunk): fixed a nasty bug.bertrand2000-01-173-16/+40
* A bunch of new funcs to handle x-evolution private header field.bertrand2000-01-176-14/+412
* eof is true when no more chars are available, not when we've read thebertrand2000-01-141-19/+104
* Added the prototype of camel_mbox_parse_file.bertrand2000-01-132-1/+11
* corrected a bunch of bugsbertrand2000-01-132-47/+286
* Backup of the first clean and working mbox file parser. It both find thebertrand2000-01-124-41/+442
* sync before BostonBertrand Guiheneuf2000-01-053-6/+175
* Updated my e-mail address to reflect my new employmentBertrand Guiheneuf2000-01-044-4/+4
* chkouink chkouinkBertrand Guiheneuf2000-01-041-0/+6
* detects netscape ".sdb" folders as well as simple non-suffixed folders (asbertrand2000-01-041-2/+14
* sync. Does not compileBertrand Guiheneuf2000-01-032-4/+12
* Backup sync.Bertrand Guiheneuf1999-12-271-6/+241
* Work in progress. Missing filesBertrand Guiheneuf1999-12-225-0/+832
* part of the mbox provider.bertrand1999-12-221-0/+1
* documented.bertrand1999-12-181-1/+2
* Added corba-like exception system to CamelFolder. The exception system isBertrand Guiheneuf1999-09-245-90/+90
* Preliminary subfolder support for maildirs.Jukka Zitting/evolution1999-09-213-31/+87
* forgotten filesBertrand Guiheneuf1999-09-092-0/+323
* Summary files are here and work !!!bertrand1999-09-093-67/+91
* impemented.bertrand1999-09-083-1/+67
* More work on UID list in Mh provider.bertrand1999-09-082-19/+47
* oopsBertrand Guiheneuf1999-09-072-0/+80
* correct parameter decl (const)bertrand1999-09-075-36/+171
* camel/md5-utils.c Documented all funcs.bertrand1999-09-071-0/+2
* raw routines are declared public now. Md5 use has to be versatile.bertrand1999-09-073-2/+100
* use folder summary instead of opening all messages.bertrand1999-09-062-170/+253
* started summary implementation. (_open): correct use of open.bertrand1999-09-051-23/+65
* Added (experimental) maildir provider written by Jukka Zittingbertrand1999-09-038-1/+1038
* Address updateBertrand Guiheneuf1999-08-305-5/+5
* text parameter declared constbertrand1999-08-291-0/+1
* new class. Will handle all sort of information media (Mime mail messages,bertrand1999-08-252-31/+37
* Now has a popup menu on mailbox tree to allow easier tests. Implementedbertrand1999-08-161-26/+240
* new method.bertrand1999-08-161-0/+17
* moved the active list readjustment code here. Much saner, providers won'tbertrand1999-08-161-56/+17
* Implemented deletion/expunge mechanism.bertrand1999-08-151-8/+112
* default implementation to be called first by providers methods. It looksbertrand1999-08-141-0/+5
* compilation and runtime fixes.bertrand1999-08-121-2/+2
* new file. MH provider registration stuff.bertrand1999-08-122-0/+47
* some test filesBertrand Guiheneuf1999-08-101-0/+66
* fix. In MH, message number is not related to message position in folder.bertrand1999-08-091-50/+68
* util func. (_get_message_count): implemented.bertrand1999-08-091-1/+66
* updated some autogen doc stuff. Still don't understand warnings :(bertrand1999-08-071-1/+1
* stat was not testing the good file. Fixed.bertrand1999-08-061-1/+4
* add debug information (_list_subfolders): test if first char in folderbertrand1999-08-062-15/+95
* test mh provider.bertrand1999-08-061-2/+45
* Some notes.bertrand1999-08-061-3/+3
* implemented.bertrand1999-08-051-0/+50
* finshed implementation (_delete_messages): implemented.bertrand1999-08-051-10/+91
* Started implementing mh store/folder as a test provider. Next will be pop3.bertrand1999-08-041-4/+98
* new public functions (_set_name): set full_path.Bertrand Guiheneuf1999-08-034-21/+19
* message number funcs.bertrand1999-05-181-0/+3
* admin cvs workBertrand Guiheneuf1999-05-072-0/+8
* more test implementation.bertrand1999-04-225-8/+212
* start test provider.bertrand1999-04-224-0/+167