2001-12-13 |
Jeffrey Stedfast | added a Content-Description to the signature part ... |
commit | commitdiff | tree | snapshot |
2001-12-13 |
Jeffrey Stedfast | merged some changes from the 1-0 branch that apparently... |
commit | commitdiff | tree | snapshot |
2001-12-10 |
Jeffrey Stedfast | Protect against either of the types being NULL. |
commit | commitdiff | tree | snapshot |
2001-12-10 |
Dan Winship | Fix the tm_gmtoff case (its sign is the opposite of... |
commit | commitdiff | tree | snapshot |
2001-12-10 |
Jon Trowbridge | Implements marking messages as "Need Reply". |
commit | commitdiff | tree | snapshot |
2001-11-30 |
Jeffrey Stedfast | Don't use regex matching. Fixes bug #16227. |
commit | commitdiff | tree | snapshot |
2001-11-30 |
4 | Use the uid rather than vuid for unmatched. Also add... |
commit | commitdiff | tree | snapshot |
2001-11-30 |
Not Zed | Completely new implementation of NNTP. |
commit | commitdiff | tree | snapshot |
2001-11-27 |
Not Zed | If the uid doesn't have a ',' in it, fail to crash. |
commit | commitdiff | tree | snapshot |
2001-11-26 |
Jeffrey Stedfast | Check to see that errno is non-zero before returning... |
commit | commitdiff | tree | snapshot |
2001-11-26 |
Jeffrey Stedfast | For the uudecoding mode, garble up the "begin <mode... |
commit | commitdiff | tree | snapshot |
2001-11-20 |
Dan Winship | Clear the password in bonobo-conf as well. Fixes ximian... |
commit | commitdiff | tree | snapshot |
2001-11-19 |
Jeffrey Stedfast | Added a check to see if the operation has been cancelle... |
commit | commitdiff | tree | snapshot |
2001-11-19 |
Jeffrey Stedfast | Updates for compliance with rfc2231 |
commit | commitdiff | tree | snapshot |
2001-11-16 |
Jeffrey Stedfast | Abort if body == NULL. |
commit | commitdiff | tree | snapshot |
2001-11-16 |
Jeffrey Stedfast | New mime filter to convert plain text to html. |
commit | commitdiff | tree | snapshot |
2001-11-16 |
Jeffrey Stedfast | see the ChangeLog, I forget |
commit | commitdiff | tree | snapshot |
2001-11-16 |
Jeffrey Stedfast | If we get a BYE response, call camel_service_disconnect... |
commit | commitdiff | tree | snapshot |
2001-11-13 |
3 | If we have no source string, then use undefined, which... |
commit | commitdiff | tree | snapshot |
2001-11-12 |
Jeffrey Stedfast | Added a g_return_val_if_fail for folder_name != NULL. |
commit | commitdiff | tree | snapshot |
2001-11-09 |
Jeffrey Stedfast | If any of the pipe()'s fail, clean up any pipes that... |
commit | commitdiff | tree | snapshot |
2001-11-09 |
9 | If we get a user cancel and that causes us to fail... |
commit | commitdiff | tree | snapshot |
2001-11-09 |
Jeffrey Stedfast | Now takes a command-length argument so we can 1) avoid... |
commit | commitdiff | tree | snapshot |
2001-11-09 |
Jeffrey Stedfast | Oops, pass a mode argument to the open() call. |
commit | commitdiff | tree | snapshot |
2001-11-08 |
Jeffrey Stedfast | Add code to kludge around any x-inline-pgp-hacks by... |
commit | commitdiff | tree | snapshot |
2001-11-02 |
Jeffrey Stedfast | Initialize our private mutex. (camel_data_wrapper_final... |
commit | commitdiff | tree | snapshot |
2001-11-02 |
1 | Move all searching operations outside of any locks... |
commit | commitdiff | tree | snapshot |
2001-10-31 |
1 | Same as below. |
commit | commitdiff | tree | snapshot |
2001-10-30 |
0 | Dont setup cancel_fd. (camel_operation_cancel_fd):... |
commit | commitdiff | tree | snapshot |
2001-10-30 |
0 | Make sure we unref the mimeparse when we're done (succe... |
commit | commitdiff | tree | snapshot |
2001-10-30 |
0 | Remove the X-Evolution header before anyone else gets... |
commit | commitdiff | tree | snapshot |
2001-10-30 |
0 | If we can't retrieve the message, ignore it, it can... |
commit | commitdiff | tree | snapshot |
2001-10-30 |
Dan Winship | Fix this to match get_headers. |
commit | commitdiff | tree | snapshot |
2001-10-30 |
0 | Dont try to move ibex if we have none. |
commit | commitdiff | tree | snapshot |
2001-10-30 |
0 | Fixed compilation errors. |
commit | commitdiff | tree | snapshot |
2001-10-30 |
Jeffrey Stedfast | Removed unused variable. |
commit | commitdiff | tree | snapshot |
2001-10-30 |
Jeffrey Stedfast | fixed a compile problem and saved errno before calling... |
commit | commitdiff | tree | snapshot |
2001-10-30 |
0 | w(x) out some warnings. |
commit | commitdiff | tree | snapshot |
2001-10-30 |
Jeffrey Stedfast | Removed. (stream_write): Keep looping (non-blocking... |
commit | commitdiff | tree | snapshot |
2001-10-30 |
0 | If we get an empty name, then mark that as NoSelect... |
commit | commitdiff | tree | snapshot |
2001-10-30 |
Dan Winship | Set an X-Evolution-Source header on the returned messag... |
commit | commitdiff | tree | snapshot |
2001-10-30 |
9 | If we're not going to search on a changed uid, make... |
commit | commitdiff | tree | snapshot |
2001-10-29 |
Jeffrey Stedfast | Don't emit a folder_subscribed signal if we are in... |
commit | commitdiff | tree | snapshot |
2001-10-29 |
Jeffrey Stedfast | Minor fix - should have been using a strNcmp when check... |
commit | commitdiff | tree | snapshot |
2001-10-29 |
Jeffrey Stedfast | Notify the user that PGP 2.6.x is no longer supported... |
commit | commitdiff | tree | snapshot |
2001-10-29 |
Dan Winship | Don't free the hash table key if the folder wasn't... |
commit | commitdiff | tree | snapshot |
2001-10-29 |
Dan Winship | if the service is being connected and thinks it's onlin... |
commit | commitdiff | tree | snapshot |
2001-10-29 |
9 | Turn off w() -> warnings. |
commit | commitdiff | tree | snapshot |
2001-10-29 |
9 | Fix the 'is this a matching subfolder or subfolder... |
commit | commitdiff | tree | snapshot |
2001-10-28 |
8 | Changed to call ibex_move to rename it internally. |
commit | commitdiff | tree | snapshot |
2001-10-28 |
8 | Use the right variable, not info. |
commit | commitdiff | tree | snapshot |
2001-10-28 |
Jeffrey Stedfast | Make sure we've actually read data before checking... |
commit | commitdiff | tree | snapshot |
2001-10-28 |
Jeffrey Stedfast | Same. |
commit | commitdiff | tree | snapshot |
2001-10-28 |
8 | Use path not protocol as the path part of the uri of... |
commit | commitdiff | tree | snapshot |
2001-10-27 |
Ettore Perazzoli | More fixing of the license texts. |
commit | commitdiff | tree | snapshot |
2001-10-27 |
Ettore Perazzoli | Fixing the license text. |
commit | commitdiff | tree | snapshot |
2001-10-27 |
7 | Finished implementation. |
commit | commitdiff | tree | snapshot |
2001-10-27 |
Jeffrey Stedfast | Don't bother checking ex since we can rely on the respo... |
commit | commitdiff | tree | snapshot |
2001-10-27 |
Ettore Perazzoli | Update the licensing information to require version... |
commit | commitdiff | tree | snapshot |
2001-10-26 |
Jeffrey Stedfast | Check to make sure that the dataset is non-NULL before... |
commit | commitdiff | tree | snapshot |
2001-10-26 |
Jeffrey Stedfast | Check for EWOULDBLOCK too? (stream_read): Same. (stream... |
commit | commitdiff | tree | snapshot |
2001-10-26 |
Jeffrey Stedfast | Check for EWOULDBLOCK too? (stream_read): Same. |
commit | commitdiff | tree | snapshot |
2001-10-26 |
Jeffrey Stedfast | Lets try putting a camel_stream_reset() here. Logic... |
commit | commitdiff | tree | snapshot |
2001-10-26 |
5 | Remove the stupid warning that should never have been... |
commit | commitdiff | tree | snapshot |
2001-10-25 |
Dan Winship | Don't let fi->name be NULL. |
commit | commitdiff | tree | snapshot |
2001-10-24 |
Jeffrey Stedfast | updated the SIMULATE_FLAKY_NETWORK code |
commit | commitdiff | tree | snapshot |
2001-10-24 |
Jeffrey Stedfast | Same as in the TcpStreamRaw code. (stream_write): And... |
commit | commitdiff | tree | snapshot |
2001-10-23 |
Dan Winship | Remove an extra * in one of the regexps that glibc... |
commit | commitdiff | tree | snapshot |
2001-10-23 |
3 | made d(x) x recompile again. |
commit | commitdiff | tree | snapshot |
2001-10-22 |
2 | No, use Storing, as the other code does :p (spool_summa... |
commit | commitdiff | tree | snapshot |
2001-10-22 |
Jon Trowbridge | s/summarising/summarizing/. (spool_summary_check):... |
commit | commitdiff | tree | snapshot |
2001-10-22 |
Jeffrey Stedfast | If we are kludging around a inline-pgp signed part... |
commit | commitdiff | tree | snapshot |
2001-10-22 |
Michael Zucci | Use search_type_mlist for mailing list searches. |
commit | commitdiff | tree | snapshot |
2001-10-22 |
Michael Zucci | (camel_search_header_match): Oops, missing i=0. |
commit | commitdiff | tree | snapshot |
2001-10-22 |
Dan Winship | Pass a CORBA_Environment to bonobo_config_get_string... |
commit | commitdiff | tree | snapshot |
2001-10-22 |
2 | Match check against all addresses in a multiple address... |
commit | commitdiff | tree | snapshot |
2001-10-22 |
Dan Winship | Add a hack: if the multipart/signed part has a "x-inlin... |
commit | commitdiff | tree | snapshot |
2001-10-22 |
Rodrigo Moya | added $GNOME_INCLUDEDIR to INCLUDES, needed for latest... |
commit | commitdiff | tree | snapshot |
2001-10-22 |
Jeffrey Stedfast | Only do the rawtext checks if the part is a text part... |
commit | commitdiff | tree | snapshot |
2001-10-22 |
Jeffrey Stedfast | Updated comments to make the code a bit more clear. |
commit | commitdiff | tree | snapshot |
2001-10-21 |
1 | Dont do the macro stuff - basically so you can actually... |
commit | commitdiff | tree | snapshot |
2001-10-21 |
1 | oops, dont free the vuid, since its alloca'd now. |
commit | commitdiff | tree | snapshot |
2001-10-20 |
0 | If no exception supplied, use a local one. (move_messag... |
commit | commitdiff | tree | snapshot |
2001-10-19 |
Jeffrey Stedfast | If the destination folder is the vfolder source folder... |
commit | commitdiff | tree | snapshot |
2001-10-19 |
9 | When registering provider, translate all strings. |
commit | commitdiff | tree | snapshot |
2001-10-19 |
Michael Zucci | camel-vee-folder.c (folder_changed_change): Change... |
commit | commitdiff | tree | snapshot |
2001-10-19 |
Michael Zucci | Fixes a deadlock. camel-vee-folder.c: (folder_changed_c... |
commit | commitdiff | tree | snapshot |
2001-10-19 |
Michael Zucci | Typo, srlen aint right. |
commit | commitdiff | tree | snapshot |
2001-10-19 |
Michael Zucci | camel-vee-folder.c: (folder_changed_change_uid): Use... |
commit | commitdiff | tree | snapshot |
2001-10-19 |
9 | Lock the right lock for unmatched subfolder list stuff... |
commit | commitdiff | tree | snapshot |
2001-10-19 |
Jeffrey Stedfast | If a charset isn't specified or claims to be utf-8... |
commit | commitdiff | tree | snapshot |
2001-10-19 |
8 | Added CAMEL_CFLAGS so we get the right iconv stuff... |
commit | commitdiff | tree | snapshot |
2001-10-19 |
Jeffrey Stedfast | Make sure the cancel_fd isn't -1. |
commit | commitdiff | tree | snapshot |
2001-10-18 |
Jeffrey Stedfast | Flush the stream here, not sure it really matters but... |
commit | commitdiff | tree | snapshot |
2001-10-18 |
Jeffrey Stedfast | Make user-cancellable. |
commit | commitdiff | tree | snapshot |
2001-10-18 |
Jeffrey Stedfast | String cleanup for bug #6640. |
commit | commitdiff | tree | snapshot |
2001-10-18 |
Jeffrey Stedfast | Fix my Cyrus imapd workaround...instead of checking... |
commit | commitdiff | tree | snapshot |
2001-10-17 |
7 | Use '.' as the inbox name for filter new messages test. |
commit | commitdiff | tree | snapshot |
2001-10-17 |
7 | New function to clone a folderinfo tree. |
commit | commitdiff | tree | snapshot |
2001-10-17 |
Jeffrey Stedfast | Same as maildir and mbox append-message. |
commit | commitdiff | tree | snapshot |
next |