| Age | Commit message (Expand) | Author | Files | Lines |
| 2020-12-01 | imap-send: parse default git config | Nicolas Morey-Chaisemartin | 1 | -22/+30 |
| 2020-07-28 | strvec: convert more callers away from argv_array name | Jeff King | 1 | -1/+1 |
| 2020-05-11 | http, imap-send: stop using CURLOPT_VERBOSE | Jonathan Tan | 1 | -1/+1 |
| 2019-02-12 | Merge branch 'nd/imap-send-typofix' | Junio C Hamano | 1 | -1/+1 |
| 2019-02-11 | imap-send.c: add a missing space in error message | Nguyễn Thái Ngọc Duy | 1 | -1/+1 |
| 2018-12-10 | style: the opening '{' of a function is in a separate line | Nguyễn Thái Ngọc Duy | 1 | -1/+2 |
| 2018-05-06 | Replace all die("BUG: ...") calls by BUG() ones | Johannes Schindelin | 1 | -1/+1 |
| 2018-04-11 | exec_cmd: rename to use dash in file name | Stefan Beller | 1 | -1/+1 |
| 2018-02-22 | imap-send: rename 'new' variables | Brandon Williams | 1 | -7/+7 |
| 2017-12-18 | imap-send: URI encode server folder | Nicolas Morey-Chaisemartin | 1 | -1/+7 |
| 2017-11-15 | Merge branch 'tz/fsf-address-update' | Junio C Hamano | 1 | -2/+1 |
| 2017-11-15 | Merge branch 'rs/imap-send-next-arg-fix' | Junio C Hamano | 1 | -2/+13 |
| 2017-11-09 | Replace Free Software Foundation address in license notices | Todd Zullinger | 1 | -2/+1 |
| 2017-11-03 | imap-send: handle missing response codes gracefully | René Scharfe | 1 | -1/+1 |
| 2017-11-03 | imap-send: handle NULL return of next_arg() | René Scharfe | 1 | -1/+12 |
| 2017-09-15 | imap-send: use curl by default when possible | Nicolas Morey-Chaisemartin | 1 | -3/+3 |
| 2017-09-15 | imap_send: setup_curl: retreive credentials if not set in config file | Nicolas Morey-Chaisemartin | 1 | -2/+17 |
| 2017-09-15 | imap-send: add wrapper to get server credentials if needed | Nicolas Morey-Chaisemartin | 1 | -14/+20 |
| 2017-09-15 | imap-send: return with error if curl failed | Nicolas Morey-Chaisemartin | 1 | -1/+1 |
| 2017-07-12 | Merge branch 'rs/use-div-round-up' | Junio C Hamano | 1 | -1/+1 |
| 2017-07-10 | use DIV_ROUND_UP | René Scharfe | 1 | -1/+1 |
| 2017-06-24 | Merge branch 'ab/free-and-null' | Junio C Hamano | 1 | -2/+1 |
| 2017-06-16 | coccinelle: make use of the "type" FREE_AND_NULL() rule | Ævar Arnfjörð Bjarmason | 1 | -2/+1 |
| 2017-06-15 | config: don't include config.h by default | Brandon Williams | 1 | -0/+1 |
| 2017-03-30 | convert unchecked snprintf into xsnprintf | Jeff King | 1 | -1/+1 |
| 2016-10-26 | Merge branch 'jc/cocci-xstrdup-or-null' | Junio C Hamano | 1 | -4/+2 |
| 2016-10-12 | cocci: refactor common patterns to use xstrdup_or_null() | Junio C Hamano | 1 | -4/+2 |
| 2016-10-10 | Merge branch 'ak/curl-imap-send-explicit-scheme' | Junio C Hamano | 1 | -0/+1 |
| 2016-08-17 | imap-send: Tell cURL to use imap:// or imaps:// | Anders Kaseorg | 1 | -0/+1 |
| 2016-07-26 | die("bug"): report bugs consistently | Johannes Schindelin | 1 | -1/+1 |
| 2016-07-19 | Merge branch 'jk/common-main' | Junio C Hamano | 1 | -5/+1 |
| 2016-07-06 | Merge branch 'ep/http-curl-trace' | Junio C Hamano | 1 | -0/+1 |
| 2016-07-01 | common-main: call git_setup_gettext() | Jeff King | 1 | -2/+0 |
| 2016-07-01 | common-main: call git_extract_argv0_path() | Jeff King | 1 | -2/+0 |
| 2016-07-01 | add an extra level of indirection to main() | Jeff King | 1 | -1/+1 |
| 2016-05-24 | imap-send.c: introduce the GIT_TRACE_CURL enviroment variable | Elia Pinto | 1 | -0/+1 |
| 2016-05-06 | Merge branch 'ky/imap-send-openssl-1.1.0' into maint | Junio C Hamano | 1 | -10/+10 |
| 2016-04-22 | Merge branch 'ky/imap-send-openssl-1.1.0' | Junio C Hamano | 1 | -10/+10 |
| 2016-04-13 | imap-send: fix CRAM-MD5 response calculation | Kazuki Yamaguchi | 1 | -1/+1 |
| 2016-04-13 | imap-send: check for NOLOGIN capability only when using LOGIN command | Kazuki Yamaguchi | 1 | -5/+5 |
| 2016-04-08 | imap-send: avoid deprecated TLSv1_method() | Kazuki Yamaguchi | 1 | -5/+4 |
| 2016-04-08 | imap-send: check NULL return of SSL_CTX_new() | Kazuki Yamaguchi | 1 | -0/+4 |
| 2016-04-08 | imap-send: use HMAC() function provided by OpenSSL | Kazuki Yamaguchi | 1 | -5/+2 |
| 2016-02-22 | use xmallocz to avoid size arithmetic | Jeff King | 1 | -3/+2 |
| 2015-10-30 | Merge branch 'js/imap-send-curl-compilation-fix' | Junio C Hamano | 1 | -0/+4 |
| 2015-10-26 | imap-send: only use CURLOPT_LOGIN_OPTIONS if it is actually available | Johannes Schindelin | 1 | -0/+4 |
| 2015-09-25 | replace trivial malloc + sprintf / strcpy calls with xstrfmt | Jeff King | 1 | -3/+2 |
| 2015-03-10 | imap-send: use cURL automatically when NO_OPENSSL defined | Kyle J. McKay | 1 | -2/+15 |
| 2015-01-06 | imap-send.c: set CURLOPT_USE_SSL to CURLUSESSL_TRY | Kyle J. McKay | 1 | -2/+2 |
| 2015-01-06 | imap-send.c: support GIT_CURL_VERBOSE | Kyle J. McKay | 1 | -1/+1 |
| 2014-11-10 | git-imap-send: use libcurl for implementation | Bernhard Reiter | 1 | -26/+154 |
| 2014-11-05 | imap-send: use parse options API to determine verbosity | Bernhard Reiter | 1 | -10/+18 |
| 2014-09-19 | Merge branch 'as/calloc-takes-nmemb-then-size' | Junio C Hamano | 1 | -1/+1 |
| 2014-09-11 | Merge branch 'br/imap-send-simplify-tunnel-child-process' | Junio C Hamano | 1 | -10/+9 |
| 2014-09-11 | Merge branch 'rs/child-process-init' | Junio C Hamano | 1 | -1/+1 |
| 2014-09-11 | Merge branch 'ta/config-set-2' | Junio C Hamano | 1 | -34/+26 |
| 2014-09-09 | Merge branch 'tf/imap-send-create' | Junio C Hamano | 1 | -50/+31 |
| 2014-09-03 | calloc() and xcalloc() takes nmemb and then size | Arjun Sreedharan | 1 | -1/+1 |
| 2014-09-02 | imap-send: simplify v_issue_imap_cmd() and get_cmd_result() using starts_with() | René Scharfe | 1 | -2/+2 |
| 2014-08-25 | imap-send: create target mailbox if it is missing | Tony Finch | 1 | -50/+31 |
| 2014-08-20 | imap-send.c: imap_folder -> imap_server_conf.folder | Bernhard Reiter | 1 | -5/+5 |
| 2014-08-20 | run-command: introduce CHILD_PROCESS_INIT | René Scharfe | 1 | -1/+1 |
| 2014-08-18 | git-imap-send: simplify tunnel construction | Bernhard Reiter | 1 | -3/+2 |
| 2014-08-07 | imap-send.c: replace `git_config()` with `git_config_get_*()` family | Tanay Abhra | 1 | -34/+26 |
| 2014-06-20 | imap-send: use skip_prefix instead of using magic numbers | Tanay Abhra | 1 | -5/+1 |
| 2014-06-16 | Merge branch 'bg/xcalloc-nmemb-then-size' | Junio C Hamano | 1 | -1/+1 |
| 2014-05-27 | imap-send.c: rearrange xcalloc arguments | Brian Gesiak | 1 | -1/+1 |
| 2014-04-29 | imap-send: use git-credential | Dan Albert | 1 | -19/+26 |
| 2013-12-05 | replace {pre,suf}fixcmp() with {starts,ends}_with() | Christian Couder | 1 | -5/+5 |
| 2013-07-30 | imap-send: use Apple's Security framework for base64 encoding | Jeremy Huddleston | 1 | -14/+0 |
| 2013-05-21 | imap-send: eliminate HMAC deprecation warnings on Mac OS X | David Aguilar | 1 | -0/+10 |
| 2013-03-21 | Merge branch 'ob/imap-send-ssl-verify' | Junio C Hamano | 1 | -0/+11 |
| 2013-02-20 | imap-send: support Server Name Indication (RFC4366) | Junio C Hamano | 1 | -0/+11 |
| 2013-02-19 | Sync with v1.8.1.4 | Junio C Hamano | 1 | -2/+65 |
| 2013-02-19 | Merge branch 'ob/imap-send-ssl-verify' into maint | Junio C Hamano | 1 | -2/+65 |
| 2013-02-19 | imap-send: support subjectAltName as well | Oswald Buddenhagen | 1 | -0/+19 |
| 2013-02-19 | imap-send: the subject of SSL certificate must match the host | Oswald Buddenhagen | 1 | -0/+39 |
| 2013-02-18 | imap-send: move #ifdef around | Junio C Hamano | 1 | -2/+7 |
| 2013-01-15 | imap-send.c: simplify logic in lf_to_crlf() | Michael Haggerty | 1 | -29/+23 |
| 2013-01-15 | imap-send.c: fold struct store into struct imap_store | Michael Haggerty | 1 | -11/+7 |
| 2013-01-15 | imap-send.c: remove unused field imap_store::uidvalidity | Michael Haggerty | 1 | -1/+0 |
| 2013-01-15 | imap-send.c: use struct imap_store instead of struct store | Michael Haggerty | 1 | -10/+9 |
| 2013-01-15 | imap-send.c: remove unused field imap_store::trashnc | Michael Haggerty | 1 | -2/+0 |
| 2013-01-15 | imap-send.c: remove namespace fields from struct imap | Michael Haggerty | 1 | -66/+9 |
| 2013-01-15 | imap-send.c: remove struct imap argument to parse_imap_list_l() | Michael Haggerty | 1 | -36/+3 |
| 2013-01-15 | imap-send.c: inline parse_imap_list() in parse_list() | Michael Haggerty | 1 | -7/+2 |
| 2013-01-15 | imap-send.c: remove some unused fields from struct store | Michael Haggerty | 1 | -12/+13 |
| 2013-01-15 | imap-send.c: remove struct message | Michael Haggerty | 1 | -26/+0 |
| 2013-01-15 | imap-send.c: remove struct store_conf | Michael Haggerty | 1 | -11/+0 |
| 2013-01-15 | iamp-send.c: remove unused struct imap_store_conf | Michael Haggerty | 1 | -5/+0 |
| 2013-01-15 | imap-send.c: remove struct msg_data | Michael Haggerty | 1 | -11/+7 |
| 2013-01-15 | imap-send.c: remove msg_data::flags, which was always zero | Michael Haggerty | 1 | -37/+3 |
| 2012-12-02 | wrap_in_html(): process message in bulk rather than line-by-line | Michael Haggerty | 1 | -20/+13 |
| 2012-11-29 | wrap_in_html(): use strbuf_addstr_xml_quoted() | Michael Haggerty | 1 | -19/+4 |
| 2012-11-29 | imap-send: change msg_data from storing (ptr, len) to storing strbuf | Michael Haggerty | 1 | -45/+47 |
| 2012-11-26 | imap-send: correctly report errors reading from stdin | Michael Haggerty | 1 | -2/+7 |
| 2012-11-26 | imap-send: store all_msgs as a strbuf | Michael Haggerty | 1 | -14/+9 |
| 2012-11-26 | lf_to_crlf(): NUL-terminate msg_data::data | Michael Haggerty | 1 | -1/+6 |
| 2012-04-30 | remove superfluous newlines in error messages | Pete Wyckoff | 1 | -1/+1 |
| 2012-02-05 | Sync with 1.7.6.6 | Junio C Hamano | 1 | -23/+0 |
| 2012-02-05 | Sync with 1.7.6.6 | Junio C Hamano | 1 | -23/+0 |
| 2012-02-05 | imap-send: remove dead code | Jeff King | 1 | -23/+0 |
| 2011-12-22 | Merge branch 'jk/git-prompt' | Junio C Hamano | 1 | -7/+5 |
| 2011-12-19 | Merge branch 'ab/enable-i18n' | Junio C Hamano | 1 | -0/+2 |
| 2011-12-12 | move git_getpass to its own source file | Jeff King | 1 | -0/+1 |
| 2011-12-12 | imap-send: don't check return value of git_getpass | Jeff King | 1 | -4/+0 |
| 2011-12-12 | imap-send: avoid buffer overflow | Jeff King | 1 | -3/+4 |
| 2011-12-05 | i18n: add infrastructure for translating Git with gettext | Ævar Arnfjörð Bjarmason | 1 | -0/+2 |
| 2011-11-23 | Merge branch 'maint' into tj/imap-send-remove-unused | Junio C Hamano | 1 | -633/+876 |
| 2011-11-23 | imap-send: Remove unused 'use_namespace' variable | Thomas Jarosch | 1 | -1/+0 |
| 2011-04-11 | sparse: Fix some "Using plain integer as NULL pointer" warnings | Ramsay Jones | 1 | -2/+2 |
| 2011-03-22 | Fix sparse warnings | Stephen Boyd | 1 | -1/+1 |
| 2010-08-09 | imap-send: Fix sprintf usage | Ævar Arnfjörð Bjarmason | 1 | -4/+8 |
| 2010-05-31 | enums: omit trailing comma for portability | Gary V. Vaughan | 1 | -1/+1 |
| 2010-04-03 | Merge branch 'rr/imap-send-unconfuse-from-line' | Junio C Hamano | 1 | -1/+7 |
| 2010-03-28 | imap-send: suppress warning about cleartext password with CRAM-MD5 | Chris Webb | 1 | -3/+3 |
| 2010-03-24 | imap-send: Remove limitation on message body | Ramkumar Ramachandra | 1 | -1/+7 |
| 2010-03-20 | Merge branch 'fl/askpass' | Junio C Hamano | 1 | -1/+1 |
| 2010-03-04 | git-core: Support retrieving passwords with GIT_ASKPASS | Frank Li | 1 | -1/+1 |
| 2010-03-02 | Merge branch 'hm/maint-imap-send-crlf' into maint | Junio C Hamano | 1 | -1/+39 |
| 2010-03-02 | Merge branch 'hm/imap-send-cram-md5' | Junio C Hamano | 1 | -15/+131 |
| 2010-02-21 | Merge branch 'hm/maint-imap-send-crlf' | Junio C Hamano | 1 | -1/+39 |
| 2010-02-17 | imap-send: support CRAM-MD5 authentication | Hitoshi Mitake | 1 | -15/+131 |
| 2010-02-12 | git-imap-send: Convert LF to CRLF before storing patch to draft box | Hitoshi Mitake | 1 | -1/+39 |
| 2010-02-08 | Merge branch 'maint' | Junio C Hamano | 1 | -7/+8 |
| 2010-02-08 | Merge branch 'jc/maint-imap-config-parse' into maint | Junio C Hamano | 1 | -7/+8 |
| 2010-02-08 | Fix parsing of imap.preformattedHTML and imap.sslverify | Junio C Hamano | 1 | -7/+8 |
| 2010-01-05 | run-command: convert simple callsites to use_shell | Jeff King | 1 | -6/+2 |
| 2009-11-22 | Merge branch 'tc/format-attribute' | Junio C Hamano | 1 | -1/+7 |
| 2009-11-20 | Merge branch 'jn/help-everywhere' | Junio C Hamano | 1 | -0/+5 |
| 2009-11-17 | Merge branch 'ef/msys-imap' | Junio C Hamano | 1 | -177/+49 |
| 2009-11-15 | Check the format of more printf-type functions | Tarmigan Casebolt | 1 | -1/+7 |
| 2009-11-10 | Show usage string for 'git imap-send -h' | Jonathan Nieder | 1 | -0/+5 |
| 2009-10-31 | imap-send.c: fix compiler warnings for OpenSSL 1.0 | Vietor Liu | 1 | -0/+4 |
| 2009-10-19 | imap-send: fix compilation-error on Windows | Erik Faye-Lund | 1 | -0/+1 |
| 2009-10-19 | imap-send: use run-command API for tunneling | Erik Faye-Lund | 1 | -21/+16 |
| 2009-10-19 | imap-send: use separate read and write fds | Erik Faye-Lund | 1 | -14/+23 |
| 2009-10-19 | imap-send: remove useless uid code | Jeff King | 1 | -144/+11 |
| 2009-06-20 | Fix various sparse warnings in the git source code | Linus Torvalds | 1 | -1/+1 |
| 2009-05-26 | imap-send: add support for IPv6 | Benjamin Kramer | 1 | -3/+51 |
| 2009-03-14 | Remove unused assignments | Benjamin Kramer | 1 | -1/+1 |
| 2009-02-15 | imap.preformattedHTML to tell Thunderbird to send non-flowed text | Jeremy White | 1 | -0/+53 |
| 2009-01-26 | Add calls to git_extract_argv0_path() in programs that call git_config_* | Steffen Prohaska | 1 | -0/+3 |
| 2009-01-05 | remove trailing LF in die() messages | Alexander Potashev | 1 | -3/+3 |
| 2008-10-12 | Replace calls to strbuf_init(&foo, 0) with STRBUF_INIT initializer | Brandon Casey | 1 | -2/+1 |
| 2008-07-25 | imap-send.c: more style fixes | Junio C Hamano | 1 | -114/+111 |
| 2008-07-25 | imap-send.c: style fixes | Robert Shearman | 1 | -329/+300 |
| 2008-07-25 | git-imap-send: Support SSL | Robert Shearman | 1 | -14/+146 |
| 2008-07-25 | git-imap-send: Allow the program to be run from subdirectories of a git tree | Robert Shearman | 1 | -0/+2 |
| 2008-05-14 | Provide git_config with a callback-data parameter | Johannes Schindelin | 1 | -2/+2 |
| 2008-04-22 | Don't force imap.host to be set when imap.tunnel is set | Jeff King | 1 | -2/+5 |
| 2008-03-26 | imap-send: properly error out if imap.host is not set in config | Gerrit Pape | 1 | -0/+4 |
| 2008-02-22 | Avoid unnecessary "if-before-free" tests. | Jim Meyering | 1 | -3/+2 |
| 2008-02-11 | imap-send.c: guard config parser from value=NULL | Junio C Hamano | 1 | -0/+4 |
| 2007-09-29 | strbuf change: be sure ->buf is never ever NULL. | Pierre Habouzit | 1 | -1/+1 |
| 2007-09-20 | nfv?asprintf are broken without va_copy, workaround them. | Pierre Habouzit | 1 | -0/+13 |
| 2007-09-18 | Use xmemdupz() in many places. | Pierre Habouzit | 1 | -15/+5 |
| 2007-09-16 | Now that cache.h needs strbuf.h, remove useless includes. | Pierre Habouzit | 1 | -1/+0 |
| 2007-09-10 | Use strbufs to in read_message (imap-send.c), custom buffer--. | Pierre Habouzit | 1 | -20/+11 |
| 2007-06-07 | War on whitespace | Junio C Hamano | 1 | -1/+1 |
| 2007-05-15 | Ensure return value from xread() is always stored into an ssize_t | Johan Herland | 1 | -1/+1 |
| 2007-02-20 | prefixcmp(): fix-up leftover strncmp(). | Junio C Hamano | 1 | -4/+4 |
| 2007-01-08 | short i/o: fix calls to write to use xwrite or write_in_full | Andy Whitcroft | 1 | -1/+1 |
| 2007-01-08 | short i/o: fix calls to read to use xread or read_in_full | Andy Whitcroft | 1 | -2/+2 |
| 2006-12-21 | Rename imap-send's internal info/warn functions. | Shawn O. Pearce | 1 | -12/+12 |
| 2006-12-20 | simplify inclusion of system header files. | Junio C Hamano | 1 | -7/+0 |
| 2006-10-30 | Use memmove instead of memcpy for overlapping areas | Edgar Toernig | 1 | -1/+1 |
| 2006-10-18 | git-imap-send: Strip smtp From_ header from imap message.v1.4.3 | Markus Amsler | 1 | -0/+8 |
| 2006-09-02 | Trace into a file or an open fd and refactor tracing code. | Christian Couder | 1 | -25/+0 |
| 2006-09-02 | Replace uses of strdup with xstrdup. | Shawn Pearce | 1 | -6/+6 |
| 2006-06-28 | Make some strings const | Timo Hirvonen | 1 | -1/+1 |
| 2006-06-18 | Change types used in bitfields to be `int's. | Florian Forster | 1 | -1/+1 |
| 2006-06-08 | check for error return from fork() | Paul T Darga | 1 | -1/+5 |
| 2006-04-05 | Avoid a crash if realloc returns a different pointer. | Mike McCormack | 1 | -0/+1 |
| 2006-04-05 | Avoid a divide by zero if there's no messages to send. | Mike McCormack | 1 | -1/+6 |
| 2006-04-02 | Fix sparse warnings about usage of 0 instead of NULL | Rene Scharfe | 1 | -20/+20 |
| 2006-03-15 | fix imap-send for OSX | Randal L. Schwartz | 1 | -2/+2 |
| 2006-03-12 | imap-send: Add missing #include for macosx | Johannes Schindelin | 1 | -0/+1 |
| 2006-03-11 | imap-send: cleanup execl() call to use NULL sentinel instead of 0 | Marco Roeland | 1 | -1/+1 |
| 2006-03-10 | Add git-imap-send, derived from isync 1.0.1. | Mike McCormack | 1 | -0/+1358 |