| 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 |
| 2013-03-31 |
David Levine | Removed limit on maximum number of sequences in a folder. |
tree | commitdiff |
| 2013-03-30 |
David Levine | Moved #include <assert.h> to h/nmh.h. |
tree | commitdiff |
| 2013-03-27 |
Ken Hornstein | Change seqset_t to unsigned long to support more sequen... |
tree | commitdiff |
| 2013-03-24 |
David Levine | Finished replacing mh_strcasecmp() with strcasecmp... |
tree | commitdiff |
| 2013-03-21 |
Ken Hornstein | Merge branch 'newlock' |
tree | commitdiff |
| 2013-03-21 |
Ken Hornstein | Don't lock and write the sequence files until after... |
tree | commitdiff |
| 2013-03-21 |
David Levine | Added support for Content-Disposition header (RFC 2183) to |
tree | commitdiff |
| 2013-03-18 |
Ken Hornstein | Add code for (and convert world to) the new world lock... |
tree | commitdiff |
| 2013-03-15 |
Ken Hornstein | Mostly complete now, but not yet functional. |
tree | commitdiff |
| 2013-03-15 |
David Levine | Changed c_cefile member of struct Content from pointer to |
tree | commitdiff |
| 2013-03-14 |
Ken Hornstein | More locking updates; still doesn't compile yet. |
tree | commitdiff |
| 2013-03-14 |
Ken Hornstein | Start of the changes for the new lock code. Does not... |
tree | commitdiff |
| 2013-03-12 |
Ken Hornstein | Add support for RFC-2017, message/external-body content... |
tree | commitdiff |
| 2013-02-27 |
David Levine | Added a handful of functions to the parser to allow... |
tree | commitdiff |
| 2013-02-27 |
David Levine | Added nmh_strcasestr() because POSIX doesn't have strca... |
tree | commitdiff |
| 2013-02-26 |
David Levine | Added cpytrim() function. Unlike trimcpy(), it does... |
tree | commitdiff |
| 2013-02-26 |
David Levine | Added const qualifier to arguments of concat() and... |
tree | commitdiff |
| 2013-02-25 |
David Levine | Added find_str() and rfind_str() to sbr/utils.c |
tree | commitdiff |
| 2013-02-25 |
David Levine | Added const qualifier to char * arguments of add()... |
tree | commitdiff |
| 2013-02-22 |
Ken Hornstein | Merge branch 'format-test' |
tree | commitdiff |
| 2013-02-20 |
Ken Hornstein | Basic format tracing support; seems to work! |
tree | commitdiff |
| 2013-02-20 |
Ken Hornstein | Support callbacks into the format engine. This is... |
tree | commitdiff |
| 2013-02-19 |
Ken Hornstein | fmttest is actually starting to get useful now. Some... |
tree | commitdiff |
| 2013-02-16 |
Ken Hornstein | Remove dead UUCP address parsing code. Sadly, this... |
tree | commitdiff |
| 2013-02-12 |
Ken Hornstein | Remove "installproc" since it is no longer used. |
tree | commitdiff |
| 2013-02-12 |
Ken Hornstein | Final conversion to new argsplit() code. |
tree | commitdiff |
| 2013-02-11 |
David Levine | Multipart parts might have content before the first... |
tree | commitdiff |
| 2013-02-08 |
Ken Hornstein | Create a central prototype for free_content(). |
tree | commitdiff |
| 2013-02-07 |
Ken Hornstein | More conversion to argsplit(). |
tree | commitdiff |
| 2013-02-07 |
David Levine | When debugging is enabled, replace the ctype functions... |
tree | commitdiff |
| 2013-02-06 |
Ken Hornstein | FINALLY clean up our signed/unsigned character warning... |
tree | commitdiff |
| 2013-02-05 |
David Levine | Changed m_getfld() to use char instead of unsigned... |
tree | commitdiff |
| 2013-02-01 |
Lyndon Nerenberg | Merge branch 'master' into savannah |
tree | commitdiff |
| 2013-01-31 |
Lyndon Nerenberg | Merge branch 'master' of ssh://git.sv.gnu.org/srv/git... |
tree | commitdiff |
| 2013-01-29 |
Ken Hornstein | The start of the use of argsplit() to process command... |
tree | commitdiff |
| 2013-01-29 |
David Levine | Added m_getfld_track_filepos() for callers to indicate... |
tree | commitdiff |
| 2013-01-29 |
David Levine | Added scan_reset_m_getfld_state(), for msh only. It... |
tree | commitdiff |
| 2013-01-27 |
David Levine | Merge branch 'm_getfld' |
tree | commitdiff |
| 2013-01-24 |
David Levine | Added functions for inc, msh, rcvtty, and scan to access |
tree | commitdiff |
| 2013-01-23 |
David Levine | Changed m_getfld() to automatically allocate a new... |
tree | commitdiff |
| 2013-01-21 |
Ken Hornstein | Merge branch 'master' into format-test |
tree | commitdiff |
| 2013-01-21 |
David Levine | Removed the static m_getfld() state instance and replaced |
tree | commitdiff |
| 2013-01-18 |
David Levine | Removed all traces of m_getfld() FLDEOF and BODYEOF... |
tree | commitdiff |
| 2013-01-15 |
Ken Hornstein | Support the VISUAL and EDITOR environment variables... |
tree | commitdiff |
| 2013-01-15 |
Ken Hornstein | Remove the --with-pager configure option and replace... |
tree | commitdiff |
| 2013-01-10 |
Ken Hornstein | Convert the MIME content cache switches over to the... |
tree | commitdiff |
| 2013-01-10 |
David Levine | Added explicit third initializer to some swit struct... |
tree | commitdiff |
| 2013-01-10 |
Ken Hornstein | Convert all argument processing over to using X-Macros... |
tree | commitdiff |
| 2013-01-06 |
David Levine | Removed support for #ifdef LBL. It was broken anyways, |
tree | commitdiff |
| 2012-12-22 |
David Levine | Changed bufsz argument of m_getfld() to be in-out inste... |
tree | commitdiff |
| 2012-12-22 |
David Levine | Changed msg_style and msg_delim to be file static to... |
tree | commitdiff |
| 2012-12-22 |
David Levine | Changed type of name argument to m_getfld() from unsign... |
tree | commitdiff |
| 2012-11-19 |
Oliver Kiddle | Yozo TODA: fix for mhshow-charset- directives in .mh_pr... |
tree | commitdiff |
| 2012-11-19 |
Ken Hornstein | Merge branch 'format-memory-rework' |
tree | commitdiff |
| 2012-11-19 |
Ken Hornstein | Change fmt_findcasecmp() to fmt_findcasecomp(). The... |
tree | commitdiff |
| 2012-11-19 |
Ken Hornstein | Change API a bit. |
tree | commitdiff |
| 2012-11-17 |
Ken Hornstein | Fix up documentation a bit. |
tree | commitdiff |
| 2012-11-15 |
Ken Hornstein | Update documentation to match code change. |
tree | commitdiff |
| 2012-11-15 |
Ken Hornstein | Add refcounting to struct comp. |
tree | commitdiff |
| 2012-11-15 |
Ken Hornstein | Update with new functions and comments describing them. |
tree | commitdiff |
| 2012-11-05 |
David Levine | Added format support for zputlit function escape. ... |
tree | commitdiff |
| 2012-11-03 |
David Levine | Added argument to fmt_scan() to specify the buffer... |
tree | commitdiff |
| 2012-10-16 |
Lyndon Nerenberg | Slightly reformat the FINDCOMP macro to quell a clang... |
tree | commitdiff |
| 2012-10-15 |
Lyndon Nerenberg | Merge branch 'master' of ssh://git.sv.gnu.org/srv/git/nmh |
tree | commitdiff |
| 2012-10-15 |
David Levine | Removed unused function seek_home(). |
tree | commitdiff |
| 2012-07-21 |
David Levine | Added -messageid switch to send(1) and post(8). This... |
tree | commitdiff |
| 2012-07-12 |
David Levine | Added -mts switch to post, send, and whom. Replaced... |
tree | commitdiff |
| 2012-07-10 |
David Levine | Renamed "sendmail" mts method to "sendmail/smtp", allow... |
tree | commitdiff |
| 2012-07-09 |
David Levine | spost(8) has been merged into post(8). Its functionali... |
tree | commitdiff |
| 2012-07-01 |
David Levine | Removed unused #ifdef NRTC and reference to its content... |
tree | commitdiff |
| 2012-06-25 |
David Levine | Removed unused UUCPDIR and UUCPFIL #defines. |
tree | commitdiff |
| 2012-06-14 |
Ken Hornstein | Make the base64 encoder endian-agnostic, and remove... |
tree | commitdiff |
| 2012-06-07 |
David Levine | Removed faceproc support, deprecated in nmh 1.5. |
tree | commitdiff |
| 2012-05-10 |
David Levine | Wrap local part (username) of address with double quote... |
tree | commitdiff |
| 2012-04-20 |
Ken Hornstein | Implment -noatfile in a different way; it turns out... |
tree | commitdiff |
| 2012-04-12 |
David Levine | Undid wrapping of setjmp() and sigsetjmp() of |
tree | commitdiff |
| 2012-04-06 |
Ken Hornstein | Add support for -fmtproc and -nofmtproc switches to... |
tree | commitdiff |
| 2012-03-27 |
David Levine | Removed hostable relics from h/mts.h and sbr/mts.c. |
tree | commitdiff |
| 2012-03-27 |
David Levine | Removed the hostable option from mts.conf because it... |
tree | commitdiff |
| 2012-03-24 |
David Levine | Ensure that escape_display_name() can't overrun a buffer. |
tree | commitdiff |
| 2012-03-24 |
Ken Hornstein | Revert commit 255d4c646c0d7aa6b049052fef47fa083b1b1506... |
tree | commitdiff |
| 2012-03-23 |
David Levine | Added function escape_display_name() to double quote... |
tree | commitdiff |
| 2012-03-21 |
Ken Hornstein | Support for readline command history, editing, and... |
tree | commitdiff |
| 2012-03-20 |
Ken Hornstein | Basic work to add arguments to formatproc calls. |
tree | commitdiff |
| 2012-03-16 |
Ken Hornstein | Make -attach Nmh-Attachment & -attachformat 1 the default. |
tree | commitdiff |
| 2012-03-15 |
Ken Hornstein | Clean up prototypes. |
tree | commitdiff |
| 2012-03-13 |
Ken Hornstein | Create proper prototypes for formataddr() and concataddr(). |
tree | commitdiff |
| next |