| 2016-10-16 |
Ralph Corderoy | Don't test -reverse's boolean on every message number. |
tree | commitdiff |
| 2016-10-15 |
David Levine | Plugged memory leak in convert_content_charset(). |
tree | commitdiff |
| 2016-10-15 |
David Levine | Fixed mhshow warn message when it can't convert charact... |
tree | commitdiff |
| 2016-10-15 |
David Levine | Changed "existant" to "existent". Found by misspell_fixer. |
tree | commitdiff |
| 2016-10-07 |
David Levine | Added comments about sidestepping check for checks... |
tree | commitdiff |
| 2016-10-06 |
David Levine | A better fix than e87f37c27828723317a71291e31b34f39ec09... |
tree | commitdiff |
| 2016-10-06 |
David Levine | Moved scan_input() from uip/post.c to sbr/utils.c. |
tree | commitdiff |
| 2016-10-06 |
David Levine | Merge branch 'welcome' |
tree | commitdiff |
| 2016-10-06 |
David Levine | Enable SMTP 8BITMIME for messages with 8-bit content: |
tree | commitdiff |
| 2016-10-05 |
David Levine | Call c_ceclosefnx in mhfixmsg set_ce(). It doesn't... |
tree | commitdiff |
| 2016-10-05 |
David Levine | Don't set c_reqencoding in repl, let mhbuild set it... |
tree | commitdiff |
| 2016-10-05 |
David Levine | Enabled check for 8-bit content in all text parts,... |
tree | commitdiff |
| 2016-10-05 |
David Levine | Have mhfixmsg add a C-T-E at the message level, based... |
tree | commitdiff |
| 2016-10-04 |
David Levine | Base Content-Transfer-Encoding on decoded and new text... |
tree | commitdiff |
| 2016-10-03 |
David Levine | Fix C-T-E of message, as well as multipart, types to... |
tree | commitdiff |
| 2016-10-01 |
David Levine | mhfixmsg now replaces RFC 2047 encoding with RFC 2231... |
tree | commitdiff |
| 2016-10-01 |
David Levine | Cleaned up a bit, mostly in comments for each function. |
tree | commitdiff |
| 2016-09-30 |
Ken Hornstein | Add -initialtls/-notls flags to msgchk. |
tree | commitdiff |
| 2016-09-29 |
David Levine | Welcome message enhancements: |
tree | commitdiff |
| 2016-09-29 |
David Levine | Instead of relying on invo_name to decide whether to... |
tree | commitdiff |
| 2016-09-28 |
David Levine | Added welcome message when nmh detects that its version... |
tree | commitdiff |
| 2016-09-28 |
Oliver Kiddle | back out use of RFC 2047 decoding on the filename |
tree | commitdiff |
| 2016-09-26 |
Oliver Kiddle | Do RFC 2047 decoding on filename for mhstore |
tree | commitdiff |
| 2016-09-26 |
David Levine | Reworked BUGS section of nmh(7) man page, and added... |
tree | commitdiff |
| 2016-09-26 |
David Levine | Merge remote-tracking branch 'origin' into smtputf8 |
tree | commitdiff |
| 2016-09-25 |
David Levine | Merge remote-tracking branch 'origin' into smtputf8 |
tree | commitdiff |
| 2016-09-24 |
David Levine | Replace profile-based hack to allow getname() to handle... |
tree | commitdiff |
| 2016-09-24 |
David Levine | Removed send and post -eai switches. Instead, post... |
tree | commitdiff |
| 2016-09-24 |
David Levine | Renamed mhbuild -headerencoding 8bit to utf-8. |
tree | commitdiff |
| 2016-09-23 |
Ken Hornstein | Missed removing SASLminc() from authservice switch. |
tree | commitdiff |
| 2016-09-23 |
Ken Hornstein | Make the SASL flags work even without support for Cyrus... |
tree | commitdiff |
| 2016-09-23 |
Ken Hornstein | Merge branch 'pop-tls' |
tree | commitdiff |
| 2016-09-23 |
Ken Hornstein | Don't output snoop information when doing RETR or TOP. |
tree | commitdiff |
| 2016-09-23 |
Ken Hornstein | Switch decodeBase64() second argument to an unsigned... |
tree | commitdiff |
| 2016-09-23 |
David Levine | Added SMTPUTF8 (RFC 6531) support: |
tree | commitdiff |
| 2016-09-23 |
David Levine | Fixed typo (NOTLSSW). |
tree | commitdiff |
| 2016-09-23 |
Ken Hornstein | Garbage collect the saslmaxssf flag, and update documen... |
tree | commitdiff |
| 2016-09-23 |
Ken Hornstein | Forgot to reset the snoop callback one time. |
tree | commitdiff |
| 2016-09-23 |
Ken Hornstein | Fix some typos and warnings. |
tree | commitdiff |
| 2016-09-22 |
Ken Hornstein | Add error reporting for one case, and move around the... |
tree | commitdiff |
| 2016-09-22 |
Ken Hornstein | I had forgotten that nesec_set_tls() has to be called... |
tree | commitdiff |
| 2016-09-22 |
David Levine | Allow -decodetext binary, though 8bit is still the... |
tree | commitdiff |
| 2016-09-22 |
Ken Hornstein | Alright, things compile now, but don't link yet; need... |
tree | commitdiff |
| 2016-09-22 |
Ken Hornstein | Okay, fixed a few more things. Almost there? |
tree | commitdiff |
| 2016-09-21 |
Ken Hornstein | Add support for a base64-decoding snoop callback. |
tree | commitdiff |
| 2016-09-21 |
Ken Hornstein | Garbage-collect all of this unused code. |
tree | commitdiff |
| 2016-09-21 |
Ken Hornstein | We have OAauth working! But the tests don't work yet. |
tree | commitdiff |
| 2016-09-21 |
Ken Hornstein | Shuffle some stuff around, change some prototypes,... |
tree | commitdiff |
| 2016-09-20 |
David Levine | Plugged memory leak in openBase64(). |
tree | commitdiff |
| 2016-09-20 |
Ken Hornstein | Maybe ... it works? Sort of! Needs more testing,... |
tree | commitdiff |
| 2016-09-19 |
Ken Hornstein | More work, but not there just yet. |
tree | commitdiff |
| 2016-09-19 |
Ken Hornstein | Okay, we're finally getting to implementation stage... |
tree | commitdiff |
| 2016-09-11 |
David Levine | Exposed a bunch of switches that are now documented. |
tree | commitdiff |
| 2016-09-11 |
Ken Hornstein | Remove the unused argument from mts_init() (as far... |
tree | commitdiff |
| 2016-09-09 |
Ken Hornstein | Closer, but not there yet. |
tree | commitdiff |
| 2016-09-08 |
Ken Hornstein | Started ... not quite working yet. |
tree | commitdiff |
| 2016-09-08 |
Ken Hornstein | Only get a write lock on the sequences file if we're... |
tree | commitdiff |
| 2016-09-06 |
David Levine | Added some NMH_UNUSED's to prevent compile warnings... |
tree | commitdiff |
| 2016-09-06 |
David Levine | Protected call of mh_oauth_do_xoauth() with #ifdef... |
tree | commitdiff |
| 2016-09-06 |
David Levine | Protected use of setup_oauth_params() with #ifdef OAUTH... |
tree | commitdiff |
| 2016-09-06 |
Ken Hornstein | Merge branch 'xoauth' |
tree | commitdiff |
| 2016-09-06 |
Ken Hornstein | Change things so if -authservice wasn't given, throw... |
tree | commitdiff |
| 2016-09-05 |
Ken Hornstein | Fix up a few minor nits to make OAuth2 (finally!) work... |
tree | commitdiff |
| 2016-08-29 |
David Levine | Added warning message on stderr if folder -nocreate... |
tree | commitdiff |
| 2016-08-29 |
David Levine | Added warning message on stderr if folder -nocreate... |
tree | commitdiff |
| 2016-08-21 |
David Levine | Check result of setup_oauth_params() for != OK instead... |
tree | commitdiff |
| 2016-08-21 |
Ken Hornstein | Very close, but it doesn't passes the tests just yet. |
tree | commitdiff |
| 2016-08-20 |
Ken Hornstein | Retrieve appropriate profile entries and pass them... |
tree | commitdiff |
| 2016-08-18 |
Ken Hornstein | Start of adding arguments for transmitting OAuth parame... |
tree | commitdiff |
| 2016-08-17 |
Ken Hornstein | Start of adding arguments for transmitting OAuth parame... |
tree | commitdiff |
| 2016-08-15 |
David Levine | Plug a couple of (harmless) memory leaks in mhfixmsg. |
tree | commitdiff |
| 2016-08-15 |
David Levine | Plug a couple of (harmless) memory leaks in mhfixmsg. |
tree | commitdiff |
| 2016-07-21 |
David Levine | Factored out base64 decoding code into decodeBase64(). |
tree | commitdiff |
| 2016-07-21 |
David Levine | Moved md5.c from uip to sbr. |
tree | commitdiff |
| 2016-07-21 |
David Levine | Factored out base64 decoding code into decodeBase64(). |
tree | commitdiff |
| 2016-07-21 |
David Levine | Moved md5.c from uip to sbr. |
tree | commitdiff |
| 2016-07-08 |
David Levine | Merge remote-tracking branch 'origin' into xoauth |
tree | commitdiff |
| 2016-07-08 |
David Levine | Added Envelope-From and Sender support to sendfrom. |
tree | commitdiff |
| 2016-07-05 |
David Levine | Moved sendfrom code from contrib into send(1). |
tree | commitdiff |
| 2016-07-05 |
David Levine | Moved sendfrom code from contrib into send(1). |
tree | commitdiff |
| 2016-06-26 |
David Levine | Wrapped code block of conditional statement with {... |
tree | commitdiff |
| 2016-06-26 |
David Levine | Moved free(cp) to right after last (and only) use of... |
tree | commitdiff |
| 2016-06-26 |
David Levine | Wrapped code block of conditional statement with {... |
tree | commitdiff |
| 2016-06-26 |
David Levine | Moved free(cp) to right after last (and only) use of... |
tree | commitdiff |
| 2016-06-26 |
David Levine | Merge remote-tracking branch 'origin' into xoauth |
tree | commitdiff |
| 2016-06-12 |
David Levine | Added const to filename args of cpydata(). Then added... |
tree | commitdiff |
| 2016-06-12 |
David Levine | Added const to filename args of cpydata(). Then added... |
tree | commitdiff |
| 2016-06-12 |
David Levine | If parse_mime() fails and the -file switch was used... |
tree | commitdiff |
| 2016-06-12 |
David Levine | If parse_mime() fails and the -file switch was used... |
tree | commitdiff |
| 2016-05-29 |
klemens | spelling-fixes ( code-comments in .c, .h. .y ... ) |
tree | commitdiff |
| 2016-05-29 |
klemens | spelling-fixes ( code-comments in .c, .h. .y ... ) |
tree | commitdiff |
| 2016-05-21 |
David Levine | Added docdir to mhparam. |
tree | commitdiff |
| 2016-05-21 |
David Levine | Added docdir to mhparam. |
tree | commitdiff |
| 2016-05-02 |
David Levine | For slocal, changed default user, if -user switch isn... |
tree | commitdiff |
| 2016-04-25 |
David Levine | Check for empty code. |
tree | commitdiff |
| 2016-04-10 |
David Levine | Fix to commit 84932d0a96c79bfb2f0384ebab806dc51a35f600 to |
tree | commitdiff |
| 2016-04-10 |
David Levine | Fix to commit 84932d0a96c79bfb2f0384ebab806dc51a35f600 to |
tree | commitdiff |
| 2016-04-10 |
Eric Gillespie | support multiple oauth users; mhlogin now requires... |
tree | commitdiff |
| 2016-04-10 |
Eric Gillespie | plug some memory leaks, in success cases only |
tree | commitdiff |
| 2016-04-03 |
Eric Gillespie | Rename and document functions that read from stdin. |
tree | commitdiff |
| next |