| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove debug content_info_dump, could cause a crash, and not really needed | Not Zed | 2002-09-30 | 1 | -2/+5 |
* | Same as below. Also save errno before closing the file so our caller can | Jeffrey Stedfast | 2002-09-11 | 1 | -1/+2 |
* | Do proper error checking and return -1 on fail. | Jeffrey Stedfast | 2002-09-11 | 1 | -30/+41 |
* | revert jeff's patch below, and do it slightly differently, and stop the | Not Zed | 2002-08-02 | 1 | -42/+28 |
* | Do more error checking to prevent crashing if we fail to read a string for | Jeffrey Stedfast | 2002-08-02 | 1 | -28/+44 |
* | When writing the summary, use TRUNC flag, duh. Also, write to a temp file | Not Zed | 2002-07-24 | 1 | -3/+23 |
* | Only assign a uid if indexing is enabled. This stops us always assigning a | Not Zed | 2002-07-15 | 1 | -2/+3 |
* | Include <sys/time.h> for struct timeval. | Not Zed | 2002-06-26 | 1 | -9/+15 |
* | Fixes bug #24136. | Jeffrey Stedfast | 2002-05-15 | 1 | -18/+18 |
* | Simplified since we can now decode in-reply-to without getting extra | Jeffrey Stedfast | 2002-04-05 | 1 | -24/+4 |
* | Handle a ton more nspr i/o errno's. (stream_connect): Act as if we are | Jeffrey Stedfast | 2002-04-03 | 1 | -5/+34 |
* | When we add a new name, up all of the cache limits, because we're probably | Not Zed | 2002-03-25 | 1 | -114/+70 |
* | Use the date in the received header for the received_date. | Jeffrey Stedfast | 2002-03-22 | 1 | -6/+17 |
* | Now takes a url argument. | Jeffrey Stedfast | 2002-03-13 | 1 | -2/+6 |
* | Don't #include camel-mime-filter-save.h, we don't use it. | Jeffrey Stedfast | 2002-02-28 | 1 | -1/+0 |
* | Remove the CAMEL_MESSAGE_NEEDS_REPLY flag, we no longer will be using | Jeffrey Stedfast | 2002-02-07 | 1 | -1/+0 |
* | If we don't want to corrupt the uuencoded data by overwriting it with | Jeffrey Stedfast | 2002-01-17 | 1 | -0/+9 |
* | Don't try setting a content-type parameter if either the name or value is | Jeffrey Stedfast | 2002-01-05 | 1 | -2/+5 |
* | Implements marking messages as "Need Reply". | Jon Trowbridge | 2001-12-10 | 1 | -0/+1 |
* | Use the uid rather than vuid for unmatched. Also add the uid to unmatched | 4 | 2001-12-01 | 1 | -11/+9 |
* | More fixing of the license texts. | Ettore Perazzoli | 2001-10-28 | 1 | -12/+11 |
* | Removed charset/locale charset lookup and iconv_open/close functions, | 1 | 2001-10-12 | 1 | -3/+5 |
* | Implement. | 9 | 2001-10-10 | 1 | -2/+91 |
* | If the type is encoded, get the fallback charset from the message | 4 | 2001-09-25 | 1 | -17/+39 |
* | New function to just load the summary. Not much use yet, until unread | Michael Zucci | 2001-09-21 | 1 | -0/+30 |
* | Convert to the iconv-friendly charset names. | Jeffrey Stedfast | 2001-07-20 | 1 | -14/+17 |
* | Removed some code i wasn't supposed to commit. | Not Zed | 2001-07-12 | 1 | -5/+0 |
* | Create the messageinfo itself, so we can properly set the size. | Not Zed | 2001-07-11 | 1 | -2/+5 |
* | Added an assert to make sure that `mi' isn't NULL. | Jeffrey Stedfast | 2001-07-06 | 1 | -7/+12 |
* | (camel_message_info_dup_to): Assign the to->strings from the | Michael Zucci | 2001-07-05 | 1 | -1/+1 |
* | When indexing a new record, create a pseudo word 'ibexindexed' so we can | Not Zed | 2001-07-05 | 1 | -1/+4 |
* | re-enable html indexing. | Not Zed | 2001-07-02 | 1 | -4/+2 |
* | Update the copyrights, replacing Helix Code with Ximian and | Ettore Perazzoli | 2001-06-23 | 1 | -2/+2 |
* | Only create a missing uid if we have indexing turned on. | Not Zed | 2001-06-18 | 1 | -2/+6 |
* | New file, with the int, string, time_t, and off_t encode/decode routines | Dan Winship | 2001-04-27 | 1 | -331/+64 |
* | Applied jacob's patches for e-poolv stuff. | Not Zed | 2001-04-26 | 1 | -49/+82 |
* | merge from evolution-0-10-branch to evolution-0-10-merge-0 | Not Zed | 2001-04-05 | 1 | -0/+4 |
* | Unref the html filter when done. (summary_build_content_info): Disable | Not Zed | 2001-03-27 | 1 | -5/+11 |
* | Added folder_created event here. | Not Zed | 2001-03-27 | 1 | -6/+5 |
* | re-constify inbuf, to remove a warning. | Not Zed | 2001-03-14 | 1 | -1/+17 |
* | Doh, cut and paste problem, use mlist not cc. | Michael Zucci | 2001-02-23 | 1 | -1/+1 |
* | Take the ^Header: part out of the expression, since we look that up | Not Zed | 2001-02-20 | 1 | -11/+25 |
* | Removed some debug 'warnings', as they should now be displayed at the | Not Zed | 2001-01-23 | 1 | -16/+55 |
* | Add some g_warnings() to help debug later if I ever get the segfaults I | Jeffrey Stedfast | 2001-01-18 | 1 | -3/+0 |
* | Make sure that the message-info is non-null before we go accessing inner | Jeffrey Stedfast | 2001-01-18 | 1 | -1/+4 |
* | Add an int i so this code will compile. Should I be worried about how well | Jeffrey Stedfast | 2001-01-17 | 1 | -1/+2 |
* | Index: ChangeLog | Michael Zucci | 2001-01-17 | 1 | -0/+49 |
* | Delayed loading of IMAP message parts. | Dan Winship | 2001-01-17 | 1 | -17/+36 |
* | Chganged len back to be unsigned. And do a simple range check on the | Not Zed | 2001-01-16 | 1 | -2/+2 |
* | Remove this. It was only a thin wrapper around struct _header_content_type | Dan Winship | 2000-12-29 | 1 | -4/+4 |
* | Lock the command channel while searching. (imap_body_contains): If | Not Zed | 2000-12-24 | 1 | -46/+232 |
* | Added #ifndef NO_WARNINGS around a #warning. Added (void) to the prototype | Christopher James Lahey | 2000-12-13 | 1 | -1/+3 |
* | Fix the check for "flags aren't actually changing". | Dan Winship | 2000-12-06 | 1 | -5/+16 |
* | Added system_flag to CamelFolderSearchClass | Jeffrey Stedfast | 2000-12-02 | 1 | -0/+50 |
* | New convenience function, doesn't do much but it sure makes code cleaner | Jeffrey Stedfast | 2000-12-01 | 1 | -0/+54 |
* | Remove assertion that content is there, when it no longer can be. | Not Zed | 2000-11-30 | 1 | -112/+141 |
* | Fixes for the summary messageid changes. Hash the messageid and store it. | Not Zed | 2000-11-21 | 1 | -33/+138 |
* | Removed local again, not quite ready. | Not Zed | 2000-11-15 | 1 | -45/+14 |
* | Implement a complete() function, now we need one. (filter): Upgraded to | Not Zed | 2000-11-07 | 1 | -46/+651 |
* | Simple subclass of CamelFolderSummary that also keeps a UIDVALIDITY value | Dan Winship | 2000-10-13 | 1 | -0/+9 |
* | Removed temp_message_buffer, and content_input_stream fields which seem to | Not Zed | 2000-10-12 | 1 | -6/+6 |
* | Decode the resulting string. | Jeffrey Stedfast | 2000-10-07 | 1 | -6/+10 |
* | Handle the case where ct != NULL, but type and subtype are, and also match | Not Zed | 2000-10-04 | 1 | -12/+35 |
* | Remove camel_folder_{get,free}_subfolder_info, as we want to be able to | Dan Winship | 2000-10-03 | 1 | -14/+0 |
* | New function to fold headers. | Not Zed | 2000-09-28 | 1 | -4/+9 |
* | update CamelFolderInfo New function to free the contents of a | Dan Winship | 2000-09-18 | 1 | -0/+14 |
* | More UTF-8 handling | Lauris Kaplinski | 2000-08-25 | 1 | -4/+4 |
* | Fixed some warnings. | Christopher James Lahey | 2000-08-11 | 1 | -1/+1 |
* | Merge with camel-async. | Peter Williams | 2000-08-11 | 1 | -62/+44 |
* | A better way to compress leading whitespace. The code is probably invalid | Not Zed | 2000-08-11 | 1 | -1/+101 |
* | Oops, an unsigned integer can never be < 0 | Jeffrey Stedfast | 2000-07-11 | 1 | -1/+1 |
* | Cleaned up a bunch of compile warnings | Jeffrey Stedfast | 2000-07-11 | 1 | -12/+19 |
* | New function to copy a header_references structure. | Dan Winship | 2000-07-10 | 1 | -9/+62 |
* | Parse for more header information to allow message threading in IMAP. | Jeffrey Stedfast | 2000-07-07 | 1 | -8/+8 |
* | remove some non-error case debugging messages. | Dan Winship | 2000-07-06 | 1 | -13/+1 |
* | Fix the "clashing UIDs are not updated on disk" problem by syncing | Ettore Perazzoli | 2000-07-06 | 1 | -7/+2 |
* | Add "Cc" to summary and bump summary version number. | Dan Winship | 2000-07-06 | 1 | -1/+6 |
* | Centralize creation of new UIDs for the summary. | Ettore Perazzoli | 2000-07-04 | 1 | -2/+8 |
* | Get rid of unused function `camel_folder_summary_set_uid()'. | Ettore Perazzoli | 2000-07-04 | 1 | -7/+0 |
* | Parse In-Reply-To with header_references_decode, not header_msgid_decode. | Dan Winship | 2000-07-03 | 1 | -7/+3 |
* | Set date_received based on the first (most recent) "Received" header. | Dan Winship | 2000-06-22 | 1 | -1/+8 |
* | mark the message info with CAMEL_MESSAGE_FOLDER_FLAGGED if we change the | Dan Winship | 2000-06-21 | 1 | -0/+1 |
* | Move flag handling from CamelMimeMessage to CamelFolder. This | Dan Winship | 2000-06-17 | 1 | -2/+69 |
* | KLUDGE! Since neither ETable nor GtkHTML supports UTF-8 yet, output | Dan Winship | 2000-06-17 | 1 | -4/+4 |
* | If we get a funny result, just throw it out. Basically a fix for the one | Not Zed | 2000-06-03 | 1 | -2/+33 |
* | Guess! | NotZed | 2000-05-19 | 1 | -1/+3 |
* | Quick fix to get it to compile. I hope I don't get into trouble. | Darin Adler | 2000-05-18 | 1 | -1/+2 |
* | All this basically to support user flags in the summary. They are not yet | NotZed | 2000-05-18 | 1 | -2/+26 |
* | > * providers/mbox/camel-mbox-folder.c (message_changed): Indicate | Michael Zucci | 2000-05-12 | 1 | -1/+10 |
* | Big bunch o memleaks fixed. | NotZed | 2000-05-12 | 1 | -0/+2 |
* | Free summary items and charset filters. | 1 | 2000-05-12 | 1 | -4/+10 |
* | Merged NEW_SUMMARY branch back to trunk, and resolved conflicts. | NotZed | 2000-05-08 | 1 | -25/+263 |
* | Make camel not leak like a sieve. | Dan Winship | 2000-05-08 | 1 | -5/+14 |
* | And same here ... (camel_folder_summary_encode_fixed_int32): Ugh, fwrite | NotZed | 2000-05-06 | 1 | -7/+16 |
* | And same here ... | NotZed | 2000-05-05 | 1 | -9/+10 |
* | Plug a memory leak. (header_decode_text): Fixed memory leaks with | 5 | 2000-05-05 | 1 | -2/+6 |
* | Maxcount is minimum of the max and the requested count, not the maximum :) | NotZed | 2000-05-05 | 1 | -1/+65 |
* | No, we're not going to have g_strcasecmp for no good reason, | NotZed | 2000-05-04 | 1 | -0/+1041 |
* | > * gmime-utils.[ch]: What the hell, remove it. This will break the | Michael Zucci | 2000-05-03 | 1 | -177/+0 |
* | kill camel-log | Dan Winship | 2000-04-19 | 1 | -1/+0 |
* | change the CamelFolderSummary interfaces to allow partial summary queries | Dan Winship | 2000-03-25 | 1 | -71/+87 |
* | fix the name of "Helix Code, Inc." in all the copyrights | Dan Winship | 2000-03-10 | 1 | -1/+1 |
* | renamed mbox_folder->summary to mbox_folder->internal_summary to avoid | bertrand | 2000-01-26 | 1 | -1/+16 |
* | tests for summary and parsing process of mbox files. | bertrand | 2000-01-19 | 1 | -2/+2 |
* | summary file read/write routines. | bertrand | 2000-01-19 | 1 | -8/+8 |
* | Updated my e-mail address to reflect my new employment | Bertrand Guiheneuf | 2000-01-04 | 1 | -1/+1 |
* | Fix copyright informations once again | Bertrand Guiheneuf | 1999-12-15 | 1 | -1/+1 |
* | Copyright change | Bertrand Guiheneuf | 1999-10-23 | 1 | -1/+4 |
* | started summary implementation. (_open): correct use of open. | bertrand | 1999-09-05 | 1 | -2/+10 |
* | added summary files build | bertrand | 1999-09-04 | 1 | -0/+136 |