| 2014-12-09 |
Eric Gillespie | Implement OAuth 2.0 [1] for XOAUTH2 in SMTP [2] and... |
tree | commitdiff |
| 2014-12-02 |
Ken Hornstein | Merge commit '8206fbf', due to my screwup of committing... |
tree | commitdiff |
| 2014-11-23 |
David Levine | Use Nmh-Attach for attach header field name, and accept... |
tree | commitdiff |
| 2014-11-21 |
David Levine | Added support for multipart/related to MIME parser. |
tree | commitdiff |
| 2014-11-15 |
David Levine | Moved mhstore declarations from uip/mhn.c, uip/mhstore... |
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-26 |
David Levine | Added free_fs(), corresponding to new_fs(). |
tree | commitdiff |
| 2014-10-25 |
David Levine | Reworked charstring_buffer_copy() to not use strdup... |
tree | commitdiff |
| 2014-10-11 |
David Levine | Added mh_xcalloc(). |
tree | commitdiff |
| 2014-10-09 |
Lyndon Nerenberg | Merge branch 'master' of ssh://git.sv.gnu.org/srv/git/nmh |
tree | commitdiff |
| 2014-10-09 |
Lyndon Nerenberg | no-op to force check the buildbots. |
tree | commitdiff |
| 2014-09-15 |
David Levine | If a component has trailing whitespace, e.g., body... |
tree | commitdiff |
| 2014-09-02 |
David Levine | Doubled size of buffers used by m_getfld(), scan, and... |
tree | commitdiff |
| 2014-08-26 |
David Levine | Moved reverse_alternative_parts() from mhfixmsg.c to... |
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-24 |
David Levine | Added charstring "class". |
tree | commitdiff |
| 2014-08-16 |
David Levine | Removed h/msh, hopefully the last msh relic. |
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-05-26 |
David Levine | Added context_find_by_type(), helper function to search... |
tree | commitdiff |
| 2014-05-16 |
Ken Hornstein | Move the prototype for show_content_aux() to a common... |
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 |
David Levine | Moved norm_charmap() declaration from h/prototypes... |
tree | commitdiff |
| 2014-05-07 |
Paul Fox | add "%(units)" function, to express numbers with SI... |
tree | commitdiff |
| 2014-05-07 |
Ken Hornstein | Document these functions a bit better. |
tree | commitdiff |
| 2014-04-18 |
Ken Hornstein | Remove support for a "*" in alias files (which would... |
tree | commitdiff |
| 2014-04-18 |
Ken Hornstein | Remove msh(1). |
tree | commitdiff |
| 2014-04-10 |
David Levine | Merge remote-tracking branch 'origin/fix-locking' |
tree | commitdiff |
| 2014-04-09 |
Ken Hornstein | Merge branch 'mhshow-fixup' |
tree | commitdiff |
| 2014-04-09 |
Ken Hornstein | Change things so we only supply a form filename; most... |
tree | commitdiff |
| 2014-04-09 |
Ken Hornstein | Now only display text and inline content by default. |
tree | commitdiff |
| 2014-04-06 |
David Levine | Instead of relying on errno to determine if locking... |
tree | commitdiff |
| 2014-04-06 |
David Levine | Don't ignore return value of lkfopendata(), most notably of |
tree | commitdiff |
| 2014-04-03 |
Ken Hornstein | Moving closer to fixing mhshow completely. Includes... |
tree | commitdiff |
| 2014-03-26 |
Ken Hornstein | Start of changes for mhshow; compiles, but does nothing... |
tree | commitdiff |
| 2014-03-21 |
Ken Hornstein | Move pidcheck() into mhshowsbr.c (the only consumer... |
tree | commitdiff |
| 2014-03-21 |
Ken Hornstein | Remove support for parallel content display. This... |
tree | commitdiff |
| 2014-03-06 |
Ken Hornstein | Merge branch 'extended-params' |
tree | commitdiff |
| 2014-03-05 |
Ken Hornstein | Add extra argument to add_param() so it can use the... |
tree | commitdiff |
| 2014-03-05 |
Ken Hornstein | Update mhlist and other relevant utilities to output... |
tree | commitdiff |
| 2014-03-03 |
Ken Hornstein | Make parse_header_attrs() a private function (there... |
tree | commitdiff |
| 2014-03-03 |
Ken Hornstein | Convert unqp() to decode_qp(), and make it a public... |
tree | commitdiff |
| 2014-03-02 |
Ken Hornstein | Add a new get_param_value(); redo iconv() parameter... |
tree | commitdiff |
| 2014-03-01 |
David Levine | Removed a couple of unnecessary vector typedefs from... |
tree | commitdiff |
| 2014-02-28 |
Ken Hornstein | Support complete encoding for encoding Content-Type... |
tree | commitdiff |
| 2014-02-26 |
Ken Hornstein | Make sure we include space in the list of characters... |
tree | commitdiff |
| 2014-02-21 |
Ken Hornstein | Getting closer to getting something working. |
tree | commitdiff |
| 2014-02-12 |
Ken Hornstein | More extended parameter work. Still non-functional. |
tree | commitdiff |
| 2014-02-12 |
Ken Hornstein | Move contains8bit() to a common file, and make it a... |
tree | commitdiff |
| 2014-02-12 |
Ken Hornstein | Beginnings of RFC 2231 support. Does not compile ... |
tree | commitdiff |
| 2014-02-08 |
David Levine | Moved upcase(), update_attr(), content_charset(), and |
tree | commitdiff |
| 2014-02-07 |
Ken Hornstein | Start of changes to support extended parameter parsing... |
tree | commitdiff |
| 2014-02-04 |
David Levine | Use rename(2), not link(2), in m_mktemps() if mkstemps... |
tree | commitdiff |
| 2014-02-04 |
Ken Hornstein | Support for selectable Content-Transfer-Encoding. |
tree | commitdiff |
| 2014-02-02 |
David Levine | Added m_mktemps(), which creates a temporary file with... |
tree | commitdiff |
| 2014-02-01 |
Ken Hornstein | Merge branch 'base64-text-fixup' |
tree | commitdiff |
| 2014-01-31 |
Ken Hornstein | Fix base64 to handle text parts properly; currently... |
tree | commitdiff |
| 2014-01-29 |
Ken Hornstein | Beginnings of selectable CTE; allow specification in... |
tree | commitdiff |
| 2014-01-26 |
David Levine | Merge branch 'tmpfiles' |
tree | commitdiff |
| 2014-01-26 |
David Levine | Merge branch 'tmpfiles' |
tree | commitdiff |
| 2014-01-25 |
David Levine | Replaced boilerplate at beginning of each nmh program... |
tree | commitdiff |
| 2014-01-24 |
Ken Hornstein | Move uip/attach.c to sbr/mime_type.c; it was used by... |
tree | commitdiff |
| 2014-01-23 |
Ken Hornstein | Merge branch 'mhbuild-always' |
tree | commitdiff |
| 2014-01-22 |
Ken Hornstein | Convert whatnow over to using the new Attach header. |
tree | commitdiff |
| 2014-01-22 |
David Levine | Added svector_find() function. |
tree | commitdiff |
| 2014-01-22 |
David Levine | Expose get_temp_dir(). |
tree | commitdiff |
| 2014-01-19 |
Ken Hornstein | Add support for not outputting any MIME headers when... |
tree | commitdiff |
| 2014-01-18 |
Ken Hornstein | Beginning of work to run mhbuild always. A bit more... |
tree | commitdiff |
| 2014-01-17 |
Ken Hornstein | Add support for -auto flag to mhbuild. |
tree | commitdiff |
| 2014-01-09 |
Ken Hornstein | Preliminary Attach: header support. Untested just... |
tree | commitdiff |
| 2014-01-07 |
David Levine | Replaced hidden make_mime_composition_file_entry()... |
tree | commitdiff |
| 2014-01-05 |
David Levine | Moved the functions that implement whatnow attach from |
tree | commitdiff |
| 2014-01-03 |
Ken Hornstein | Add support for %(hascolor), and a new function for... |
tree | commitdiff |
| 2014-01-03 |
Ken Hornstein | Remove checks for termcap.h and ncurses/termcap.h,... |
tree | commitdiff |
| 2014-01-03 |
Ken Hornstein | Convert all of the terminal functions over to terminfo... |
tree | commitdiff |
| 2014-01-02 |
Ken Hornstein | Drop support for different behavior on hardcopy termina... |
tree | commitdiff |
| 2013-12-05 |
Ken Hornstein | Garbage collect "normalize". |
tree | commitdiff |
| 2013-12-04 |
Ken Hornstein | Merge branch 'encode-rfc2047' |
tree | commitdiff |
| 2013-12-02 |
Ken Hornstein | Document a few more things. |
tree | commitdiff |
| 2013-12-02 |
Ken Hornstein | Since our last caller of getlocaladdr() was removed... |
tree | commitdiff |
| 2013-11-14 |
Ken Hornstein | Break out the unquote functionality to a separate function. |
tree | commitdiff |
| 2013-11-14 |
Ken Hornstein | Switch fmttest over to using snprintb() instead of... |
tree | commitdiff |
| 2013-11-14 |
Ken Hornstein | Document snprintb() a bit. |
tree | commitdiff |
| 2013-11-11 |
Ken Hornstein | Document things a bit more. |
tree | commitdiff |
| 2013-11-07 |
Ken Hornstein | Getting closer to getting base64 header encoding working. |
tree | commitdiff |
| 2013-10-31 |
Ken Hornstein | Support the -headerencoding switch to select the header... |
tree | commitdiff |
| 2013-10-21 |
Ken Hornstein | Start of RFC 2047 encoding code. Not complete in the... |
tree | commitdiff |
| 2013-10-21 |
Ken Hornstein | Some comments describing the MIME structures. |
tree | commitdiff |
| 2013-10-18 |
Ken Hornstein | Minor comment cleanup. |
tree | commitdiff |
| 2013-05-04 |
David Levine | Replaced raw hack to add the credentials profile entry... |
tree | commitdiff |
| 2013-04-21 |
David Levine | Added const to arguments of mf functions. |
tree | commitdiff |
| 2013-04-21 |
David Levine | Added const to argument of getname(). |
tree | commitdiff |
| 2013-04-21 |
David Levine | Added const to argument of getcpy(). |
tree | commitdiff |
| 2013-04-14 |
David Levine | Moved #include of signal.h to h/signals.h. And it... |
tree | commitdiff |
| 2013-04-14 |
David Levine | Moved #include of errno.h to h/nmh.h. |
tree | commitdiff |
| 2013-04-14 |
David Levine | A "credentials" mh-profile entry has been added. This... |
tree | commitdiff |
| 2013-03-31 |
David Levine | Moved #include <sys/wait.h> to h/nmh.h. |
tree | commitdiff |
| next |