| 2015-01-06 |
David Levine | Specifically look for Content-Type header in converted... |
tree | commitdiff |
| 2015-01-06 |
David Levine | Fixed convertarg handling of text part in multipart... |
tree | commitdiff |
| 2015-01-04 |
David Levine | Added mhical(1), to display, reply to, and cancel iCale... |
tree | commitdiff |
| 2014-12-25 |
David Levine | Added -fixtype switch to mhfixmsg(1). It ensures that... |
tree | commitdiff |
| 2014-12-25 |
David Levine | Added ct_str_type() and ct_str_subtype() functions... |
tree | commitdiff |
| 2014-12-25 |
David Levine | Merged two adjacent if (verbose) blocks. |
tree | commitdiff |
| 2014-12-24 |
David Levine | Always initialize those two variables made static in... |
tree | commitdiff |
| 2014-12-22 |
David Levine | In expand_pseudoheader(), set Content-Type to 7-bit... |
tree | commitdiff |
| 2014-12-21 |
David Levine | Rearranged code to avoid "might be clobbered by longjmp... |
tree | commitdiff |
| 2014-12-21 |
David Levine | Removed unnecessary #includes of setjmp.h. |
tree | commitdiff |
| 2014-12-20 |
David Levine | Fixed use of text_plain_ct in mhbuildsbr.c so that... |
tree | commitdiff |
| 2014-12-15 |
David Levine | Added -convertargs switch to repl(1), to pass arguments... |
tree | commitdiff |
| 2014-12-09 |
Eric Gillespie | Teach mhparam about oauth support. |
tree | commitdiff |
| 2014-12-09 |
Eric Gillespie | Implement OAuth 2.0 [1] for XOAUTH2 in SMTP [2] and... |
tree | commitdiff |
| 2014-12-06 |
David Levine | Only remove extraneous trailing semicolon from Content... |
tree | commitdiff |
| 2014-12-06 |
Eric Gillespie | Terminate last arg in proxy argv n popsbr.c:parse_proxy(). |
tree | commitdiff |
| 2014-12-02 |
Ken Hornstein | Set all Content structure elements to NULL as they... |
tree | commitdiff |
| 2014-12-02 |
Ken Hornstein | Merge commit '8206fbf', due to my screwup of committing... |
tree | commitdiff |
| 2014-12-01 |
Paul Fox | cast isspace() arg to unsigned char in previous commit |
tree | commitdiff |
| 2014-12-01 |
Paul Fox | handle extraneous trailing ';' characters that are... |
tree | commitdiff |
| 2014-12-01 |
David Levine | mhfixmsg now removes an extraneous trailing semicolon... |
tree | commitdiff |
| 2014-11-23 |
David Levine | Use Nmh-Attach for attach header field name, and accept... |
tree | commitdiff |
| 2014-11-23 |
David Levine | Have to check for missing type parameter in message... |
tree | commitdiff |
| 2014-11-21 |
David Levine | Look at type of parent multipart/related when determini... |
tree | commitdiff |
| 2014-11-21 |
David Levine | Added support for multipart/related to MIME parser. |
tree | commitdiff |
| 2014-11-21 |
David Levine | Added some checks to mhfixmsg.c to avoid dereferecing... |
tree | commitdiff |
| 2014-11-21 |
David Levine | Fixed double fclose() in InitMultiPart() and leaks... |
tree | commitdiff |
| 2014-11-20 |
Paul Fox | prevent spurious errors when requesting specific messag... |
tree | commitdiff |
| 2014-11-20 |
David Levine | Added -[no]changecur switches to mhfixmsg(1). |
tree | commitdiff |
| 2014-11-16 |
David Levine | Fixed repl help message to show "-[no]cc all|to|cc... |
tree | commitdiff |
| 2014-11-16 |
David Levine | Fixed leak in content_charset(): if get_param() found... |
tree | commitdiff |
| 2014-11-15 |
David Levine | Moved mhstore declarations from uip/mhn.c, uip/mhstore... |
tree | commitdiff |
| 2014-11-08 |
David Levine | Changed content_charset() to not cache, so the user... |
tree | commitdiff |
| 2014-11-08 |
David Levine | Cleaned up leaks from calls to content_charset() in... |
tree | commitdiff |
| 2014-11-08 |
David Levine | Added deallocation of cts to freects_done(). |
tree | commitdiff |
| 2014-11-04 |
David Levine | Fixed mlistfree() so that it doesn't dereference a... |
tree | commitdiff |
| 2014-10-30 |
David Levine | Fixed memory management in mhstore. The main problem... |
tree | commitdiff |
| 2014-10-30 |
David Levine | Added initial "MH-Profile-Version: 1.0\n" line to newly... |
tree | commitdiff |
| 2014-10-28 |
David Levine | Renamed getmymbox mh-format escape function to getmyadd... |
tree | commitdiff |
| 2014-10-26 |
David Levine | Added getmymbox function escape. |
tree | commitdiff |
| 2014-10-11 |
David Levine | Added mh_xcalloc(). |
tree | commitdiff |
| 2014-10-05 |
Lyndon Nerenberg | New locations for config files and support binaries... |
tree | commitdiff |
| 2014-10-05 |
David Levine | Fixed commit 2adafe760a9c45b417727a3f5d9481de26471a8b... |
tree | commitdiff |
| 2014-09-15 |
David Levine | Added checks of return value of fwrite() calls where... |
tree | commitdiff |
| 2014-09-15 |
David Levine | An "rtrim" flag has been added to mhl to remove any... |
tree | commitdiff |
| 2014-09-15 |
David Levine | If a component has trailing whitespace, e.g., body... |
tree | commitdiff |
| 2014-09-13 |
David Levine | Fixed all anomalies detected by clang static analyzer... |
tree | commitdiff |
| 2014-09-06 |
David Levine | Check return values of system calls in uip/ and test... |
tree | commitdiff |
| 2014-09-02 |
David Levine | Doubled size of buffers used by m_getfld(), scan, and... |
tree | commitdiff |
| 2014-09-02 |
David Levine | Don't let scan() use too large a width (BUFSIZ for... |
tree | commitdiff |
| 2014-08-31 |
David Levine | A value of 0 for the width switch of scan(1), inc(1... |
tree | commitdiff |
| 2014-08-31 |
David Levine | Fixed read of body in fmttest to limit size to that... |
tree | commitdiff |
| 2014-08-26 |
David Levine | Check return values of system calls in several sbr... |
tree | commitdiff |
| 2014-08-26 |
David Levine | Moved reverse_alternative_parts() from mhfixmsg.c to... |
tree | commitdiff |
| 2014-08-26 |
David Levine | Removed msh relics from scansbr.c, including a global. |
tree | commitdiff |
| 2014-08-25 |
David Levine | Dynamically allocate space for the output of fmt_scan... |
tree | commitdiff |
| 2014-08-24 |
David Levine | Added const to last argument of trace_cb signature... |
tree | commitdiff |
| 2014-08-17 |
David Levine | Checked return value of write() calls in mhfixmsg.c, |
tree | commitdiff |
| 2014-08-04 |
David Levine | Removed mhlsbr(). It was only used by msh, too. |
tree | commitdiff |
| 2014-08-04 |
David Levine | Removed m_eomsbr() from m_getfld.c, and its scan_eom_ac... |
tree | commitdiff |
| 2014-08-03 |
David Levine | Added -debug switch to pick(1) and deprecated $MHPDEBUG. |
tree | commitdiff |
| 2014-08-03 |
David Levine | Fixed refile(1) -retainsequences when the source and... |
tree | commitdiff |
| 2014-07-23 |
David Levine | When mhparam(1) is going to output the value for spooll... |
tree | commitdiff |
| 2014-07-09 |
David Levine | If the user didn't specify any of the tls switches... |
tree | commitdiff |
| 2014-07-03 |
Lyndon Nerenberg | Note that post uses the submission port now. |
tree | commitdiff |
| 2014-06-10 |
Ken Hornstein | Use variable-size (but in one case, fixed but larger... |
tree | commitdiff |
| 2014-06-08 |
Ken Hornstein | Return an appropriate error if the input characters... |
tree | commitdiff |
| 2014-06-06 |
Paul Fox | mhlist: don't truncate anything when -verbose |
tree | commitdiff |
| 2014-05-30 |
David Levine | Added static to declaration of docc(). |
tree | commitdiff |
| 2014-05-30 |
David Levine | Undid commit 475fef2edee9db3c63fc089df76f8e93e3d598cd... |
tree | commitdiff |
| 2014-05-28 |
David Levine | Added mention of "Reply to <address>?" prompt to repl... |
tree | commitdiff |
| 2014-05-26 |
David Levine | Added context_find_by_type(), helper function to search... |
tree | commitdiff |
| 2014-05-23 |
David Levine | Fixed to commit 378589b17424bd78acbfc57d505383ffb8c256cb: |
tree | commitdiff |
| 2014-05-22 |
David Levine | Don't pass -[no]concat from show(1) to mhl(1). |
tree | commitdiff |
| 2014-05-16 |
Ken Hornstein | Handle unknown message types in the generic content... |
tree | commitdiff |
| 2014-05-16 |
Ken Hornstein | Output a newline if the last character in a text/plain... |
tree | commitdiff |
| 2014-05-16 |
Ken Hornstein | Move the prototype for show_content_aux() to a common... |
tree | commitdiff |
| 2014-05-15 |
Paul Fox | fix comment syntax |
tree | commitdiff |
| 2014-05-15 |
Paul Fox | clarify scan_content() logic for choosing encoding |
tree | commitdiff |
| 2014-05-15 |
David Levine | Added support for mhbuild-disposition-<type>[/<subtype... |
tree | commitdiff |
| 2014-05-15 |
Paul Fox | change mhlist to use decimal math when abbreviating... |
tree | commitdiff |
| 2014-05-14 |
Paul Fox | add $(kibi) function, as complement to %(kilo) |
tree | commitdiff |
| 2014-05-14 |
Paul Fox | rename %(units) to %(kilo) |
tree | commitdiff |
| 2014-05-08 |
Paul Fox | eliminate use of fgets() from calculate_digest() in... |
tree | commitdiff |
| 2014-05-08 |
Paul Fox | eliminate use of fgets() in mhbuild.c |
tree | commitdiff |
| 2014-05-08 |
Paul Fox | eliminate use of fgets() in mhparse.c |
tree | commitdiff |
| 2014-05-08 |
Paul Fox | clean up whitespace in mhbuildsbr.c |
tree | commitdiff |
| 2014-05-08 |
Paul Fox | make scan_content() work correctly with content contain... |
tree | commitdiff |
| 2014-05-08 |
Paul Fox | make writeQuoted() work correctly with content containi... |
tree | commitdiff |
| 2014-05-08 |
Ken Hornstein | Treat unknown top-level content types as "application... |
tree | commitdiff |
| 2014-05-07 |
Paul Fox | remove binaries unintentionally committed |
tree | commitdiff |
| 2014-05-07 |
Paul Fox | modify mhshow marker format to include the size of... |
tree | commitdiff |
| 2014-05-07 |
Paul Fox | add "%(units)" function, to express numbers with SI... |
tree | commitdiff |
| 2014-05-07 |
Paul Fox | make the %(size) function useful in mhshow marker line... |
tree | commitdiff |
| 2014-05-05 |
David Levine | Removed obsolete comment. |
tree | commitdiff |
| 2014-05-05 |
David Levine | Replaced use of norm_charmap() in mhshow and mhfixmsg... |
tree | commitdiff |
| 2014-05-04 |
David Levine | In mhshow, copy result of call to norm_charmap() and... |
tree | commitdiff |
| 2014-04-29 |
Paul Fox | mhshow: apply marker form to all part separators |
tree | commitdiff |
| 2014-04-26 |
Paul Fox | mhshow: suppress error for undisplayable parts, if... |
tree | commitdiff |
| 2014-04-20 |
Ken Hornstein | Move clsfolds() before the call to context_save();... |
tree | commitdiff |
| next |