aboutsummaryrefslogtreecommitdiffstats
path: root/camel
Commit message (Expand)AuthorAgeFilesLines
* Initial datawrapper diagram.Michael Zucci2000-06-081-0/+0
* Parser state diagram.Michael Zucci2000-06-081-0/+0
* providers/imap/camel-imap-summary.c now buildsJeffrey Stedfast2000-06-085-21/+30
* Added rules to build camel-imap-streamJeffrey Stedfast2000-06-086-120/+103
* Properly dereference warning/debug messages. (header_references_decode):Not Zed2000-06-082-6/+15
* moved camel-imap-stream.* to providers/imapJeffrey Stedfast2000-06-074-0/+780
* Remove exists, create, delete. A CamelFolder now always references anDan Winship2000-06-0712-628/+236
* Changed the read and write method prototypes to return an ssize_t typeJeffrey Stedfast2000-06-078-64/+372
* worked on getting providers/imap/* to build cleanly, fixed a number of stupid...Jeffrey Stedfast2000-06-078-200/+263
* fix typo/braino (set "Content-Disposition", not "Content-Description")Dan Winship2000-06-063-3/+9
* Ick, damn signs! Fix a bug with sign extended bytes.Not Zed2000-06-033-35/+41
* Jeffrey Stedfast <fejj@helixcode.com>Jeffrey Stedfast2000-06-032-10/+15
* Don't ref the services in the cache.Christopher James Lahey2000-06-032-9/+4
* moved some debug print statements to better locationsJeffrey Stedfast2000-06-032-20/+28
* If we get a funny result, just throw it out. Basically a fix for the oneNot Zed2000-06-035-10/+149
* Ref and unref objects in the service cache properly.Christopher James Lahey2000-06-033-3/+19
* Fun with purify.Dan Winship2000-06-025-0/+27
* Fixes Bug 192.Not Zed2000-06-025-6/+39
* Init filter_from to NULL, for exception case. (mbox_get_message_by_uid):Not Zed2000-05-3110-18/+163
* Implemented a few more imap functions in providers/imap/camel-imap-folder.cJeffrey Stedfast2000-05-315-51/+196
* diff -r1.206 ChangeLogMichael Zucci2000-05-304-3/+18
* Make sure we copy messages which are still intact to the new folder.Not Zed2000-05-304-4/+26
* > (message_changed): Track changes to the source message in theMichael Zucci2000-05-302-4/+68
* Check the searched folder is open before trying to search it.Not Zed2000-05-302-0/+17
* Fix up some glib precondition stuff. Try to set the URL inDan Winship2000-05-302-15/+20
* TypoRoss Golder2000-05-291-1/+1
* Add a domain field to CamelProvider, to say what kind of data it provides.Dan Winship2000-05-299-3/+39
* (connect_to_server): Remove port number from error message sinceDan Winship2000-05-292-4/+5
* Split apart password and APOP auth, since some servers seem to do both,Dan Winship2000-05-293-123/+161
* Use `foo@bar' rather than `"" <foo@bar>' for email addresses with no nameDan Winship2000-05-292-2/+8
* Added a missing smtp-related file to the dist.Ross Golder2000-05-281-0/+1
* Ripped out camel_imap_command_get_additional_data() from camel-imap-store and...Jeffrey Stedfast2000-05-285-152/+272
* Don't set a default boundary. Require the caller to do that.Dan Winship2000-05-263-5/+37
* updated changelog to reflect changes I made in providers/imapJeffrey Stedfast2000-05-261-0/+11
* Added initial code to camel-imap-folder.cJeffrey Stedfast2000-05-261-0/+636
* Updated several imap source filesJeffrey Stedfast2000-05-262-18/+8
* Replace simple data wrapper here too, oops.NotZed2000-05-262-1/+5
* Removed camel-simple-data-wrapper again. Less code to maintain == betterNotZed2000-05-267-216/+91
* Took out code that had been there to reconnect to the server if it was notJeffrey Stedfast2000-05-266-5/+1428
* Re-add camel-simple-data-wrapper.h, which was removed for some reason.Dan Winship2000-05-252-0/+6
* Added more files to the imap provider to use as an outline - will likely need...Jeffrey Stedfast2000-05-254-0/+235
* Fixes to make the SMTP transport thread-safeEDT 2000 Jeffrey Stedfast2000-05-253-18/+45
* Added debug fprintfs, tested with a few messages (smtp_data): Fixed to useEDT 2000 Jeffrey Stedfast2000-05-245-63/+105
* Shut up.Ettore Perazzoli2000-05-231-0/+7
* stuffJeffrey Stedfast2000-05-234-24/+101
* stuffJeffrey Stedfast2000-05-231-2/+2
* stuff dudeJeffrey Stedfast2000-05-232-6/+4
* junkJeffrey Stedfast2000-05-231-2/+2
* changelogJeffrey Stedfast2000-05-231-0/+5
* more stuffJeffrey Stedfast2000-05-231-7/+10
* changelogJeffrey Stedfast2000-05-231-0/+2
* stuffJeffrey Stedfast2000-05-232-3/+4
* dude, just stuffJeffrey Stedfast2000-05-236-88/+113
* added camel-mime-filter-smtp.[c,h] and made mods to camel-mime-filter-from.cJeffrey Stedfast2000-05-234-16/+364
* > searchpart = strchr(namepart, '?');NotZed2000-05-2030-485/+562
* remove message_number_capability and require uid capatibility.Dan Winship2000-05-198-487/+309
* add urls fileDan Winship2000-05-191-0/+1
* Guess!NotZed2000-05-1912-3/+709
* Remove unused async open/close and copy_message_to functions. RenameDan Winship2000-05-183-705/+474
* remove get/set_output_stream operations. They're redundant withDan Winship2000-05-1810-121/+254
* Quick fix to get it to compile. I hope I don't get into trouble.Darin Adler2000-05-182-1/+7
* Don't include the no-longer-distributed possibly-to-be-removed headers.Dan Winship2000-05-182-4/+3
* fix an off-by-one error in address parsing (smtp_data): useDan Winship2000-05-182-2/+11
* All this basically to support user flags in the summary. They are not yetNotZed2000-05-187-27/+152
* error checking on gethostbyaddr() in providers/smtp/camel-smtp-transport.cJeffrey Stedfast2000-05-172-2/+7
* Implement.NotZed2000-05-174-7/+292
* get things working with new camel summary stuff.Chris Toshok2000-05-1610-679/+156
* o Added some preliminary ESMTP AUTH supportEDT 2000 Jeffrey Stedfast2000-05-162-6/+42
* Remove camel_folder_get_summary, which no longer exists.Dan Winship2000-05-152-2/+5
* remove some cruft that we're not currently using.Dan Winship2000-05-122-28/+4
* Change to match prototype (size_t vs unsigned int) so it works on 64-bitDan Winship2000-05-122-1/+7
* now it deff compilesJeffrey Stedfast2000-05-121-1/+1
* > * providers/mbox/camel-mbox-folder.c (message_changed): IndicateMichael Zucci2000-05-125-4/+49
* 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-122-14/+15
* Big bunch o memleaks fixed.NotZed2000-05-127-12/+60
* Free summary items and charset filters.12000-05-123-8/+30
* fixed camel_smtp_transport_class_init(): now initializes service_classJeffrey Stedfast2000-05-112-1/+9
* fix a stupid typo. Thank you, C.Dan Winship2000-05-113-2/+9
* Removed dist-hook section.Christopher James Lahey2000-05-102-0/+8
* Bleah. Can't fsync a pipe. As a quick kludge, just don't stream_flush it.Dan Winship2000-05-102-2/+7
* o Undid changes to camel-internet-address.[c,h] o FixedEDT 2000 Jeffrey Stedfast2000-05-094-32/+42
* o Moved struct_address from camel-internet-address.c toEDT 2000 Jeffrey Stedfast2000-05-094-12/+44
* one more refcounting fix I missed before.Dan Winship2000-05-092-3/+6
* o updated to use CamelException (as needed by new camel-stream.c) o noEDT 2000 Jeffrey Stedfast2000-05-092-30/+37
* Use CamelException to signal failure. (camel_stream_write_strings):Dan Winship2000-05-0930-812/+920
* Format From and Reply-To to at least a decoded string. Should probablyNotZed2000-05-082-4/+24
* blahMichael Zucci2000-05-081-1/+1
* Merged NEW_SUMMARY branch back to trunk, and resolved conflicts.NotZed2000-05-0817-1626/+1580
* Make camel not leak like a sieve.Dan Winship2000-05-0869-240/+320
* A machine which serves neither POP nor KPOP is not a POP server.Dan Winship2000-05-073-1/+17
* And same here ... (camel_folder_summary_encode_fixed_int32): Ugh, fwriteNotZed2000-05-062-7/+20
* And same here ...NotZed2000-05-057-45/+77
* Plug a memory leak. (header_decode_text): Fixed memory leaks with52000-05-054-39/+68
* Maxcount is minimum of the max and the requested count, not the maximum :)NotZed2000-05-057-46/+362
* 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-052-18/+20
* New function to replace camel_provider_scan. Returns a list of either (a)Dan Winship2000-05-0410-31/+265
* No, we're not going to have g_strcasecmp for no good reason,NotZed2000-05-0415-47/+1597
* Some small build fixes:Jacob Leach2000-05-042-0/+7
* s/strcasecmp/g_strcasecamp/ everywhere except intl/, per michael'sJacob Leach2000-05-038-46/+50
* If the iconv handle is -1, then dont try and convert (crashesNotZed2000-05-032-10/+27
* fix typo when dereferencing saveoffset.Larry Ewing2000-05-032-1/+6
* Missed these ...Michael Zucci2000-05-033-0/+549
* REmove gmime-utils.h from here.NotZed2000-05-038-374/+47
* Set G_LOG_DOMAIN in following files.Matthew Loper2000-05-039-9/+27
* > * providers/mbox/camel-mbox-search.cMichael Zucci2000-05-034-11/+7
* > * gmime-utils.[ch]: What the hell, remove it. This will break theMichael Zucci2000-05-0316-786/+41
* Removed bizarre string_dichotomy version of this. This code is somewhatMichael Zucci2000-05-031-30/+0
* Fix the previous overflow problem properly (can happen in 2 places).NotZed2000-05-032-39/+41
* Dont use autofill on these fucking long function anmes!!!!!!22000-05-032-5/+9
* Fix the offset for the summary when an item is expunged to take account ofNotZed2000-05-032-1/+7
* Deleted messages properly get removed from the index.Michael Zucci2000-05-025-4/+29
* > (camel_folder_expunge): Changed to only allow expunge on an openMichael Zucci2000-05-022-1/+3
* > (func_header_contains): Debug out some search stuff.Michael Zucci2000-05-024-4/+9
* Removed search_id.Michael Zucci2000-05-027-94/+70
* More message cleanup. Flags now work, are saved, and the deleteNotZed2000-05-028-176/+469
* 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-3020-499/+329
* const poisonDan Winship2000-04-293-2/+5
* camel_mime_parser_tell() returns an offset from where it started parsing,Dan Winship2000-04-294-15/+53
* remove an unused #includeDan Winship2000-04-291-1/+0
* fix a bug that would cause corruption with very long headers.Dan Winship2000-04-292-1/+6
* Made Evolution OAF-compatible.Ettore Perazzoli2000-04-284-5/+27
* Dont try and check a NULL header.NotZed2000-04-2811-556/+176
* Class to represent news addresses - currently empty, and not built.NotZed2000-04-288-0/+694
* Revert previous change. I was confused.Dan Winship2000-04-282-7/+7
* expose these routines.Dan Winship2000-04-283-24/+42
* Diagram of the camel-stream and derived classes used withinMichael Zucci2000-04-271-0/+0
* Only write a newline between the headers and the content object if theDan Winship2000-04-272-4/+12
* Remove. We weren't using the fields that made this different fromDan Winship2000-04-2711-314/+63
* sink the content object after referencing it.Dan Winship2000-04-274-69/+49
* sync to current realityDan Winship2000-04-275-148/+23
* fix format specifier for time zone. Fix typo in month names array.Dan Winship2000-04-272-3/+7
* Big cleanup of camel-stream-*, got rid of 3 classes, improved the interfaces,NotZed2000-04-2634-1923/+935
* only return TRUE if the parent is at eos AND the buffer has been exhaustedDan Winship2000-04-262-1/+4
* fix some incorrect macro usage that resulted in bogus castsDan Winship2000-04-252-4/+9
* fix a cut-and-pasto.Dan Winship2000-04-252-1/+4
* ref (and sink) the message stream if we're going to unref it later.Dan Winship2000-04-252-0/+7
* remove data-wrapper-repository.h include(s)Dan Winship2000-04-252-2/+4
* Big fixes for the last commit which broke the message creation entirely.Michael Zucci2000-04-248-48/+364
* No longer call data_wrapper_repository_init.NotZed2000-04-2420-1132/+441
* fix some obvious minor bugs noted by -Wall.Dan Winship2000-04-242-2/+7
* Whole swag of changes. Still lots of cleanup remaining ...NotZed2000-04-2315-211/+765
* clean, document, etc. (camel_multipart_init): pick a prettier defaultDan Winship2000-04-233-273/+365
* Ref the folder after setting it in the new message.NotZed2000-04-2214-577/+655
* Removed.NotZed2000-04-227-1531/+9
* use libunicode iconv functions rather than libc ones (since libc might notDan Winship2000-04-213-8/+25
* Trim leading/trailing spaces off the raw headers.NotZed2000-04-212-3/+22
* MERGE NEW_PARSER branch into HEAD, fixed conflicts.NotZed2000-04-2142-2664/+7068
* This is a subtype of CamelSeekableStream, not CamelStream.Dan Winship2000-04-202-1/+5
* clean up a lot. (eos): When testing for end-of-stream, reset the parentDan Winship2000-04-203-304/+204
* oops. fix prototype in both placesDan Winship2000-04-201-2/+2
* const poison. (Belatedly goes with my change of 2000-02-23.)Dan Winship2000-04-203-8/+18
* do better reference counting of streams so they actually go away when theyDan Winship2000-04-193-3/+13
* kill camel-logDan Winship2000-04-1945-894/+90
* added 2nd arg to g_return_val_if_fail so this buildsSeth Alves2000-04-191-2/+2
* Clean, polish, document. Most of the gtk-doc comments added toDan Winship2000-04-197-448/+488
* Remove the "session" field from CamelMimeMessage. Nothing uses it, aboutDan Winship2000-04-189-15/+22
* Set the exception if no provider is found.Dan Winship2000-04-182-1/+8
* Add code to encode and decode %-escapes in URLs, and do some additionalDan Winship2000-04-182-21/+120
* add nntpChris Toshok2000-04-152-1/+5
* Fix switch statement.Christopher James Lahey2000-04-152-3/+7
* always return TRUE for now. we need to check the server response to makeChris Toshok2000-04-153-48/+172
* packed their bags and moved to ../mail/Dan Winship2000-04-152-1168/+0
* This didn't belong in Camel. Move to mail/Dan Winship2000-04-153-3/+7
* [This was accidentally not committed with its ChangeLog entry somehow...]Dan Winship2000-04-151-3/+14
* 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
* + * art/Makefile.am: Add tigert's contact-dlg-related images.Matthew Loper2000-04-122-0/+16
* Fix the embarassing cursor bug.Miguel de Icaza2000-04-122-2/+7
* fix various bugs in APOP code (still untested) and some of the errorDan Winship2000-04-112-22/+33
* Clarify what provider.protocol, provider.name, and provider.descriptionDan Winship2000-04-115-9/+34
* implement get_message_by_number for the mail fetch code.Dan Winship2000-04-102-2/+29
* o Reformatted providers/smtp/camel-smtp-transport.c to fit the standardEDT 2000 Jeffrey Stedfast2000-04-102-387/+357
* New file with new function to dot-lock an mbox file and copy it to a safeDan Winship2000-04-105-0/+305
* pixmap_DATA isn't defined so don't use it as a variable.Christopher James Lahey2000-04-092-0/+10
* actually record the pid returned by fork(). Noticed by clahey.Dan Winship2000-04-092-1/+5
* #include <sys/param.h> for MAXHOSTNAMELEN. (This is a stopgap: some of theDan Winship2000-04-092-0/+7
* o fixed numerous bugs in providers/smtp/camel-smtp-transport.c; should nowEDT 2000 Jeffrey Stedfast2000-04-084-54/+57
* (pop3_connect): Remember the password after asking for it theDan Winship2000-04-082-17/+14
* Clarify error messages. (finalize): fix a bug in camel_exception usageDan Winship2000-04-082-11/+28
* Removed smtp for now, its a long way from building. Removed file thatNotZed2000-04-073-528/+8
* 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
* + * camel-folder-pt-proxy.c (_get_full_name): Remove exception paramMatthew Loper2000-04-072-2/+9
* Reorganize the folder-fetching methods and implement a folder cache soDan Winship2000-04-077-115/+287
* the URL RFC says the port must be numeric, so we don't want to doDan Winship2000-04-0611-284/+255
* fix a warningDan Winship2000-04-061-1/+0
* Compare mbox_file_size and mbox_modtime to the results of stat()ing theDan Winship2000-04-024-50/+96
* implement unimplemented methodsDan Winship2000-04-012-12/+15
* remove debugging printf()s that no longer seem usefulDan Winship2000-04-015-11/+14
* Added "convert_newlines_to_br" boolean param, to give the option of notMatthew Loper2000-04-012-6/+16
* Use <pre> tag to force the use of monospaced fonts.Matthew Loper2000-03-312-0/+9
* Add a htons in the default_number case, and document the fact that theDan Winship2000-03-313-10/+15
* Add htons (port), and only copy 4 bytes for the IP address to prevent aMiguel de Icaza2000-03-302-2/+13
* make this return a CamelStream rather than a CamelSeekableSubstream,Dan Winship2000-03-294-5/+11
* fix warningsDan Winship2000-03-2913-27/+15
* convenience functions to canonicalize the host and port values of aDan Winship2000-03-294-21/+113
* Make this work when the inbox file doesn't yet exist.Dan Winship2000-03-292-24/+40
* uncomment the call to unlink the temp file: there's no way to tellDan Winship2000-03-282-1/+6
* add delete_message_by_{number,uid}.Dan Winship2000-03-286-7/+297
* Unref the output_stream when done, close doesn't do it. (_append_message):NotZed2000-03-2813-48/+302
* keep separate input and output streams so the output doesn't end up beingDan Winship2000-03-286-20/+79
* fix nastiness with mime dispositions ( at least for now )Michael Meeks2000-03-284-7/+17
* remove camel-stream-buffered-fs here tooDan Winship2000-03-281-2/+0
* 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-284-3/+42
* rename camel_stream_mem_new_with_buffer to ..._with_byte_array and add aDan Winship2000-03-283-11/+24
* Remove CamelStreamBufferedFs, since CamelStreamBuffer makes it redundant.Dan Winship2000-03-285-358/+5
* include in.h to quiet compilerSeth Alves2000-03-271-0/+1
* change the CamelFolderSummary interfaces to allow partial summary queriesDan Winship2000-03-2510-543/+589
* Added flag to provider initialisation, to match changed structure.NotZed2000-03-243-1/+7
* fix the CamelProvider entry (new flags field was missing)Dan Winship2000-03-241-0/+1
* Added async search api.NotZed2000-03-247-44/+148
* Function to read one line of any size from a stream and return it inDan Winship2000-03-245-2/+55
* New function to query a service for the authentication protocols itDan Winship2000-03-234-0/+70
* New function to scan the provider dir and return a list of all providers.Dan Winship2000-03-233-18/+41
* fix compile errors. duh.Dan Winship2000-03-233-14/+18
* fill this in partially make camel_pop3_command return the text afterDan Winship2000-03-237-25/+258
* + * shell/main.c (evolution_boot): gtk_signal_connect'ed "destroy"Matthew Loper2000-03-232-2/+9
* some initial bits of the POP3 provider, to make Matt happy. Incomplete,Dan Winship2000-03-225-0/+465
* display message sizebertrand2000-03-215-4/+18
* documented all functions.bertrand2000-03-212-1/+76
* name change and new fields.bertrand2000-03-213-4/+12
* add a field refering to a service associated to the efolder. In the casebertrand2000-03-121-1/+1
* cosmetic changes.bertrand2000-03-112-15/+28
* fix the name of "Helix Code, Inc." in all the copyrightsDan Winship2000-03-1080-79/+83
* plug mem leaks due to bad documentation ofbertrand2000-03-095-18/+50
* More changes than a man can remember.Bertrand Guiheneuf2000-03-068-64/+106
* Tons of fixes to fix thingsBertrand Guiheneuf2000-03-058-32/+79
* Ref the summary after we have got it.NotZed2000-03-052-0/+16
* stream the raw content instead of nothing if the encoding is notbertrand2000-03-055-9/+17
* bonobo-goad-id is the good key to look for. (get_bonobo_tag_for_object):bertrand2000-03-043-3/+15
* use set_input_stream instead of construct_from_stream to feed the messagebertrand2000-03-046-13/+58
* Make sure we open with create with a creation mask.NotZed2000-03-043-4/+23
* in the case of images, put the content object output stream in the url.bertrand2000-03-043-7/+12
* fixed state 0 keep value.bertrand2000-03-032-2/+7
* don't forget to set the state to 0 after 3. (my_read_encode): don't forgetbertrand2000-03-038-275/+329
* use CamelStreamB64 type for the input stream.bertrand2000-03-034-7/+22
* fix implementation so that it writes properly to the output stream even.bertrand2000-03-023-6/+24
* Various building fixes. At least, now it builds for me.Ettore Perazzoli2000-03-021-3/+7
* Added camel-stream-buffer to build.NotZed2000-03-013-0/+558
* new utility function.bertrand2000-02-295-47/+91
* revert strange changes.bertrand2000-02-294-4/+19
* Fix a bunch of serious small bugs.NotZed2000-02-298-87/+74
* No, its not a fatal error to search on a non-searchable folder, you justNotZed2000-02-293-10/+25
* Fixed a typo.NotZed2000-02-294-43/+50