| 2017-08-01 |
Ken Hornstein | Merge branch 'fix-post-bcc' |
blob | commitdiff | raw |
| 2017-06-17 |
David Levine | Don't bypass scan_content() when expanding pseudoheaders. |
blob | commitdiff | raw |
| 2017-05-29 |
Ralph Corderoy | sizeof char is always 1, so don't bother to divide... |
blob | commitdiff | raw | diff to current |
| 2017-05-23 |
Ralph Corderoy | Replace some "FALLTHRU" comments with control flow. |
blob | commitdiff | raw | diff to current |
| 2017-05-17 |
Ralph Corderoy | uip/mhbuildsbr.c: Fix long-line truncation when BUFSIZ... |
blob | commitdiff | raw | diff to current |
| 2017-05-16 |
Ralph Corderoy | sbr/mime_type.c: Move prototype from h/prototypes.h... |
blob | commitdiff | raw | diff to current |
| 2017-05-16 |
Ralph Corderoy | sbr/message_id.c: Move duplicate prototypes to new... |
blob | commitdiff | raw | diff to current |
| 2017-05-15 |
Ralph Corderoy | uip/mhshowsbr.h: Move in declarations from h/mhparse.h. |
blob | commitdiff | raw | diff to current |
| 2017-05-15 |
Ralph Corderoy | uip/mhcachesbr.c: Move exported symbols to existing... |
blob | commitdiff | raw | diff to current |
| 2017-05-15 |
Ralph Corderoy | sbr/m_mktemp.h: Move remaining prototypes from h/protot... |
blob | commitdiff | raw | diff to current |
| 2017-05-15 |
Ralph Corderoy | Create and use header file for uip/mhfree.c's exports. |
blob | commitdiff | raw | diff to current |
| 2017-05-13 |
Ralph Corderoy | Add FENDNULL(s): fends off NULL by giving an empty... |
blob | commitdiff | raw | diff to current |
| 2017-05-12 |
Ralph Corderoy | Replace `a == b ? 1 : 0' and similar with `a == b'. |
blob | commitdiff | raw | diff to current |
| 2017-05-07 |
Ralph Corderoy | Make many m_getfld() buffer parameters NMH_BUFSIZ big. |
blob | commitdiff | raw | diff to current |
| 2017-04-28 |
Ralph Corderoy | Fix spelling in C comments. |
blob | commitdiff | raw | diff to current |
| 2017-04-23 |
Ralph Corderoy | Use C's `++', `+=', etc., not the longhand. |
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-22 |
Ralph Corderoy | uip/mhbuildsbr.c: Remove unusused MAXURLTOKEN macro. |
blob | commitdiff | raw | diff to current |
| 2017-04-17 |
Ralph Corderoy | Change admonish(NULL, "foo") to inform("foo, continuing... |
blob | commitdiff | raw | diff to current |
| 2017-04-16 |
Ralph Corderoy | Replace add(nonnull, NULL) with mh_xstrdup(nonnull). |
blob | commitdiff | raw | diff to current |
| 2017-02-27 |
David Levine | Added /* FALLTHRU */ comments where gcc 7 noticed their... |
blob | commitdiff | raw | diff to current |
| 2017-01-12 |
Ken Hornstein | Make sure we always generate a Content-ID header for... |
blob | commitdiff | raw | diff to current |
| 2016-11-13 |
Ralph Corderoy | Replace many add(s, NULL) with mh_xstrdup(s). |
blob | commitdiff | raw | diff to current |
| 2016-11-12 |
Ralph Corderoy | Replace some add(FIELD, NULL) with mh_xstrdup(FIELD). |
blob | commitdiff | raw | diff to current |
| 2016-11-07 |
David Levine | Don't parse parse # lines with mhbuild -nodirectives. |
blob | commitdiff | raw | diff to current |
| 2016-11-01 |
Ralph Corderoy | mhbuild's fgetstr(): simplify source, logic untouched. |
blob | commitdiff | raw | diff to current |
| 2016-10-21 |
Ralph Corderoy | Replace `if (p) free(p)' with `mh_xfree(p)'. |
blob | commitdiff | raw | diff to current |
| 2016-10-21 |
Ralph Corderoy | Don't `else' after goto. Simplify control flow. |
blob | commitdiff | raw | diff to current |
| 2016-10-20 |
Ralph Corderoy | Don't `else' after return. Simplify control flow. |
blob | commitdiff | raw | diff to current |
| 2016-10-18 |
David Levine | With EAI (mhbuild -headerencoding utf-8), force message... |
blob | commitdiff | raw | diff to current |
| 2016-10-18 |
Ralph Corderoy | Replace getcpy() with mh_xstrdup() where the string... |
blob | commitdiff | raw | diff to current |
| 2016-10-16 |
Ralph Corderoy | Use mh_xstrdup() instead of getcpy() for a string constant. |
blob | commitdiff | raw | diff to current |
| 2016-10-16 |
Ralph Corderoy | Add NEW(p) that sets p to mh_xmalloc'd memory sized... |
blob | commitdiff | raw | diff to current |
| 2016-10-16 |
Ralph Corderoy | Add macro NEW0(p) that callocs, and use it in simple... |
blob | commitdiff | raw | diff to current |
| 2016-10-16 |
Ralph Corderoy | Don't check mh_xcalloc() and friends for a NULL return. |
blob | commitdiff | raw | diff to current |
| 2016-10-07 |
David Levine | Added comments about sidestepping check for checks... |
blob | commitdiff | raw | diff to current |
| 2016-10-06 |
David Levine | A better fix than e87f37c27828723317a71291e31b34f39ec09... |
blob | commitdiff | raw | diff to current |
| 2016-10-06 |
David Levine | Merge branch 'welcome' |
blob | commitdiff | raw | diff to current |
| 2016-10-05 |
David Levine | Don't set c_reqencoding in repl, let mhbuild set it... |
blob | commitdiff | raw | diff to current |
| 2016-10-05 |
David Levine | Enabled check for 8-bit content in all text parts,... |
blob | commitdiff | raw | diff to current |
| 2016-09-26 |
David Levine | Merge remote-tracking branch 'origin' into smtputf8 |
blob | commitdiff | raw | diff to current |
| 2016-09-25 |
David Levine | Merge remote-tracking branch 'origin' into smtputf8 |
blob | commitdiff | raw | diff to current |
| 2016-09-23 |
David Levine | Added SMTPUTF8 (RFC 6531) support: |
blob | commitdiff | raw | diff to current |
| 2016-03-13 |
David Levine | Merge branch 'master' into xoauth |
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 |
| 2015-02-08 |
David Levine | Merge remote-tracking branch 'origin' into convertargs |
blob | commitdiff | raw | diff to current |
| 2015-02-05 |
David Levine | Merge remote-tracking branch 'origin' into convertargs |
blob | commitdiff | raw | diff to current |
| 2015-01-19 |
David Levine | Merge remote-tracking branch 'origin' into convertargs |
blob | commitdiff | raw | diff to current |
| 2015-01-12 |
David Levine | Fixed check of return value of show_content_aux(). |
blob | commitdiff | raw | diff to current |
| 2015-01-08 |
David Levine | Merge remote-tracking branch 'origin' into convertargs |
blob | commitdiff | raw | diff to current |
| 2015-01-08 |
David Levine | Fix to commit 6b073f7b67a0afd64012ff7d00818ec1bd07b5f2... |
blob | commitdiff | raw | diff to current |
| 2015-01-07 |
David Levine | Another fix to convertarg handling of multipart/related... |
blob | commitdiff | raw | diff to current |
| 2015-01-06 |
David Levine | Specifically look for Content-Type header in converted... |
blob | commitdiff | raw | diff to current |
| 2015-01-06 |
David Levine | Fixed convertarg handling of text part in multipart... |
blob | commitdiff | raw | diff to current |
| 2014-12-22 |
David Levine | In expand_pseudoheader(), set Content-Type to 7-bit... |
blob | commitdiff | raw | diff to current |
| 2014-12-20 |
David Levine | Fixed use of text_plain_ct in mhbuildsbr.c so that... |
blob | commitdiff | raw | diff to current |
| 2014-12-15 |
David Levine | Added -convertargs switch to repl(1), to pass arguments... |
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-23 |
David Levine | Use Nmh-Attach for attach header field name, and accept... |
blob | commitdiff | raw | diff to current |
| 2014-10-11 |
David Levine | Added mh_xcalloc(). |
blob | commitdiff | raw | diff to current |
| 2014-09-13 |
David Levine | Fixed all anomalies detected by clang static analyzer... |
blob | commitdiff | raw | diff to current |
| 2014-06-08 |
Ken Hornstein | Return an appropriate error if the input characters... |
blob | commitdiff | raw | diff to current |
| 2014-05-26 |
David Levine | Added context_find_by_type(), helper function to search... |
blob | commitdiff | raw | diff to current |
| 2014-05-15 |
Paul Fox | fix comment syntax |
blob | commitdiff | raw | diff to current |
| 2014-05-15 |
Paul Fox | clarify scan_content() logic for choosing encoding |
blob | commitdiff | raw | diff to current |
| 2014-05-15 |
David Levine | Added support for mhbuild-disposition-<type>[/<subtype... |
blob | commitdiff | raw | diff to current |
| 2014-05-08 |
Paul Fox | eliminate use of fgets() from calculate_digest() in... |
blob | commitdiff | raw | diff to current |
| 2014-05-08 |
Paul Fox | clean up whitespace in mhbuildsbr.c |
blob | commitdiff | raw | diff to current |
| 2014-05-08 |
Paul Fox | make scan_content() work correctly with content contain... |
blob | commitdiff | raw | diff to current |
| 2014-04-20 |
Ken Hornstein | Sigh. Of course I find another bug after I release... |
blob | commitdiff | raw | diff to current |
| 2014-04-14 |
Ken Hornstein | If attaching a "message" content type, scan the content... |
blob | commitdiff | raw | diff to current |
| 2014-04-14 |
Ken Hornstein | Create a default CTE so routines in mhparse.c are happy. |
blob | commitdiff | raw | diff to current |
| 2014-04-14 |
Ken Hornstein | Make sure the draft filename ends up in the MIME struct... |
blob | commitdiff | raw | diff to current |
| 2014-03-21 |
Ken Hornstein | Remove support for parallel content display. This... |
blob | commitdiff | raw | diff to current |
| 2014-03-06 |
Ken Hornstein | Merge branch 'extended-params' |
blob | commitdiff | raw | diff to current |
| 2014-03-05 |
Ken Hornstein | Add extra argument to add_param() so it can use the... |
blob | commitdiff | raw | diff to current |
| 2014-03-05 |
Ken Hornstein | Update mhlist and other relevant utilities to output... |
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-28 |
Ken Hornstein | Support complete encoding for encoding Content-Type... |
blob | commitdiff | raw | diff to current |
| 2014-02-27 |
Ken Hornstein | Use RFC 2047 encoding for Content-Description, and... |
blob | commitdiff | raw | diff to current |
| 2014-02-25 |
Ken Hornstein | First basic test of extended parameter output: working! |
blob | commitdiff | raw | diff to current |
| 2014-02-22 |
Ken Hornstein | It compiles now! And actually sort of works, but still... |
blob | commitdiff | raw | diff to current |
| 2014-02-21 |
Ken Hornstein | Getting closer to getting something working. |
blob | commitdiff | raw | diff to current |
| 2014-02-04 |
Ken Hornstein | Fix up mhbuild so the character set is always output... |
blob | commitdiff | raw | diff to current |
| 2014-02-04 |
Ken Hornstein | Support for selectable Content-Transfer-Encoding. |
blob | commitdiff | raw | diff to current |
| 2014-01-26 |
David Levine | Merge branch 'tmpfiles' |
blob | commitdiff | raw | diff to current |
| 2014-01-26 |
David Levine | Merge branch 'tmpfiles' |
blob | commitdiff | raw | diff to current |
| 2014-01-23 |
Ken Hornstein | Whoops, forgot to initialize the linked list next point... |
blob | commitdiff | raw | diff to current |
| 2014-01-23 |
Ken Hornstein | Merge branch 'mhbuild-always' |
blob | commitdiff | raw | diff to current |
| 2014-01-22 |
David Levine | Always check that mktemp()/mktemp2() succeeds before... |
blob | commitdiff | raw | diff to current |
| 2014-01-21 |
David Levine | Removed remaining occurrences of char *tmp from uip... |
blob | commitdiff | raw | diff to current |
| 2014-01-19 |
Ken Hornstein | Add support for not outputting any MIME headers when... |
blob | commitdiff | raw | diff to current |
| 2014-01-19 |
Ken Hornstein | Allow mhbuild to work when the message body is empty... |
blob | commitdiff | raw | diff to current |
| 2014-01-19 |
Ken Hornstein | Removed unused argument "file" to user_content(). |
blob | commitdiff | raw | diff to current |
| 2014-01-17 |
Ken Hornstein | Add support for -auto flag to mhbuild. |
blob | commitdiff | raw | diff to current |
| 2014-01-11 |
Ken Hornstein | Don't error out if the message body is empty. |
blob | commitdiff | raw | diff to current |
| 2014-01-10 |
Ken Hornstein | Make sure we use the 'short' filename and add newlines... |
blob | commitdiff | raw | diff to current |
| next |