]> diplodocus.org Git - nmh/history - sbr/base64.c
Reverted commit 9a4b4a3d3b27fe4a7ff6d0b8724ce1c06b5917eb.
[nmh] / sbr / base64.c
2016-11-19 Ralph CorderoySplit a few more if-then statements into two lines...
2016-11-06 David LevineMade static char strings const.
2016-11-05 David LevineJust show relevant portion of invalid encoded string.
2016-09-25 David LevineMerge remote-tracking branch 'origin' into smtputf8
2016-09-23 Ken HornsteinMerge branch 'pop-tls'
2016-09-23 Ken HornsteinSwitch decodeBase64() second argument to an unsigned...
2016-09-20 Ken HornsteinMaybe ... it works? Sort of! Needs more testing,...
2016-08-15 Ken HornsteinUse isascii() with isprint(), since using isprint() on
2016-08-14 Ken HornsteinUse isascii() with isprint(), since using isprint() on
2016-08-14 David LevineAttempt to decode base64-encoded strings in -snoop...
2016-08-14 David LevineAttempt to decode base64-encoded strings in -snoop...
2016-07-21 David LevineFactored out base64 decoding code into decodeBase64().
2016-07-21 David LevineFactored out base64 decoding code into decodeBase64().
2014-09-15 David LevineAdded checks of return value of fwrite() calls where...
2014-02-04 Ken HornsteinMore fixes (and tests) for the base64 encoder.
2014-02-04 Ken HornsteinFix encoder so at least one case of LF -> CR LF convers...
2014-02-01 Ken HornsteinMerge branch 'base64-text-fixup'
2014-01-31 Ken HornsteinFix base64 to handle text parts properly; currently...
2013-12-04 Ken HornsteinMerge branch 'encode-rfc2047'
2013-11-07 Ken HornsteinGetting closer to getting base64 header encoding working.
2012-07-21 David LevineAdded -messageid switch to send(1) and post(8). This...