| 2017-09-09 |
Ralph Corderoy | Refer to #include files from the root of nmh's source. |
blob | commitdiff | raw |
| 2017-09-02 |
Ralph Corderoy | Move base64.c's prototypes from prototypes.h to new... |
blob | commitdiff | raw | diff to current |
| 2017-05-15 |
Ralph Corderoy | uip/mhoutsbr.c: Move exported prototype to new header... |
blob | commitdiff | raw | diff to current |
| 2017-04-22 |
Ralph Corderoy | Replace "/*\n * " with "/* " at the start of a file. |
blob | commitdiff | raw | diff to current |
| 2017-04-22 |
Ralph Corderoy | Remove leading and trailing blank lines from code. |
blob | commitdiff | raw | diff to current |
| 2017-04-17 |
Ralph Corderoy | Replace advise(NULL, fmt, ...) with inform(fmt, ...). |
blob | commitdiff | raw | diff to current |
| 2016-12-10 |
Ralph Corderoy | Rename recently added HasPrefix() to has_prefix(). |
blob | commitdiff | raw | diff to current |
| 2016-11-19 |
David Levine | Open outfile before parsing message(s). |
blob | commitdiff | raw | diff to current |
| 2016-10-30 |
Ralph Corderoy | Replace fprintf(fp, "%s", foo) with fputs(foo, fp). |
blob | commitdiff | raw | diff to current |
| 2016-10-24 |
Ralph Corderoy | Use HasPrefix() instead of strncmp(). |
blob | commitdiff | raw | diff to current |
| 2016-10-21 |
Ralph Corderoy | Don't test boundary in output_content() for NULL; ... |
blob | commitdiff | raw | diff to current |
| 2016-09-23 |
Ken Hornstein | Merge branch 'pop-tls' |
blob | commitdiff | raw | diff to current |
| 2016-09-22 |
David Levine | Allow -decodetext binary, though 8bit is still the... |
blob | commitdiff | raw | diff to current |
| 2016-04-10 |
David Levine | Fix to commit 84932d0a96c79bfb2f0384ebab806dc51a35f600 to |
blob | commitdiff | raw | diff to current |
| 2016-04-10 |
David Levine | Fix to commit 84932d0a96c79bfb2f0384ebab806dc51a35f600 to |
blob | commitdiff | raw | diff to current |
| 2016-03-13 |
David Levine | Merge branch 'master' into xoauth |
blob | commitdiff | raw | diff to current |
| 2016-02-25 |
David Levine | Added -[no]crlflinebreaks switches to mhfixmsg(1). |
blob | commitdiff | raw | diff to current |
| 2015-02-23 |
David Levine | Merge remote-tracking branch 'origin/convertargs' |
blob | commitdiff | raw | diff to current |
| 2015-02-14 |
David Levine | Removed unnecessary #include of h/signals.h. |
blob | commitdiff | raw | diff to current |
| 2014-12-02 |
Ken Hornstein | Merge commit '8206fbf', due to my screwup of committing... |
blob | commitdiff | raw | diff to current |
| 2014-11-21 |
David Levine | Fixed double fclose() in InitMultiPart() and leaks... |
blob | commitdiff | raw | diff to current |
| 2014-09-15 |
David Levine | Added checks of return value of fwrite() calls where... |
blob | commitdiff | raw | diff to current |
| 2014-05-08 |
Paul Fox | make writeQuoted() work correctly with content containi... |
blob | commitdiff | raw | diff to current |
| 2014-04-10 |
Ken Hornstein | Don't clobber "cp"; use dp instead. |
blob | commitdiff | raw | diff to current |
| 2014-03-06 |
Ken Hornstein | Merge branch 'extended-params' |
blob | commitdiff | raw | diff to current |
| 2014-03-02 |
Ken Hornstein | Whoops, forgot to TEST THIS OUT first. |
blob | commitdiff | raw | diff to current |
| 2014-03-02 |
Ken Hornstein | More cleaned and conversion to the new parameter API. |
blob | commitdiff | raw | diff to current |
| 2014-02-12 |
Ken Hornstein | Beginnings of RFC 2231 support. Does not compile ... |
blob | commitdiff | raw | diff to current |
| 2014-02-05 |
Ken Hornstein | Fix uninitialized variable warning |
blob | commitdiff | raw | diff to current |
| 2014-02-05 |
Ken Hornstein | Adjust the quoted-printable output routine to continue... |
blob | commitdiff | raw | diff to current |
| 2014-02-01 |
Ken Hornstein | Merge branch 'base64-text-fixup' |
blob | commitdiff | raw | diff to current |
| 2014-01-31 |
Ken Hornstein | Fix base64 to handle text parts properly; currently... |
blob | commitdiff | raw | diff to current |
| 2013-04-14 |
David Levine | Moved #include of signal.h to h/signals.h. And it... |
blob | commitdiff | raw | diff to current |
| 2013-04-14 |
David Levine | Moved #include of errno.h to h/nmh.h. |
blob | commitdiff | raw | diff to current |
| 2013-03-24 |
David Levine | More replacements of mh_strcasecmp() with strcasecmp(). |
blob | commitdiff | raw | diff to current |
| 2013-03-21 |
Ken Hornstein | Merge branch 'newlock' |
blob | commitdiff | raw | diff to current |
| 2013-03-15 |
David Levine | Changed c_cefile member of struct Content from pointer to |
blob | commitdiff | raw | diff to current |
| 2013-02-22 |
Ken Hornstein | Merge branch 'format-test' |
blob | commitdiff | raw | diff to current |
| 2013-02-22 |
David Levine | Fixed write8Bit() to use fread()/fwrite() instead of |
blob | commitdiff | raw | diff to current |
| 2013-02-16 |
David Levine | When output_content() outputs a non-MIME message with... |
blob | commitdiff | raw | diff to current |
| 2013-02-11 |
David Levine | Multipart parts might have content before the first... |
blob | commitdiff | raw | diff to current |
| 2013-02-07 |
David Levine | output_content() assumed that ci->ci_values[0] was... |
blob | commitdiff | raw | diff to current |
| 2013-02-02 |
David Levine | Added support for "-" to indicate stdout to output_mess... |
blob | commitdiff | raw | diff to current |
| 2013-01-31 |
Lyndon Nerenberg | Merge branch 'master' of ssh://git.sv.gnu.org/srv/git... |
blob | commitdiff | raw | diff to current |
| 2013-01-27 |
David Levine | Merge branch 'm_getfld' |
blob | commitdiff | raw | diff to current |
| 2013-01-21 |
Ken Hornstein | Merge branch 'master' into format-test |
blob | commitdiff | raw | diff to current |
| 2013-01-04 |
Ken Hornstein | Remove support for -ebcdicsafe/-noebcdicsafe switches... |
blob | commitdiff | raw | diff to current |
| 2012-07-21 |
David Levine | Added -messageid switch to send(1) and post(8). This... |
blob | commitdiff | raw | diff to current |
| 2012-02-29 |
Ken Hornstein | Part of the patch from bug #4301; clean up our prototyp... |
blob | commitdiff | raw | diff to current |
| 2012-01-14 |
David Levine | Changed types and added casts so that build is clean... |
blob | commitdiff | raw | diff to current |
| 2012-01-04 |
Lyndon Nerenberg | Clean up process wait to use POSIX waitpid() interface. |
blob | commitdiff | raw | diff to current |
| 2010-12-03 |
Ken Hornstein | Remove RCS keywords, since they no longer work after... |
blob | commitdiff | raw | diff to current |
| 2010-02-04 |
Earl Hood | * Bug #15213, #18635: The use of the insecure m_scratch... |
blob | commitdiff | raw | diff to current |
| 2006-03-08 |
Josh Bressers | * (mh_strcasecmp): Rename the private strcasecmp functi... |
blob | commitdiff | raw | diff to current |
| 2003-09-30 |
Glenn Burkhardt | [bug #4302] errno is not always an extern int |
blob | commitdiff | raw | diff to current |
| 2002-07-02 |
Ken Hornstein | Add/update copyright notice in all source code files. |
blob | commitdiff | raw | diff to current |
| 2000-12-14 |
Shantonu Sen | Resolve the circular dependency of libmh on libmts... |
blob | commitdiff | raw | diff to current |
| 2000-09-08 |
Shantonu Sen | Updated #include's to point to new location of mts... |
blob | commitdiff | raw | diff to current |
| 2000-05-29 |
Shantonu Sen | Updating user programs to use <h/tws> instead of <zotne... |
blob | commitdiff | raw | diff to current |
| 1999-07-16 |
Dan Harkless | Eliminated compilation warnings. |
blob | commitdiff | raw | diff to current |
| 1999-04-30 |
Doug Morris | Initial revision |
blob | commitdiff | raw | diff to current |
|