]> diplodocus.org Git - nmh/history - uip/mhoutsbr.c
sbr/utils.c: Add HasSuffix(s, suffix).
[nmh] / uip / mhoutsbr.c
2016-10-24 Ralph CorderoyUse HasPrefix() instead of strncmp().
2016-10-21 Ralph CorderoyDon't test boundary in output_content() for NULL; ...
2016-09-23 Ken HornsteinMerge branch 'pop-tls'
2016-09-22 David LevineAllow -decodetext binary, though 8bit is still the...
2016-04-10 David LevineFix to commit 84932d0a96c79bfb2f0384ebab806dc51a35f600 to
2016-04-10 David LevineFix to commit 84932d0a96c79bfb2f0384ebab806dc51a35f600 to
2016-03-13 David LevineMerge branch 'master' into xoauth
2016-02-25 David LevineAdded -[no]crlflinebreaks switches to mhfixmsg(1).
2015-02-23 David LevineMerge remote-tracking branch 'origin/convertargs'
2015-02-14 David LevineRemoved unnecessary #include of h/signals.h.
2014-12-02 Ken HornsteinMerge commit '8206fbf', due to my screwup of committing...
2014-11-21 David LevineFixed double fclose() in InitMultiPart() and leaks...
2014-09-15 David LevineAdded checks of return value of fwrite() calls where...
2014-05-08 Paul Foxmake writeQuoted() work correctly with content containi...
2014-04-10 Ken HornsteinDon't clobber "cp"; use dp instead.
2014-03-06 Ken HornsteinMerge branch 'extended-params'
2014-03-02 Ken HornsteinWhoops, forgot to TEST THIS OUT first.
2014-03-02 Ken HornsteinMore cleaned and conversion to the new parameter API.
2014-02-12 Ken HornsteinBeginnings of RFC 2231 support. Does not compile ...
2014-02-05 Ken HornsteinFix uninitialized variable warning
2014-02-05 Ken HornsteinAdjust the quoted-printable output routine to continue...
2014-02-01 Ken HornsteinMerge branch 'base64-text-fixup'
2014-01-31 Ken HornsteinFix base64 to handle text parts properly; currently...
2013-04-14 David LevineMoved #include of signal.h to h/signals.h. And it...
2013-04-14 David LevineMoved #include of errno.h to h/nmh.h.
2013-03-24 David LevineMore replacements of mh_strcasecmp() with strcasecmp().
2013-03-21 Ken HornsteinMerge branch 'newlock'
2013-03-15 David LevineChanged c_cefile member of struct Content from pointer to
2013-02-22 Ken HornsteinMerge branch 'format-test'
2013-02-22 David LevineFixed write8Bit() to use fread()/fwrite() instead of
2013-02-16 David LevineWhen output_content() outputs a non-MIME message with...
2013-02-11 David LevineMultipart parts might have content before the first...
2013-02-07 David Levineoutput_content() assumed that ci->ci_values[0] was...
2013-02-02 David LevineAdded support for "-" to indicate stdout to output_mess...
2013-01-31 Lyndon NerenbergMerge branch 'master' of ssh://git.sv.gnu.org/srv/git...
2013-01-27 David LevineMerge branch 'm_getfld'
2013-01-21 Ken HornsteinMerge branch 'master' into format-test
2013-01-04 Ken HornsteinRemove support for -ebcdicsafe/-noebcdicsafe switches...
2012-07-21 David LevineAdded -messageid switch to send(1) and post(8). This...
2012-02-29 Ken HornsteinPart of the patch from bug #4301; clean up our prototyp...
2012-01-14 David LevineChanged types and added casts so that build is clean...
2012-01-04 Lyndon NerenbergClean up process wait to use POSIX waitpid() interface.
2010-12-03 Ken HornsteinRemove RCS keywords, since they no longer work after...
2010-02-04 Earl Hood* Bug #15213, #18635: The use of the insecure m_scratch...
2006-03-08 Josh Bressers* (mh_strcasecmp): Rename the private strcasecmp functi...
2003-09-30 Glenn Burkhardt[bug #4302] errno is not always an extern int
2002-07-02 Ken HornsteinAdd/update copyright notice in all source code files.
2000-12-14 Shantonu SenResolve the circular dependency of libmh on libmts...
2000-09-08 Shantonu SenUpdated #include's to point to new location of mts...
2000-05-29 Shantonu SenUpdating user programs to use <h/tws> instead of <zotne...
1999-07-16 Dan HarklessEliminated compilation warnings.
1999-04-30 Doug MorrisInitial revision