| 2016-06-26 |
David Levine | Moved free(cp) to right after last (and only) use of... |
tree | commitdiff |
| 2016-06-26 |
David Levine | Wrapped code block of conditional statement with {... |
tree | commitdiff |
| 2016-06-26 |
David Levine | Moved free(cp) to right after last (and only) use of... |
tree | commitdiff |
| 2016-06-26 |
David Levine | Merge remote-tracking branch 'origin' into xoauth |
tree | commitdiff |
| 2016-06-12 |
David Levine | Added const to filename args of cpydata(). Then added... |
tree | commitdiff |
| 2016-06-12 |
David Levine | Added const to filename args of cpydata(). Then added... |
tree | commitdiff |
| 2016-06-12 |
David Levine | If parse_mime() fails and the -file switch was used... |
tree | commitdiff |
| 2016-06-12 |
David Levine | If parse_mime() fails and the -file switch was used... |
tree | commitdiff |
| 2016-05-29 |
klemens | spelling-fixes ( code-comments in .c, .h. .y ... ) |
tree | commitdiff |
| 2016-05-29 |
klemens | spelling-fixes ( code-comments in .c, .h. .y ... ) |
tree | commitdiff |
| 2016-05-21 |
David Levine | Added docdir to mhparam. |
tree | commitdiff |
| 2016-05-21 |
David Levine | Added docdir to mhparam. |
tree | commitdiff |
| 2016-05-02 |
David Levine | For slocal, changed default user, if -user switch isn... |
tree | commitdiff |
| 2016-04-25 |
David Levine | Check for empty code. |
tree | commitdiff |
| 2016-04-10 |
David Levine | Fix to commit 84932d0a96c79bfb2f0384ebab806dc51a35f600 to |
tree | commitdiff |
| 2016-04-10 |
David Levine | Fix to commit 84932d0a96c79bfb2f0384ebab806dc51a35f600 to |
tree | commitdiff |
| 2016-04-10 |
Eric Gillespie | support multiple oauth users; mhlogin now requires... |
tree | commitdiff |
| 2016-04-10 |
Eric Gillespie | plug some memory leaks, in success cases only |
tree | commitdiff |
| 2016-04-03 |
Eric Gillespie | Rename and document functions that read from stdin. |
tree | commitdiff |
| 2016-03-25 |
David Levine | Added -browser switch to mhlogin(1). |
tree | commitdiff |
| 2016-03-25 |
David Levine | Merge remote-tracking branch 'origin' into xoauth |
tree | commitdiff |
| 2016-03-24 |
David Levine | Changed minchars swit values for -[no]concat switches... |
tree | commitdiff |
| 2016-03-24 |
David Levine | Use WIFXEXITED to check return status of system(),... |
tree | commitdiff |
| 2016-03-24 |
David Levine | Changed sign of minchars for the SASL-related switches... |
tree | commitdiff |
| 2016-03-24 |
David Levine | Merge remote-tracking branch 'origin' into xoauth |
tree | commitdiff |
| 2016-03-24 |
David Levine | Replaced -oauth service switch with -saslmech xoauth2 |
tree | commitdiff |
| 2016-03-19 |
David Levine | Added check of return value of write() to quash compile... |
tree | commitdiff |
| 2016-03-19 |
Ken Hornstein | Recover properly if the character conversion fails. |
tree | commitdiff |
| 2016-03-19 |
Ken Hornstein | Fix substitution code so it uses the right pointer... |
tree | commitdiff |
| 2016-03-18 |
David Levine | Merge remote-tracking branch 'origin' into xoauth |
tree | commitdiff |
| 2016-03-18 |
David Levine | Have fix_boundary() return NOTOK if it couldn't fix... |
tree | commitdiff |
| 2016-03-17 |
David Levine | Added oauth support to whatnow. |
tree | commitdiff |
| 2016-03-13 |
David Levine | Added oauth switch to whatnow. |
tree | commitdiff |
| 2016-03-13 |
David Levine | Added use of local variable user to prevent compiler... |
tree | commitdiff |
| 2016-03-13 |
David Levine | Merge branch 'master' into xoauth |
tree | commitdiff |
| 2016-03-12 |
David Levine | Have -nocrlflinebreaks apply to the message parts that... |
tree | commitdiff |
| 2016-03-12 |
Eric Gillespie | Implement the -reverse option to pick(1) to change... |
tree | commitdiff |
| 2016-02-27 |
David Levine | Added application/ics to default list if types to decode. |
tree | commitdiff |
| 2016-02-25 |
David Levine | Added -[no]crlflinebreaks switches to mhfixmsg(1). |
tree | commitdiff |
| 2016-02-21 |
David Levine | Don't consider failure to build a text/plain part to... |
tree | commitdiff |
| 2016-02-20 |
David Levine | Added -decodetypes switch to mhfixmsg(1). |
tree | commitdiff |
| 2016-01-23 |
David Levine | mhical enhancement: If a datetime is missing the time... |
tree | commitdiff |
| 2016-01-20 |
Richard M Kreuter | Added all of mhshow's documented switches to show's... |
tree | commitdiff |
| 2016-01-20 |
David Levine | Added mention of mhfixmsg -fixcte to error message... |
tree | commitdiff |
| 2015-11-18 |
David Levine | If format_datetime() returns null, store a copy of... |
tree | commitdiff |
| 2015-08-21 |
Leonardo Taccari | Add support for the -sendmail flag to send/post, to... |
tree | commitdiff |
| 2015-03-07 |
Ken Hornstein | Rearrange all callers of post(8) so that the filename... |
tree | commitdiff |
| 2015-03-05 |
Paul Fox | mhparse.c: verify all MIME-Version: headers encountered |
tree | commitdiff |
| 2015-02-23 |
David Levine | Merge remote-tracking branch 'origin/convertargs' |
tree | commitdiff |
| 2015-02-14 |
David Levine | Removed unnecessary #include of h/signals.h. |
tree | commitdiff |
| 2015-02-14 |
Marcin Cieslak | Reset done in inc_done() to prevent endless loop when... |
tree | commitdiff |
| 2015-02-13 |
Marcin Cieslak | Replaced setgid() calls with setegid() so that it works... |
tree | commitdiff |
| 2015-02-12 |
David Levine | Replaced individual assignment of array elements, one... |
tree | commitdiff |
| 2015-02-08 |
Paul Fox | add new message separator header to mhshow |
tree | commitdiff |
| 2015-02-08 |
David Levine | Merge remote-tracking branch 'origin' into convertargs |
tree | commitdiff |
| 2015-02-08 |
David Levine | Added support to mhfixmsg -reformat for multipart/relat... |
tree | commitdiff |
| 2015-02-05 |
David Levine | Merge remote-tracking branch 'origin' into convertargs |
tree | commitdiff |
| 2015-02-05 |
David Levine | Removed unused local variable from move_preferred_part(). |
tree | commitdiff |
| 2015-02-04 |
Paul Fox | implement -prefer, for multipart/alternative preferences |
tree | commitdiff |
| 2015-02-04 |
Paul Fox | mhshow: ensure that -part always shows every part requested |
tree | commitdiff |
| 2015-02-04 |
Paul Fox | mhshow: fix display of alternatives after certain neste... |
tree | commitdiff |
| 2015-02-04 |
Paul Fox | mhshow: simplify code -- the DONE status was adding... |
tree | commitdiff |
| 2015-02-03 |
Paul Fox | drop the second argument to part_ok(), since it is... |
tree | commitdiff |
| 2015-01-27 |
Lyndon Nerenberg | 'mhparam bindir' now prints NMH's idea of $(bindir). |
tree | commitdiff |
| 2015-01-19 |
David Levine | Merge remote-tracking branch 'origin' into convertargs |
tree | commitdiff |
| 2015-01-12 |
David Levine | Fixed check of return value of show_content_aux(). |
tree | commitdiff |
| 2015-01-12 |
David Levine | Have show_content_aux2(), and therefore show_content_au... |
tree | commitdiff |
| 2015-01-12 |
David Levine | Have show_content_aux2(), and therefore show_content_au... |
tree | commitdiff |
| 2015-01-10 |
David Levine | Added multiply format function, requested by Norm. |
tree | commitdiff |
| 2015-01-08 |
David Levine | Merge remote-tracking branch 'origin' into convertargs |
tree | commitdiff |
| 2015-01-08 |
David Levine | Fix to commit 6b073f7b67a0afd64012ff7d00818ec1bd07b5f2... |
tree | commitdiff |
| 2015-01-07 |
David Levine | Another fix to convertarg handling of multipart/related... |
tree | commitdiff |
| 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 |
| next |