| 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 |
| 2016-03-25 |
David Levine | Added -browser switch to mhlogin(1). |
tree | commitdiff |
| 2016-03-25 |
David Levine | Merge remote-tracking branch 'origin' into xoauth |
tree | commitdiff |
| 2016-03-24 |
David Levine | Changed minchars swit values for -[no]concat switches... |
tree | commitdiff |
| 2016-03-24 |
David Levine | Use WIFXEXITED to check return status of system(),... |
tree | commitdiff |
| 2016-03-24 |
David Levine | Changed sign of minchars for the SASL-related switches... |
tree | commitdiff |
| 2016-03-24 |
David Levine | Merge remote-tracking branch 'origin' into xoauth |
tree | commitdiff |
| 2016-03-24 |
David Levine | Replaced -oauth service switch with -saslmech xoauth2 |
tree | commitdiff |
| 2016-03-19 |
David Levine | Added check of return value of write() to quash compile... |
tree | commitdiff |
| 2016-03-19 |
Ken Hornstein | Recover properly if the character conversion fails. |
tree | commitdiff |
| 2016-03-19 |
Ken Hornstein | Fix substitution code so it uses the right pointer... |
tree | commitdiff |
| 2016-03-18 |
David Levine | Merge remote-tracking branch 'origin' into xoauth |
tree | commitdiff |
| 2016-03-18 |
David Levine | Have fix_boundary() return NOTOK if it couldn't fix... |
tree | commitdiff |
| 2016-03-17 |
David Levine | Added oauth support to whatnow. |
tree | commitdiff |
| 2016-03-13 |
David Levine | Added oauth switch to whatnow. |
tree | commitdiff |
| 2016-03-13 |
David Levine | Added use of local variable user to prevent compiler... |
tree | commitdiff |
| 2016-03-13 |
David Levine | Merge branch 'master' into xoauth |
tree | commitdiff |
| 2016-03-12 |
David Levine | Have -nocrlflinebreaks apply to the message parts that... |
tree | commitdiff |
| next |