summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Check to make sure that the header was valid (ie, `colon' == ':'). If not,GMIME_PGP_MIMEJeffrey Stedfast2002-07-316-215/+434
* Bumped version to 1.0.3Jeffrey Stedfast2002-07-205-6/+19
* fixed ChangeLogJeffrey Stedfast2002-07-121-0/+2
* Updated the usage of strlcpy to match the new API (which was updated toJeffrey Stedfast2002-07-126-15/+27
* Fix for nul-terminating some multibyte charsets.Jeffrey Stedfast2002-07-043-6/+27
* Bumped version to 1.0.2Jeffrey Stedfast2002-06-267-78/+117
* Updated.Jeffrey Stedfast2002-06-137-160/+119
* If the parser stream is not seekable, then scan the content into a memoryJeffrey Stedfast2002-06-125-14/+56
* updated the test suite for pgp/mime stuff a littleJeffrey Stedfast2002-05-304-8/+46
* Use gmime-filter-strip instead.Jeffrey Stedfast2002-05-3035-467/+652
* oops, this needs to be updated for docs tooJeffrey Stedfast2002-05-232-2/+44
* Updated documentation.Jeffrey Stedfast2002-05-2384-3405/+1635
* Only compensate for the '\n' if we found a boundary.Jeffrey Stedfast2002-05-175-8/+30
* The length of the stream is bound_end - bound_start.Jeffrey Stedfast2002-05-125-16/+24
* removed gen-multibyte.cJeffrey Stedfast2002-05-031-115/+0
* Gnerate the multibyte charsets without the need for using external .datJeffrey Stedfast2002-05-032-6/+3
* Gnerate the multibyte charsets without the need for using external .datJeffrey Stedfast2002-05-036-5659/+10815
* Instead of converting the multibyte charset tables to UTF-8 and then usingJeffrey Stedfast2002-04-305-64/+40
* Only backtrack if we have output data.Jeffrey Stedfast2002-04-26106-126/+143
* Oops, fix the patch from HEAD to compile.Jeffrey Stedfast2002-04-245-12/+19
* fixed a spelling mistakeJeffrey Stedfast2002-04-222-2/+2
* Pull some fixes back from HEAD.Jeffrey Stedfast2002-04-225-32/+50
* Added support for the binary encoding. (g_mime_part_encoding_to_string):Jeffrey Stedfast2002-04-205-64/+96
* updated to compileJeffrey Stedfast2002-04-204-102/+16
* New implementation, backported from my glib2 version of gmime (which isJeffrey Stedfast2002-04-199-711/+2331
* ignore config.h.inJeffrey Stedfast2002-04-191-0/+1
* Updated.Jeffrey Stedfast2002-04-1987-815/+4235
* pulled up some configure.in fixes from gmime-1 branch that I had forgotten ab...Jeffrey Stedfast2002-04-161-6/+4
* Treat ',' as a token delimeter. Also updated the datetok lookup table.Jeffrey Stedfast2002-04-163-62/+57
* Check for off_t, size_t, and ssize_t.Jeffrey Stedfast2002-04-145-178/+13
* Fixed a bug that crept in during my simplification.Jeffrey Stedfast2002-04-083-4/+15
* oops, add iconv-detect.c tooJeffrey Stedfast2002-04-032-0/+187
* Destroy the temporary addrlist.Jeffrey Stedfast2002-04-038-120/+180
* Don't bother using g_mime_charset_name here either becauseJeffrey Stedfast2002-03-2929-830/+16099
* fixed doc comment.Jeffrey Stedfast2002-03-174-3/+8
* Check fd against -1.Jeffrey Stedfast2002-03-175-4/+10
* adding gmime-filter-yenc.[c,h]Jeffrey Stedfast2002-03-174-0/+1152
* syncing up with HEADJeffrey Stedfast2002-03-1721-263/+463
* cleanupJeffrey Stedfast2002-03-071-2/+4
* Thanks to Carlos Morgado <chbm@chbm.nu>Jeffrey Stedfast2002-03-033-10/+13
* Get rid of some extra line feeds.Jeffrey Stedfast2002-03-033-8/+7
* Add support for the pgp-ripemd160 hash type.Jeffrey Stedfast2002-03-033-369/+204
* update gmime.h.in to sync with main branch, also add chomp filterJeffrey Stedfast2002-03-022-0/+10
* updated README and TODO to sync with main branchJeffrey Stedfast2002-03-022-6/+4
* added rfc3156Jeffrey Stedfast2002-03-021-0/+843
* updated documentationJeffrey Stedfast2002-03-0276-953/+3977
* New stream filter that chomps excess trailing whitespace from the end ofJeffrey Stedfast2002-03-0263-555/+4747
* removed some no longer used filesJeffrey Stedfast2001-12-312-2911/+0
* removed some old/no-longer-needed filesJeffrey Stedfast2001-12-312-572/+0
* Optimized group parsing.Jeffrey Stedfast2001-12-3188-2870/+30124