aboutsummaryrefslogtreecommitdiffstats
path: root/camel/gmime-base64.c
Commit message (Collapse)AuthorAgeFilesLines
* A lot of changes in the way the parsing works. I am too lazyBertrand Guiheneuf2000-02-221-2/+7
| | | | | | | | | | to find all the changes. Important notice, I added uggly hacks to camel-formatter.c and message-browser so that I could test b64 decoding. Saving streams works. Have to implement qp now. svn path=/trunk/; revision=1893
* fix minor typosDan Winship2000-02-161-1/+1
| | | | svn path=/trunk/; revision=1795
* A bunch of new funcs to handle x-evolution private header field.bertrand2000-01-171-0/+4
| | | | | | | | | | | | | | | | | | | 2000-01-17 bertrand <bertrand@helixcode.com> * camel/providers/mbox/camel-mbox-utils.c (camel_mbox_write_xev): (copy_file_chunk): (camel_mbox_xev_write_header_content): (camel_mbox_xev_parse_header_content): (string_to_flag): (flag_to_string): (string_to_uid): (uid_to_string): A bunch of new funcs to handle x-evolution private header field. Various others modifications and fixes. svn path=/trunk/; revision=1576
* Added streaming capability to CamelDataWrapper. This makes it possible, forEttore Perazzoli1999-11-171-11/+10
| | | | | | | example, to build multipart messages out of files that are on disk without loading them in memory. svn path=/trunk/; revision=1394
* my file I never commitedArturo Espinosa1999-08-041-0/+98
svn path=/trunk/; revision=1074