| Commit message (Expand) | Author | Age | Files | Lines |
* | imap-send: use cURL automatically when NO_OPENSSL definedkm/imap-send-libcurl-options | Kyle J. McKay | 2015-03-10 | 1 | -2/+15 |
* | imap-send.c: set CURLOPT_USE_SSL to CURLUSESSL_TRY | Kyle J. McKay | 2015-01-06 | 1 | -2/+2 |
* | imap-send.c: support GIT_CURL_VERBOSE | Kyle J. McKay | 2015-01-06 | 1 | -1/+1 |
* | git-imap-send: use libcurl for implementationbr/imap-send-via-libcurl | Bernhard Reiter | 2014-11-10 | 1 | -26/+154 |
* | imap-send: use parse options API to determine verbositybr/imap-send-verbosity | Bernhard Reiter | 2014-11-05 | 1 | -10/+18 |
* | Merge branch 'as/calloc-takes-nmemb-then-size' | Junio C Hamano | 2014-09-19 | 1 | -1/+1 |
|\ |
|
| * | calloc() and xcalloc() takes nmemb and then sizeas/calloc-takes-nmemb-then-size | Arjun Sreedharan | 2014-09-03 | 1 | -1/+1 |
* | | Merge branch 'br/imap-send-simplify-tunnel-child-process' | Junio C Hamano | 2014-09-11 | 1 | -10/+9 |
|\ \ |
|
| * | | imap-send: simplify v_issue_imap_cmd() and get_cmd_result() using starts_with()br/imap-send-simplify-tunnel-child-process | René Scharfe | 2014-09-02 | 1 | -2/+2 |
| * | | imap-send.c: imap_folder -> imap_server_conf.folder | Bernhard Reiter | 2014-08-20 | 1 | -5/+5 |
| * | | git-imap-send: simplify tunnel construction | Bernhard Reiter | 2014-08-18 | 1 | -3/+2 |
| |/ |
|
* | | Merge branch 'rs/child-process-init' | Junio C Hamano | 2014-09-11 | 1 | -1/+1 |
|\ \ |
|
| * | | run-command: introduce CHILD_PROCESS_INIT | René Scharfe | 2014-08-20 | 1 | -1/+1 |
| |/ |
|
* | | Merge branch 'ta/config-set-2' | Junio C Hamano | 2014-09-11 | 1 | -34/+26 |
|\ \ |
|
| * | | imap-send.c: replace `git_config()` with `git_config_get_*()` family | Tanay Abhra | 2014-08-07 | 1 | -34/+26 |
| |/ |
|
* | | Merge branch 'tf/imap-send-create' | Junio C Hamano | 2014-09-09 | 1 | -50/+31 |
|\ \
| |/
|/| |
|
| * | imap-send: create target mailbox if it is missingtf/imap-send-create | Tony Finch | 2014-08-25 | 1 | -50/+31 |
* | | imap-send: use skip_prefix instead of using magic numbers | Tanay Abhra | 2014-06-20 | 1 | -5/+1 |
* | | Merge branch 'bg/xcalloc-nmemb-then-size' | Junio C Hamano | 2014-06-16 | 1 | -1/+1 |
|\ \
| |/
|/| |
|
| * | imap-send.c: rearrange xcalloc arguments | Brian Gesiak | 2014-05-27 | 1 | -1/+1 |
* | | imap-send: use git-credentialda/imap-send-use-credential-helper | Dan Albert | 2014-04-29 | 1 | -19/+26 |
|/ |
|
* | 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 |