2002-03-01 |
Jeffrey Stedfast | Add c++ armoring. |
commit | commitdiff | tree | snapshot |
2002-03-01 |
Jeffrey Stedfast | Reverted my pgp/mime fixes here too. |
commit | commitdiff | tree | snapshot |
2002-02-28 |
Jeffrey Stedfast | Changed offset variables from int's to off_t's since... |
commit | commitdiff | tree | snapshot |
2002-02-28 |
Jeffrey Stedfast | Rearrange the save filter stuff so that we save raw... |
commit | commitdiff | tree | snapshot |
2002-02-28 |
Jeffrey Stedfast | only save raw streams for leaf parts. |
commit | commitdiff | tree | snapshot |
2002-02-28 |
Jeffrey Stedfast | Don't #include camel-mime-filter-save.h, we don't use it. |
commit | commitdiff | tree | snapshot |
2002-02-28 |
Not Zed | Use the FOLD_SIZE as a recommended folding size, but... |
commit | commitdiff | tree | snapshot |
2002-02-27 |
Jeffrey Stedfast | New stream filter that chomps excess trailing whitespac... |
commit | commitdiff | tree | snapshot |
2002-02-27 |
Not Zed | Changed header formatted table to contain a pointer... |
commit | commitdiff | tree | snapshot |
2002-02-25 |
Jeffrey Stedfast | Allow all multiparts that contain message/rfc822 attach... |
commit | commitdiff | tree | snapshot |
2002-02-22 |
Jeffrey Stedfast | Set the 'name' parameter on the Content-Type too. Fixes... |
commit | commitdiff | tree | snapshot |
2002-02-14 |
Jeffrey Stedfast | Pass --always-trust to gpg (requested by users). (pgp_c... |
commit | commitdiff | tree | snapshot |
2002-02-14 |
Jeffrey Stedfast | Ximian is spelled Ximian, not Ximain. :-) |
commit | commitdiff | tree | snapshot |
2002-02-12 |
Jeffrey Stedfast | Since the AUTH token sometimes uses '=' instead of... |
commit | commitdiff | tree | snapshot |
2002-02-09 |
Not Zed | Duh, when we grab the apop stamp it needs to include... |
commit | commitdiff | tree | snapshot |
2002-02-08 |
Michael Zucci | Removed some <<< stuff i missed. |
commit | commitdiff | tree | snapshot |
2002-02-08 |
Not Zed | The day number has to be 2 chars wide, space filled... |
commit | commitdiff | tree | snapshot |
2002-02-08 |
Dan Winship | Implementation of NTLM (aka "Secure Password Authentica... |
commit | commitdiff | tree | snapshot |
2002-02-07 |
Jeffrey Stedfast | Remove the CAMEL_MESSAGE_NEEDS_REPLY flag, we no longer... |
commit | commitdiff | tree | snapshot |
2002-02-05 |
Jeffrey Stedfast | Use camel_mime_parser_read to read internal parser... |
commit | commitdiff | tree | snapshot |
2002-02-05 |
Jeffrey Stedfast | Use camel_mime_parser_read to read internal parser... |
commit | commitdiff | tree | snapshot |
2002-02-04 |
Jeffrey Stedfast | Added. New stream for HTTP requests (currently supporte... |
commit | commitdiff | tree | snapshot |
2002-02-04 |
Jeffrey Stedfast | Call set_errno appropriately. |
commit | commitdiff | tree | snapshot |
2002-01-31 |
Not Zed | Oops, this was converting foo@[blah] to foo@[ blah... |
commit | commitdiff | tree | snapshot |
2002-01-30 |
Jeffrey Stedfast | Use "pop" instead of "pop3" so current configurations... |
commit | commitdiff | tree | snapshot |
2002-01-30 |
Not Zed | Changed name from "NT Login" to simply "Login". |
commit | commitdiff | tree | snapshot |
2002-01-29 |
Jeffrey Stedfast | Added more kludge to an existing Exchange IMAP 5.5... |
commit | commitdiff | tree | snapshot |
2002-01-29 |
Jeffrey Stedfast | Handle Resent headers too. |
commit | commitdiff | tree | snapshot |
2002-01-29 |
Jeffrey Stedfast | Added Resent-* #defines. |
commit | commitdiff | tree | snapshot |
2002-01-29 |
Jeffrey Stedfast | Use while (node->next) instead of while (node) |
commit | commitdiff | tree | snapshot |
2002-01-29 |
Jeffrey Stedfast | New function to decode an enhanced status code. (smtp_s... |
commit | commitdiff | tree | snapshot |
2002-01-28 |
Jeffrey Stedfast | Use flags rather than a bunch of gboolean variables... |
commit | commitdiff | tree | snapshot |
2002-01-27 |
Ettore Perazzoli | Final cleanup for the CFLAGS and LIBS in the Makefiles. |
commit | commitdiff | tree | snapshot |
2002-01-24 |
Ettore Perazzoli | Remove some old cruft. |
commit | commitdiff | tree | snapshot |
2002-01-24 |
Ettore Perazzoli | Clean up some of the Makefiles so we dont' link every... |
commit | commitdiff | tree | snapshot |
2002-01-24 |
Jeffrey Stedfast | Call the beep callback function. |
commit | commitdiff | tree | snapshot |
2002-01-23 |
Jeffrey Stedfast | New function to remove a filter rule by name. |
commit | commitdiff | tree | snapshot |
2002-01-21 |
Jeffrey Stedfast | As a temporary solution, just printf ("\a"); to make... |
commit | commitdiff | tree | snapshot |
2002-01-19 |
Jeffrey Stedfast | New function to decode an IMAP mailbox name from modifi... |
commit | commitdiff | tree | snapshot |
2002-01-17 |
Jeffrey Stedfast | Stop uudecoding once the CAMEL_UUDECODE_STATE_END state... |
commit | commitdiff | tree | snapshot |
2002-01-16 |
Jeffrey Stedfast | If we don't want to corrupt the uuencoded data by overw... |
commit | commitdiff | tree | snapshot |
2002-01-16 |
Jeffrey Stedfast | Fixed slight logic error to find the uuencode begin... |
commit | commitdiff | tree | snapshot |
2002-01-15 |
Jeffrey Stedfast | Updated to match the new send_to API. (smtp_send):... |
commit | commitdiff | tree | snapshot |
2002-01-15 |
Jeffrey Stedfast | Sort the needheaders UID array and fixed to respect... |
commit | commitdiff | tree | snapshot |
2002-01-14 |
Jeffrey Stedfast | Updated to use the new imap_uid_array_to_set() interface. |
commit | commitdiff | tree | snapshot |
2002-01-14 |
Not Zed | Rewritten to use a cache for body searches when online... |
commit | commitdiff | tree | snapshot |
2002-01-11 |
Jeffrey Stedfast | Kludge around a bug in Exchange 5.5 that reports 2... |
commit | commitdiff | tree | snapshot |
2002-01-11 |
Jeffrey Stedfast | If PATH_MAX doesn't exist, use _POSIX_PATH_MAX. |
commit | commitdiff | tree | snapshot |
2002-01-10 |
Jeffrey Stedfast | If mi is NULL, don't bother updating it. Should fix... |
commit | commitdiff | tree | snapshot |
2002-01-10 |
Jeffrey Stedfast | #include camel-mime-filter-tohtml.h |
commit | commitdiff | tree | snapshot |
2002-01-10 |
Jeffrey Stedfast | Kludge around Microsoft Exchange 5.5 (bug #5348) by... |
commit | commitdiff | tree | snapshot |
2002-01-09 |
Jeffrey Stedfast | fixed changelog |
commit | commitdiff | tree | snapshot |
2002-01-09 |
Jeffrey Stedfast | If the mbox file is a symlink, follow the symlink and... |
commit | commitdiff | tree | snapshot |
2002-01-08 |
Jeffrey Stedfast | Flush the only-once actions. |
commit | commitdiff | tree | snapshot |
2002-01-07 |
Jeffrey Stedfast | Moved windows-1251 to the end of the list since it... |
commit | commitdiff | tree | snapshot |
2002-01-04 |
Jeffrey Stedfast | Don't try setting a content-type parameter if either... |
commit | commitdiff | tree | snapshot |
2002-01-02 |
Jeffrey Stedfast | applied a update patch |
commit | commitdiff | tree | snapshot |
2002-01-02 |
Jeffrey Stedfast | so my guess is that mutt probably doesn't compile since... |
commit | commitdiff | tree | snapshot |
2002-01-02 |
Jeffrey Stedfast | Do more like what mutt does so hopefully this'll fix... |
commit | commitdiff | tree | snapshot |
2001-12-21 |
Jeffrey Stedfast | Completely rewritten. It is now a load faster and a... |
commit | commitdiff | tree | snapshot |
2001-12-20 |
Jeffrey Stedfast | Change the prototype for camel_address_get_type to... |
commit | commitdiff | tree | snapshot |
2001-12-19 |
Dan Winship | install in the right directory. (accidentally didn... |
commit | commitdiff | tree | snapshot |
2001-12-18 |
Jeffrey Stedfast | revert my "simplification" of the last commit, it was... |
commit | commitdiff | tree | snapshot |
2001-12-18 |
Jeffrey Stedfast | New function to map ISO charsets to the Windows charsets. |
commit | commitdiff | tree | snapshot |
2001-12-17 |
Dan Winship | only use major and minor version in the camel providerd... |
commit | commitdiff | tree | snapshot |
2001-12-17 |
Jeffrey Stedfast | Reverted my previous changes here since it doesn't... |
commit | commitdiff | tree | snapshot |
2001-12-17 |
Jeffrey Stedfast | Try to use the original boundary so luis will stop... |
commit | commitdiff | tree | snapshot |
2001-12-17 |
Jeffrey Stedfast | Try to use the original boundary so luis will stop... |
commit | commitdiff | tree | snapshot |
2001-12-15 |
Jeffrey Stedfast | fix openssl linkage problem |
commit | commitdiff | tree | snapshot |
2001-12-14 |
Jeffrey Stedfast | Reset the filtered_count to zero. |
commit | commitdiff | tree | snapshot |
2001-12-14 |
Jeffrey Stedfast | Removed x-inline-pgp-hack kludge because it doesn't... |
commit | commitdiff | tree | snapshot |
2001-12-14 |
Chris Toshok | include stdlib.h (for alloca on freebsd) and only inclu... |
commit | commitdiff | tree | snapshot |
2001-12-13 |
Zbigniew Chyla | Fixes #17085 |
commit | commitdiff | tree | snapshot |
2001-12-13 |
Jeffrey Stedfast | cast the key argument to g_hash_table_insert to a gpoin... |
commit | commitdiff | tree | snapshot |
2001-12-13 |
Jeffrey Stedfast | Keep a name-to-type hash so that we can make sure that... |
commit | commitdiff | tree | snapshot |
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 |
next |