| 2013-12-04 |
Ken Hornstein | Slightly clarify mhbuild man page. |
commit | commitdiff | tree | snapshot |
| 2013-12-04 |
Ken Hornstein | Minor typo fix. |
commit | commitdiff | tree | snapshot |
| 2013-12-04 |
Ken Hornstein | Note changes to mhbuild. |
commit | commitdiff | tree | snapshot |
| 2013-12-04 |
Ken Hornstein | Merge branch 'encode-rfc2047' |
commit | commitdiff | tree | snapshot |
| 2013-12-04 |
Ken Hornstein | Support for more tests. |
commit | commitdiff | tree | snapshot |
| 2013-12-04 |
Ken Hornstein | Whoops, shouldn't use autoincrement with a macro; forgo... |
commit | commitdiff | tree | snapshot |
| 2013-12-03 |
Ken Hornstein | First round of tests! Still want to do more before... |
commit | commitdiff | tree | snapshot |
| 2013-12-03 |
Ken Hornstein | Add support for a -file switch to handle messages that... |
commit | commitdiff | tree | snapshot |
| 2013-12-03 |
Ken Hornstein | Don't put a space after the trailing semicolon for... |
commit | commitdiff | tree | snapshot |
| 2013-12-03 |
Ken Hornstein | Use pref_encoding() to select the default encoding... |
commit | commitdiff | tree | snapshot |
| 2013-12-03 |
Ken Hornstein | Do proper group handling, and fix a bug in the q-p... |
commit | commitdiff | tree | snapshot |
| 2013-12-02 |
Ken Hornstein | I think we're very close to get address encoding workin... |
commit | commitdiff | tree | snapshot |
| 2013-12-02 |
Ken Hornstein | Document a few more things. |
commit | commitdiff | tree | snapshot |
| 2013-12-02 |
Ken Hornstein | Since our last caller of getlocaladdr() was removed... |
commit | commitdiff | tree | snapshot |
| 2013-12-02 |
Ken Hornstein | Remove code to set the signature buffer; it turns out... |
commit | commitdiff | tree | snapshot |
| 2013-11-27 |
Ken Hornstein | More work, but still stuff to do. |
commit | commitdiff | tree | snapshot |
| 2013-11-25 |
Ken Hornstein | Fix up a few warnings and problems. |
commit | commitdiff | tree | snapshot |
| 2013-11-21 |
Ken Hornstein | More work on address portion of RFC 2047 encoder. |
commit | commitdiff | tree | snapshot |
| 2013-11-14 |
Ken Hornstein | A little bit closer to working for address headers. |
commit | commitdiff | tree | snapshot |
| 2013-11-14 |
Ken Hornstein | Break out the unquote functionality to a separate function. |
commit | commitdiff | tree | snapshot |
| 2013-11-14 |
Ken Hornstein | Fix up the unquote test, with help from Lyndon and... |
commit | commitdiff | tree | snapshot |
| 2013-11-14 |
Ken Hornstein | Test for unquoting, but it doesn't work yet. |
commit | commitdiff | tree | snapshot |
| 2013-11-14 |
Ken Hornstein | Switch fmttest over to using snprintb() instead of... |
commit | commitdiff | tree | snapshot |
| 2013-11-14 |
Ken Hornstein | Document snprintb() a bit. |
commit | commitdiff | tree | snapshot |
| 2013-11-14 |
Ken Hornstein | Actually check the output buffer length all of the... |
commit | commitdiff | tree | snapshot |
| 2013-11-13 |
Ken Hornstein | Start work on address header parsing. |
commit | commitdiff | tree | snapshot |
| 2013-11-13 |
Ken Hornstein | Fix up date mode so it works without providing a format... |
commit | commitdiff | tree | snapshot |
| 2013-11-11 |
Ken Hornstein | Document things a bit more. |
commit | commitdiff | tree | snapshot |
| 2013-11-10 |
Ken Hornstein | A number of bug fixes: |
commit | commitdiff | tree | snapshot |
| 2013-11-09 |
Ken Hornstein | Don't increment the buffer pointer for the NUL string... |
commit | commitdiff | tree | snapshot |
| 2013-11-09 |
Ken Hornstein | Add support for -changecur and -nochangecur to mhlist(1). |
commit | commitdiff | tree | snapshot |
| 2013-11-08 |
Ken Hornstein | A little closer, but still has problems. |
commit | commitdiff | tree | snapshot |
| 2013-11-08 |
Ken Hornstein | Fix handling of -headerencoding switch. |
commit | commitdiff | tree | snapshot |
| 2013-11-07 |
Ken Hornstein | Getting closer to getting base64 header encoding working. |
commit | commitdiff | tree | snapshot |
| 2013-11-03 |
David Levine | Removed spurious space before a period in rcvpack man... |
commit | commitdiff | tree | snapshot |
| 2013-11-03 |
David Levine | Cleaned up the "stripped CRs" mhfixmsg verbose message. |
commit | commitdiff | tree | snapshot |
| 2013-10-31 |
Ken Hornstein | Beginning stubs to support base64 header encoding. |
commit | commitdiff | tree | snapshot |
| 2013-10-31 |
Ken Hornstein | Support the -headerencoding switch to select the header... |
commit | commitdiff | tree | snapshot |
| 2013-10-31 |
Ken Hornstein | Switch to the (correct) casting of char to unsigned... |
commit | commitdiff | tree | snapshot |
| 2013-10-31 |
Ken Hornstein | Fix some space calculation/whitespace handling bugs. |
commit | commitdiff | tree | snapshot |
| 2013-10-30 |
Ken Hornstein | Fix qpspecial() macro test, and do proper casts to... |
commit | commitdiff | tree | snapshot |
| 2013-10-30 |
Ken Hornstein | It looks like simple quoted-printable encoding of heade... |
commit | commitdiff | tree | snapshot |
| 2013-10-30 |
Ken Hornstein | Remove unused argument. |
commit | commitdiff | tree | snapshot |
| 2013-10-30 |
Ken Hornstein | Fix up a few miscalculations. |
commit | commitdiff | tree | snapshot |
| 2013-10-29 |
Ken Hornstein | A hopefully-functional quoted-printable encoder |
commit | commitdiff | tree | snapshot |
| 2013-10-28 |
Ken Hornstein | Test to make sure mhshow is actually invoking a charset... |
commit | commitdiff | tree | snapshot |
| 2013-10-28 |
Ken Hornstein | Fix bug found by LLVM. |
commit | commitdiff | tree | snapshot |
| 2013-10-28 |
Ken Hornstein | Fix up warnings reported by LLVM. |
commit | commitdiff | tree | snapshot |
| 2013-10-27 |
David Levine | Interpret a full path argument to mhfixmsg as a filenam... |
commit | commitdiff | tree | snapshot |
| 2013-10-23 |
Ken Hornstein | A little tiny bit closer to working. |
commit | commitdiff | tree | snapshot |
| 2013-10-23 |
David Levine | Success! Clean build on the buildbot Solaris11 host. |
commit | commitdiff | tree | snapshot |
| 2013-10-23 |
David Levine | Ooops, fixed typo in configure.ac. |
commit | commitdiff | tree | snapshot |
| 2013-10-23 |
David Levine | See if this cleans up the Solaris build on the buildbot. |
commit | commitdiff | tree | snapshot |
| 2013-10-23 |
David Levine | More probing: print out sbr/dtimep.c. |
commit | commitdiff | tree | snapshot |
| 2013-10-23 |
David Levine | OK, Solaris on the buildbot uses flex 2.5.35. |
commit | commitdiff | tree | snapshot |
| 2013-10-23 |
David Levine | More probing: added flex -V. |
commit | commitdiff | tree | snapshot |
| 2013-10-23 |
David Levine | Added back an enhanced hack to configure.ac to try... |
commit | commitdiff | tree | snapshot |
| 2013-10-23 |
David Levine | Reverted commit 9caa7da143644ed93c6ba6351f48fa1327ad4392 |
commit | commitdiff | tree | snapshot |
| 2013-10-23 |
David Levine | Added hack to configure.ac to work around bug in flex... |
commit | commitdiff | tree | snapshot |
| 2013-10-22 |
Ken Hornstein | Minor comment update. |
commit | commitdiff | tree | snapshot |
| 2013-10-21 |
Ken Hornstein | Start of RFC 2047 encoding code. Not complete in the... |
commit | commitdiff | tree | snapshot |
| 2013-10-21 |
Ken Hornstein | Some comments describing the MIME structures. |
commit | commitdiff | tree | snapshot |
| 2013-10-19 |
David Levine | Added volatile qualifier in a couple of places to get... |
commit | commitdiff | tree | snapshot |
| 2013-10-19 |
David Levine | Allow mhfixmsg to strip carriage returns from ISO-8850... |
commit | commitdiff | tree | snapshot |
| 2013-10-19 |
David Levine | Added docs/README-iCalendar. |
commit | commitdiff | tree | snapshot |
| 2013-10-18 |
Ken Hornstein | Implemented -build switch for comp, at the request... |
commit | commitdiff | tree | snapshot |
| 2013-10-18 |
Ken Hornstein | Minor comment cleanup. |
commit | commitdiff | tree | snapshot |
| 2013-10-17 |
Ken Hornstein | Update the mh-sequence(5) man page with details of... |
commit | commitdiff | tree | snapshot |
| 2013-10-16 |
Ken Hornstein | Add locking support to the version of the sequence... |
commit | commitdiff | tree | snapshot |
| 2013-10-15 |
Ken Hornstein | Remove support for NOPUBLICSEQ. |
commit | commitdiff | tree | snapshot |
| 2013-10-15 |
Ken Hornstein | Remove unneeded stat() call; was a leftover from the... |
commit | commitdiff | tree | snapshot |
| 2013-10-06 |
David Levine | The Content-Disposition type needs to be "inline" for... |
commit | commitdiff | tree | snapshot |
| 2013-09-19 |
David Levine | Added script name to test-mhfixmsg printout. |
commit | commitdiff | tree | snapshot |
| 2013-09-19 |
David Levine | Don't check -replacetextplain in test-mhfixmsg if skipp... |
commit | commitdiff | tree | snapshot |
| 2013-09-19 |
David Levine | Run output of -replacetextplain test through uniq. |
commit | commitdiff | tree | snapshot |
| 2013-08-19 |
David Levine | Added -replacetextplain switch to mhfixmsg. If enabled... |
commit | commitdiff | tree | snapshot |
| 2013-07-02 |
David Levine | Added unsigned char cast of char argument to isascii... |
commit | commitdiff | tree | snapshot |
| 2013-07-01 |
Ken Hornstein | Reject email addresses which contain 8-bit characters. |
commit | commitdiff | tree | snapshot |
| 2013-07-01 |
Ken Hornstein | Add warnings about the use of %(decode) on addresses. |
commit | commitdiff | tree | snapshot |
| 2013-07-01 |
Ken Hornstein | If mbtowc() fails to handle a character, replace the... |
commit | commitdiff | tree | snapshot |
| 2013-07-01 |
David Levine | In test-mhfixmsg, run output through uniq before head... |
commit | commitdiff | tree | snapshot |
| 2013-07-01 |
David Levine | Punted on comparing that html part in test-mhfixmsg... |
commit | commitdiff | tree | snapshot |
| 2013-07-01 |
David Levine | Try this formatting change to test-mhfixmsg. |
commit | commitdiff | tree | snapshot |
| 2013-07-01 |
David Levine | One more formatting chagned to the input in test-mhfixm... |
commit | commitdiff | tree | snapshot |
| 2013-07-01 |
Lyndon Nerenberg | Merge branch 'master' of ssh://git.sv.gnu.org/srv/git/nmh |
commit | commitdiff | tree | snapshot |
| 2013-07-01 |
Lyndon Nerenberg | Revert "Move a variable manipulation outside the contex... |
commit | commitdiff | tree | snapshot |
| 2013-07-01 |
David Levine | Changed formatting of the input in test-mhfixmsg that... |
commit | commitdiff | tree | snapshot |
| 2013-07-01 |
Lyndon Nerenberg | Merge branch 'master' of ssh://git.sv.gnu.org/srv/git/nmh |
commit | commitdiff | tree | snapshot |
| 2013-07-01 |
Lyndon Nerenberg | Move a variable manipulation outside the context of... |
commit | commitdiff | tree | snapshot |
| 2013-07-01 |
David Levine | Restored test-mhfixmsg. Not sure what to do about... |
commit | commitdiff | tree | snapshot |
| 2013-07-01 |
Lyndon Nerenberg | Copy a parameter off the call stack to quell a longjmp... |
commit | commitdiff | tree | snapshot |
| 2013-07-01 |
David Levine | Merge branch 'master' of git.sv.nongnu.org:/srv/git/nmh |
commit | commitdiff | tree | snapshot |
| 2013-07-01 |
David Levine | See if the rest of test-mhfixmsg will pass on Solaris. |
commit | commitdiff | tree | snapshot |
| 2013-06-30 |
Lyndon Nerenberg | Remove spurious return statements after exit(). |
commit | commitdiff | tree | snapshot |
| 2013-06-30 |
David Levine | OK, fixed test-mhfixmsg on Solaris 11, where BUFSIZ... |
commit | commitdiff | tree | snapshot |
| 2013-06-30 |
David Levine | Added to the Solaris debug printout. |
commit | commitdiff | tree | snapshot |
| 2013-06-30 |
David Levine | Removed exit() after a longjmp() in uip/sendsbr.c to... |
commit | commitdiff | tree | snapshot |
| 2013-06-30 |
David Levine | More debugging of test-mhfixmsg on Solaris. |
commit | commitdiff | tree | snapshot |
| 2013-06-30 |
David Levine | Fixed removal of <> in test-dist and test-rcvdist. |
commit | commitdiff | tree | snapshot |
| 2013-06-30 |
David Levine | Remove any <> surrounding localmbox in test-dist and... |
commit | commitdiff | tree | snapshot |
| next |