| 2016-04-10 |
Eric Gillespie | oops, pass int to m_getfld not size_t |
tree | commitdiff |
| 2016-04-10 |
Eric Gillespie | support multiple oauth users; mhlogin now requires... |
tree | commitdiff |
| 2016-04-03 |
Eric Gillespie | Rename and document functions that read from stdin. |
tree | commitdiff |
| 2016-03-25 |
David Levine | Merge remote-tracking branch 'origin' into xoauth |
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-18 |
David Levine | Merge remote-tracking branch 'origin' into xoauth |
tree | commitdiff |
| 2016-03-13 |
David Levine | Merge branch 'master' into xoauth |
tree | commitdiff |
| 2016-01-23 |
David Levine | mhical enhancement: If a datetime is missing the time... |
tree | commitdiff |
| 2016-01-20 |
Richard M Kreuter | Set MH to the resolved, absolute pathname inside contex... |
tree | commitdiff |
| 2015-11-19 |
David Levine | Allow a RRULE in an iCalendar request to not have an... |
tree | commitdiff |
| 2015-11-18 |
David Levine | Remove any enclosing quotes from a timezone identifier... |
tree | commitdiff |
| 2015-08-23 |
Ken Hornstein | If str == buffer, then do NOT do a strncpy(buffer,... |
tree | commitdiff |
| 2015-02-23 |
David Levine | Merge remote-tracking branch 'origin/convertargs' |
tree | commitdiff |
| 2015-02-14 |
David Levine | Removed m_chkids(), per suggestion of Marcin Cieslak. |
tree | commitdiff |
| 2015-02-14 |
David Levine | Removed unnecessary #include of h/signals.h. |
tree | commitdiff |
| 2015-02-12 |
Marcin Cieslak | Fixed the error message in lockit() when it fails to... |
tree | commitdiff |
| 2015-02-08 |
David Levine | Merge remote-tracking branch 'origin' into convertargs |
tree | commitdiff |
| 2015-02-05 |
David Levine | Merge remote-tracking branch 'origin' into convertargs |
tree | commitdiff |
| 2015-01-19 |
David Levine | Merge remote-tracking branch 'origin' into convertargs |
tree | commitdiff |
| 2015-01-10 |
David Levine | Added multiply format function, requested by Norm. |
tree | commitdiff |
| 2015-01-08 |
David Levine | Merge remote-tracking branch 'origin' into convertargs |
tree | commitdiff |
| 2015-01-04 |
David Levine | Added mhical(1), to display, reply to, and cancel iCale... |
tree | commitdiff |
| 2014-12-25 |
David Levine | Added const to char * arguments of uprf(). |
tree | commitdiff |
| 2014-12-25 |
David Levine | Fixed memory leak in mime_type(). get_file_info()... |
tree | commitdiff |
| 2014-12-21 |
David Levine | Removed unnecessary #includes of setjmp.h. |
tree | commitdiff |
| 2014-12-18 |
David Levine | Fixed format engine output of negative number with... |
tree | commitdiff |
| 2014-12-09 |
Eric Gillespie | Implement OAuth 2.0 [1] for XOAUTH2 in SMTP [2] and... |
tree | commitdiff |
| 2014-12-02 |
Ken Hornstein | Merge commit '8206fbf', due to my screwup of committing... |
tree | commitdiff |
| 2014-11-04 |
David Levine | Fixed commit 6cc9e85e73ff6f6c67ae6e645d184bbf57ecc2f0... |
tree | commitdiff |
| 2014-10-28 |
David Levine | Renamed getmymbox mh-format escape function to getmyadd... |
tree | commitdiff |
| 2014-10-26 |
David Levine | Added getmymbox function escape. |
tree | commitdiff |
| 2014-10-26 |
David Levine | Fixed memory leak in do_name() when multiple dates... |
tree | commitdiff |
| 2014-10-26 |
David Levine | Added free_fs(), corresponding to new_fs(). |
tree | commitdiff |
| 2014-10-25 |
David Levine | Fixed dst format escape to return 1 instead of 16,... |
tree | commitdiff |
| 2014-10-25 |
David Levine | Reworked charstring_buffer_copy() to not use strdup... |
tree | commitdiff |
| 2014-10-11 |
David Levine | Added mh_xcalloc(). |
tree | commitdiff |
| 2014-09-15 |
David Levine | Added checks of return value of fwrite() calls where... |
tree | commitdiff |
| 2014-09-15 |
David Levine | If a component has trailing whitespace, e.g., body... |
tree | commitdiff |
| 2014-09-13 |
David Levine | Fixed all anomalies detected by clang static analyzer... |
tree | commitdiff |
| 2014-09-07 |
David Levine | On some platforms, -D_FORTIFY_SOURCE=2 warns about... |
tree | commitdiff |
| 2014-09-02 |
David Levine | Doubled size of buffers used by m_getfld(), scan, and... |
tree | commitdiff |
| 2014-08-29 |
David Levine | fmt_scan() no longer subtracts 1 from the width. This... |
tree | commitdiff |
| 2014-08-29 |
Ken Hornstein | Very very rough cut at trying to parse email addresses... |
tree | commitdiff |
| 2014-08-26 |
David Levine | Check return values of system calls in several sbr... |
tree | commitdiff |
| 2014-08-26 |
David Levine | Added size_t cast of another MB_CUR_MAX to silence... |
tree | commitdiff |
| 2014-08-25 |
David Levine | Added cast of MB_CUR_MAX to size_t to silence compiler... |
tree | commitdiff |
| 2014-08-25 |
David Levine | Dynamically allocate space for the output of fmt_scan... |
tree | commitdiff |
| 2014-08-24 |
David Levine | Added charstring "class". |
tree | commitdiff |
| 2014-08-04 |
David Levine | Removed second argument from m_Eom() in m_getfld.c... |
tree | commitdiff |
| 2014-08-04 |
David Levine | Here's a better fix to m_Eom() in m_getfld.c than commit |
tree | commitdiff |
| 2014-08-04 |
David Levine | Removed eom_action from m_getfld.c because it was only... |
tree | commitdiff |
| 2014-08-04 |
David Levine | Removed m_eomsbr() from m_getfld.c, and its scan_eom_ac... |
tree | commitdiff |
| 2014-06-17 |
David Levine | Check return value of setlocale(3) and admonish on... |
tree | commitdiff |
| 2014-06-17 |
Lyndon Nerenberg | Add missing variable initializations on fmt_scan(). |
tree | commitdiff |
| 2014-06-16 |
David Levine | Reordered #includes of sbr/terminal.c to allow compilat... |
tree | commitdiff |
| 2014-06-11 |
Ken Hornstein | Always default the username to the local username,... |
tree | commitdiff |
| 2014-05-30 |
David Levine | Clarified description in comments of context_find_by_ty... |
tree | commitdiff |
| 2014-05-26 |
David Levine | Added context_find_by_type(), helper function to search... |
tree | commitdiff |
| 2014-05-22 |
David Levine | On platforms with no MIMETYPEPROC, declare the content... |
tree | commitdiff |
| 2014-05-14 |
Paul Fox | add $(kibi) function, as complement to %(kilo) |
tree | commitdiff |
| 2014-05-14 |
Paul Fox | rename %(units) to %(kilo) |
tree | commitdiff |
| 2014-05-08 |
David Levine | Moved norm_charmap() declaration from h/prototypes... |
tree | commitdiff |
| 2014-05-07 |
Paul Fox | add "%(units)" function, to express numbers with SI... |
tree | commitdiff |
| 2014-05-05 |
David Levine | Fixed typo in comment in sbr/readconfig.c. |
tree | commitdiff |
| 2014-04-18 |
Ken Hornstein | Remove support for a "*" in alias files (which would... |
tree | commitdiff |
| 2014-04-18 |
Ken Hornstein | Remove msh(1). |
tree | commitdiff |
| 2014-04-16 |
David Levine | Reworked retrieval of username and password with SMTP... |
tree | commitdiff |
| 2014-04-10 |
David Levine | Merge remote-tracking branch 'origin/fix-locking' |
tree | commitdiff |
| 2014-04-09 |
Ken Hornstein | Merge branch 'mhshow-fixup' |
tree | commitdiff |
| 2014-04-09 |
Ken Hornstein | Now only display text and inline content by default. |
tree | commitdiff |
| 2014-04-09 |
David Levine | lkopen_dot() would block forever if another process... |
tree | commitdiff |
| 2014-04-06 |
David Levine | Instead of relying on errno to determine if locking... |
tree | commitdiff |
| 2014-04-06 |
David Levine | Don't ignore return value of lkfopendata(), most notably of |
tree | commitdiff |
| 2014-04-03 |
Ken Hornstein | Moving closer to fixing mhshow completely. Includes... |
tree | commitdiff |
| 2014-03-15 |
David Levine | Compare character with EOF using signed comparison... |
tree | commitdiff |
| 2014-03-07 |
David Levine | Fixed a few very minor issues that cppcheck noticed. |
tree | commitdiff |
| 2014-03-06 |
Ken Hornstein | Merge branch 'extended-params' |
tree | commitdiff |
| 2014-03-03 |
Ken Hornstein | Convert unqp() to decode_qp(), and make it a public... |
tree | commitdiff |
| 2014-02-25 |
David Levine | Fixed m_getfld() to not return EOF indicator, so that... |
tree | commitdiff |
| 2014-02-24 |
Ken Hornstein | Fix up error reporting for the hook code. |
tree | commitdiff |
| 2014-02-22 |
Ken Hornstein | It compiles now! And actually sort of works, but still... |
tree | commitdiff |
| 2014-02-20 |
David Levine | Cast argument to isspace() to unsigned char instead... |
tree | commitdiff |
| 2014-02-12 |
Ken Hornstein | Move contains8bit() to a common file, and make it a... |
tree | commitdiff |
| 2014-02-09 |
David Levine | Removed potential buffer overflow from ruserpass()... |
tree | commitdiff |
| 2014-02-08 |
David Levine | Moved upcase(), update_attr(), content_charset(), and |
tree | commitdiff |
| 2014-02-04 |
Ken Hornstein | More fixes (and tests) for the base64 encoder. |
tree | commitdiff |
| 2014-02-04 |
Ken Hornstein | Fix encoder so at least one case of LF -> CR LF convers... |
tree | commitdiff |
| 2014-02-04 |
David Levine | Reordered a bit of code in signal handler. Noted in... |
tree | commitdiff |
| 2014-02-04 |
David Levine | Use rename(2), not link(2), in m_mktemps() if mkstemps... |
tree | commitdiff |
| 2014-02-02 |
David Levine | Removed some unused code that forked /bin/mkdir to... |
tree | commitdiff |
| 2014-02-02 |
David Levine | Removed all unnecessary setuid/setgid calls. Using... |
tree | commitdiff |
| 2014-02-02 |
David Levine | Added m_mktemps(), which creates a temporary file with... |
tree | commitdiff |
| 2014-02-01 |
Ken Hornstein | Merge branch 'base64-text-fixup' |
tree | commitdiff |
| 2014-01-31 |
Ken Hornstein | Fix base64 to handle text parts properly; currently... |
tree | commitdiff |
| 2014-01-26 |
David Levine | No longer look at TMP environment variable for temporar... |
tree | commitdiff |
| 2014-01-26 |
David Levine | Merge branch 'tmpfiles' |
tree | commitdiff |
| 2014-01-26 |
David Levine | Merge branch 'tmpfiles' |
tree | commitdiff |
| 2014-01-25 |
David Levine | Added unregister_for_removal(0) calls to the couple... |
tree | commitdiff |
| 2014-01-25 |
David Levine | Replaced nearly all unlink(3) calls with m_unlink(). |
tree | commitdiff |
| next |