| Commit message (Expand) | Author | Age | Files | Lines |
* | replace {pre,suf}fixcmp() with {starts,ends}_with()cc/starts-n-ends-with | Christian Couder | 2013-12-05 | 1 | -5/+5 |
* | imap-send: use Apple's Security framework for base64 encoding | Jeremy Huddleston | 2013-07-30 | 1 | -14/+0 |
* | imap-send: eliminate HMAC deprecation warnings on Mac OS X | David Aguilar | 2013-05-21 | 1 | -0/+10 |
* | Merge branch 'ob/imap-send-ssl-verify' | Junio C Hamano | 2013-03-21 | 1 | -0/+11 |
|\ |
|
| * | imap-send: support Server Name Indication (RFC4366) | Junio C Hamano | 2013-02-20 | 1 | -0/+11 |
* | | Sync with v1.8.1.4 | Junio C Hamano | 2013-02-19 | 1 | -2/+65 |
|\ \ |
|
| * \ | Merge branch 'ob/imap-send-ssl-verify' into maint | Junio C Hamano | 2013-02-19 | 1 | -2/+65 |
| |\ \
| | |/ |
|
| | * | imap-send: support subjectAltName as well | Oswald Buddenhagen | 2013-02-19 | 1 | -0/+19 |
| | * | imap-send: the subject of SSL certificate must match the host | Oswald Buddenhagen | 2013-02-19 | 1 | -0/+39 |
| | * | imap-send: move #ifdef around | Junio C Hamano | 2013-02-18 | 1 | -2/+7 |
* | | | imap-send.c: simplify logic in lf_to_crlf() | Michael Haggerty | 2013-01-15 | 1 | -29/+23 |
* | | | imap-send.c: fold struct store into struct imap_store | Michael Haggerty | 2013-01-15 | 1 | -11/+7 |
* | | | imap-send.c: remove unused field imap_store::uidvalidity | Michael Haggerty | 2013-01-15 | 1 | -1/+0 |
* | | | imap-send.c: use struct imap_store instead of struct store | Michael Haggerty | 2013-01-15 | 1 | -10/+9 |
* | | | imap-send.c: remove unused field imap_store::trashnc | Michael Haggerty | 2013-01-15 | 1 | -2/+0 |
* | | | imap-send.c: remove namespace fields from struct imap | Michael Haggerty | 2013-01-15 | 1 | -66/+9 |
* | | | imap-send.c: remove struct imap argument to parse_imap_list_l() | Michael Haggerty | 2013-01-15 | 1 | -36/+3 |
* | | | imap-send.c: inline parse_imap_list() in parse_list() | Michael Haggerty | 2013-01-15 | 1 | -7/+2 |
* | | | imap-send.c: remove some unused fields from struct store | Michael Haggerty | 2013-01-15 | 1 | -12/+13 |
* | | | imap-send.c: remove struct message | Michael Haggerty | 2013-01-15 | 1 | -26/+0 |
* | | | imap-send.c: remove struct store_conf | Michael Haggerty | 2013-01-15 | 1 | -11/+0 |
* | | | iamp-send.c: remove unused struct imap_store_conf | Michael Haggerty | 2013-01-15 | 1 | -5/+0 |
* | | | imap-send.c: remove struct msg_data | Michael Haggerty | 2013-01-15 | 1 | -11/+7 |
* | | | imap-send.c: remove msg_data::flags, which was always zero | Michael Haggerty | 2013-01-15 | 1 | -37/+3 |
* | | | wrap_in_html(): process message in bulk rather than line-by-line | Michael Haggerty | 2012-12-02 | 1 | -20/+13 |
* | | | wrap_in_html(): use strbuf_addstr_xml_quoted() | Michael Haggerty | 2012-11-29 | 1 | -19/+4 |
* | | | imap-send: change msg_data from storing (ptr, len) to storing strbuf | Michael Haggerty | 2012-11-29 | 1 | -45/+47 |
* | | | imap-send: correctly report errors reading from stdin | Michael Haggerty | 2012-11-26 | 1 | -2/+7 |
* | | | imap-send: store all_msgs as a strbuf | Michael Haggerty | 2012-11-26 | 1 | -14/+9 |
* | | | lf_to_crlf(): NUL-terminate msg_data::data | Michael Haggerty | 2012-11-26 | 1 | -1/+6 |
|/ / |
|
* | | remove superfluous newlines in error messages | Pete Wyckoff | 2012-04-30 | 1 | -1/+1 |
* | | Sync with 1.7.6.6 | Junio C Hamano | 2012-02-05 | 1 | -23/+0 |
|\ \ |
|
| * \ | Sync with 1.7.6.6 | Junio C Hamano | 2012-02-05 | 1 | -23/+0 |
| |\ \
| | |/ |
|
| | * | imap-send: remove dead code | Jeff King | 2012-02-05 | 1 | -23/+0 |
* | | | Merge branch 'jk/git-prompt' | Junio C Hamano | 2011-12-22 | 1 | -7/+5 |
|\ \ \ |
|
| * | | | move git_getpass to its own source file | Jeff King | 2011-12-12 | 1 | -0/+1 |
| * | | | imap-send: don't check return value of git_getpass | Jeff King | 2011-12-12 | 1 | -4/+0 |
| * | | | imap-send: avoid buffer overflow | Jeff King | 2011-12-12 | 1 | -3/+4 |
| | |/
| |/| |
|
* | | | Merge branch 'ab/enable-i18n' | Junio C Hamano | 2011-12-19 | 1 | -0/+2 |
|\ \ \
| |_|/
|/| | |
|
| * | | i18n: add infrastructure for translating Git with gettextab/enable-i18n | Ævar Arnfjörð Bjarmason | 2011-12-05 | 1 | -0/+2 |
| |/ |
|
* | | Merge branch 'maint' into tj/imap-send-remove-unusedtj/maint-imap-send-remove-unused | Junio C Hamano | 2011-11-23 | 1 | -633/+876 |
|\ \
| |/ |
|
| * | sparse: Fix some "Using plain integer as NULL pointer" warnings | Ramsay Jones | 2011-04-11 | 1 | -2/+2 |
| * | Fix sparse warnings | Stephen Boyd | 2011-03-22 | 1 | -1/+1 |
| * | imap-send: Fix sprintf usage | Ævar Arnfjörð Bjarmason | 2010-08-09 | 1 | -4/+8 |
| * | enums: omit trailing comma for portability | Gary V. Vaughan | 2010-05-31 | 1 | -1/+1 |
| * | Merge branch 'rr/imap-send-unconfuse-from-line' | Junio C Hamano | 2010-04-03 | 1 | -1/+7 |
| |\ |
|
| | * | imap-send: Remove limitation on message body | Ramkumar Ramachandra | 2010-03-24 | 1 | -1/+7 |
| | * | Merge branch 'hm/maint-imap-send-crlf' into maint | Junio C Hamano | 2010-03-02 | 1 | -1/+39 |
| | |\ |
|
| * | | | imap-send: suppress warning about cleartext password with CRAM-MD5 | Chris Webb | 2010-03-28 | 1 | -3/+3 |
| * | | | Merge branch 'fl/askpass' | Junio C Hamano | 2010-03-20 | 1 | -1/+1 |
| |\ \ \ |
|