]> diplodocus.org Git - nmh/history - uip
Alter mh-chart(7)'s NAME to be lowercase.
[nmh] / uip /
2016-10-18 Ralph CorderoyReplace getcpy() with mh_xstrdup() where the string...
2016-10-18 Ralph CorderoyReplace getcpy() with mh_xstrdup() where the string...
2016-10-18 Ralph CorderoyReplace getcpy() with mh_xstrdup() where the string...
2016-10-18 Ralph CorderoyReplace getcpy() with mh_xstrdup() where the string...
2016-10-18 Ralph CorderoyReplace getcpy() with mh_xstrdup() where the string...
2016-10-18 Ralph CorderoyReplace getcpy() with mh_xstrdup() where the string...
2016-10-18 Ralph CorderoyReplace getcpy() with mh_xstrdup() where the string...
2016-10-18 Ralph CorderoyReplace getcpy() with mh_xstrdup() where the string...
2016-10-18 Ralph CorderoyReplace getcpy() with mh_xstrdup() where the string...
2016-10-18 Ralph CorderoyReplace getcpy() with mh_xstrdup() where the string...
2016-10-18 Ralph CorderoyReplace getcpy() with mh_xstrdup() where the string...
2016-10-18 Ralph CorderoyReplace getcpy() with mh_xstrdup() where the string...
2016-10-18 Ralph CorderoyReplace getcpy() with mh_xstrdup() where the string...
2016-10-17 Ralph CorderoyClose FILE pointer in anno for -append as well as ...
2016-10-17 Ralph CorderoyRemove use of C's register keyword.
2016-10-17 Ralph CorderoyOops, fc31cece had a syntax error that gcc ignored...
2016-10-17 Ralph CorderoyReplace NEW() then memset() of 0 with NEW0().
2016-10-17 Ralph CorderoyDon't call strlen() twice; save result.
2016-10-17 Ralph CorderoyDeference char pointer to test for empty string instead...
2016-10-16 Ralph CorderoyUse mh_xstrdup() instead of getcpy() for a string constant.
2016-10-16 Ralph CorderoyRename local enum to avoid clashing with NEW() macro.
2016-10-16 Ralph CorderoyAdd NEW(p) that sets p to mh_xmalloc'd memory sized...
2016-10-16 Ralph CorderoyAdd macro NEW0(p) that callocs, and use it in simple...
2016-10-16 Ralph CorderoyDon't check mh_xcalloc() and friends for a NULL return.
2016-10-16 Ralph CorderoyDon't test -reverse's boolean on every message number.
2016-10-15 David LevinePlugged memory leak in convert_content_charset().
2016-10-15 David LevineFixed mhshow warn message when it can't convert charact...
2016-10-15 David LevineChanged "existant" to "existent". Found by misspell_fixer.
2016-10-07 David LevineAdded comments about sidestepping check for checks...
2016-10-06 David LevineA better fix than e87f37c27828723317a71291e31b34f39ec09...
2016-10-06 David LevineMoved scan_input() from uip/post.c to sbr/utils.c.
2016-10-06 David LevineMerge branch 'welcome'
2016-10-06 David LevineEnable SMTP 8BITMIME for messages with 8-bit content:
2016-10-05 David LevineCall c_ceclosefnx in mhfixmsg set_ce(). It doesn't...
2016-10-05 David LevineDon't set c_reqencoding in repl, let mhbuild set it...
2016-10-05 David LevineEnabled check for 8-bit content in all text parts,...
2016-10-05 David LevineHave mhfixmsg add a C-T-E at the message level, based...
2016-10-04 David LevineBase Content-Transfer-Encoding on decoded and new text...
2016-10-03 David LevineFix C-T-E of message, as well as multipart, types to...
2016-10-01 David Levinemhfixmsg now replaces RFC 2047 encoding with RFC 2231...
2016-10-01 David LevineCleaned up a bit, mostly in comments for each function.
2016-09-30 Ken HornsteinAdd -initialtls/-notls flags to msgchk.
2016-09-29 David LevineWelcome message enhancements:
2016-09-29 David LevineInstead of relying on invo_name to decide whether to...
2016-09-28 David LevineAdded welcome message when nmh detects that its version...
2016-09-28 Oliver Kiddleback out use of RFC 2047 decoding on the filename
2016-09-26 Oliver KiddleDo RFC 2047 decoding on filename for mhstore
2016-09-26 David LevineReworked BUGS section of nmh(7) man page, and added...
2016-09-26 David LevineMerge remote-tracking branch 'origin' into smtputf8
2016-09-25 David LevineMerge remote-tracking branch 'origin' into smtputf8
2016-09-24 David LevineReplace profile-based hack to allow getname() to handle...
2016-09-24 David LevineRemoved send and post -eai switches. Instead, post...
2016-09-24 David LevineRenamed mhbuild -headerencoding 8bit to utf-8.
2016-09-23 Ken HornsteinMissed removing SASLminc() from authservice switch.
2016-09-23 Ken HornsteinMake the SASL flags work even without support for Cyrus...
2016-09-23 Ken HornsteinMerge branch 'pop-tls'
2016-09-23 Ken HornsteinDon't output snoop information when doing RETR or TOP.
2016-09-23 Ken HornsteinSwitch decodeBase64() second argument to an unsigned...
2016-09-23 David LevineAdded SMTPUTF8 (RFC 6531) support:
2016-09-23 David LevineFixed typo (NOTLSSW).
2016-09-23 Ken HornsteinGarbage collect the saslmaxssf flag, and update documen...
2016-09-23 Ken HornsteinForgot to reset the snoop callback one time.
2016-09-23 Ken HornsteinFix some typos and warnings.
2016-09-22 Ken HornsteinAdd error reporting for one case, and move around the...
2016-09-22 Ken HornsteinI had forgotten that nesec_set_tls() has to be called...
2016-09-22 David LevineAllow -decodetext binary, though 8bit is still the...
2016-09-22 Ken HornsteinAlright, things compile now, but don't link yet; need...
2016-09-22 Ken HornsteinOkay, fixed a few more things. Almost there?
2016-09-21 Ken HornsteinAdd support for a base64-decoding snoop callback.
2016-09-21 Ken HornsteinGarbage-collect all of this unused code.
2016-09-21 Ken HornsteinWe have OAauth working! But the tests don't work yet.
2016-09-21 Ken HornsteinShuffle some stuff around, change some prototypes,...
2016-09-20 David LevinePlugged memory leak in openBase64().
2016-09-20 Ken HornsteinMaybe ... it works? Sort of! Needs more testing,...
2016-09-19 Ken HornsteinMore work, but not there just yet.
2016-09-19 Ken HornsteinOkay, we're finally getting to implementation stage...
2016-09-11 David LevineExposed a bunch of switches that are now documented.
2016-09-11 Ken HornsteinRemove the unused argument from mts_init() (as far...
2016-09-09 Ken HornsteinCloser, but not there yet.
2016-09-08 Ken HornsteinStarted ... not quite working yet.
2016-09-08 Ken HornsteinOnly get a write lock on the sequences file if we're...
2016-09-06 David LevineAdded some NMH_UNUSED's to prevent compile warnings...
2016-09-06 David LevineProtected call of mh_oauth_do_xoauth() with #ifdef...
2016-09-06 David LevineProtected use of setup_oauth_params() with #ifdef OAUTH...
2016-09-06 Ken HornsteinMerge branch 'xoauth'
2016-09-06 Ken HornsteinChange things so if -authservice wasn't given, throw...
2016-09-05 Ken HornsteinFix up a few minor nits to make OAuth2 (finally!) work...
2016-08-29 David LevineAdded warning message on stderr if folder -nocreate...
2016-08-29 David LevineAdded warning message on stderr if folder -nocreate...
2016-08-21 David LevineCheck result of setup_oauth_params() for != OK instead...
2016-08-21 Ken HornsteinVery close, but it doesn't passes the tests just yet.
2016-08-20 Ken HornsteinRetrieve appropriate profile entries and pass them...
2016-08-18 Ken HornsteinStart of adding arguments for transmitting OAuth parame...
2016-08-17 Ken HornsteinStart of adding arguments for transmitting OAuth parame...
2016-08-15 David LevinePlug a couple of (harmless) memory leaks in mhfixmsg.
2016-08-15 David LevinePlug a couple of (harmless) memory leaks in mhfixmsg.
2016-07-21 David LevineFactored out base64 decoding code into decodeBase64().
2016-07-21 David LevineMoved md5.c from uip to sbr.
2016-07-21 David LevineFactored out base64 decoding code into decodeBase64().
2016-07-21 David LevineMoved md5.c from uip to sbr.
next