| Age | Commit message (Expand) | Author | Files | Lines |
| 2025-10-07 | Merge branch 'js/curl-off-t-fixes' | Junio C Hamano | 1 | -1/+1 |
| 2025-09-26 | imap-send: be more careful when casting to `curl_off_t` | Johannes Schindelin | 1 | -1/+1 |
| 2025-09-18 | Merge branch 'ag/send-email-imap-sent' | Junio C Hamano | 1 | -8/+18 |
| 2025-08-12 | send-email: add ability to send a copy of sent emails to an IMAP folder | Aditya Garg | 1 | -8/+18 |
| 2025-07-23 | config: move Git config parsing into "environment.c" | Patrick Steinhardt | 1 | -0/+1 |
| 2025-07-23 | config: drop `git_config()` wrapper | Patrick Steinhardt | 1 | -1/+1 |
| 2025-06-20 | imap-send: improve error messages with configuration hints | Jörg Thalheim | 1 | -2/+7 |
| 2025-06-20 | imap-send: fix confusing 'store' terminology in error message | Jörg Thalheim | 1 | -1/+1 |
| 2025-06-20 | Merge branch 'ag/imap-send-resurrection' into jt/imap-send-message-fix | Junio C Hamano | 1 | -64/+341 |
| 2025-06-20 | imap-send: fix minor mistakes in the logs | Aditya Garg | 1 | -12/+12 |
| 2025-06-20 | imap-send: display the destination mailbox when sending a message | Aditya Garg | 1 | -2/+4 |
| 2025-06-20 | imap-send: display port alongwith host when git credential is invoked | Aditya Garg | 1 | -1/+1 |
| 2025-06-20 | imap-send: add ability to list the available folders | Aditya Garg | 1 | -16/+82 |
| 2025-06-20 | imap-send: enable specifying the folder using the command line | Aditya Garg | 1 | -1/+8 |
| 2025-06-20 | imap-send: add PLAIN authentication method to OpenSSL | Aditya Garg | 1 | -1/+59 |
| 2025-06-20 | imap-send: add support for OAuth2.0 authentication | Aditya Garg | 1 | -7/+137 |
| 2025-06-20 | imap-send: gracefully fail if CRAM-MD5 authentication is requested without Op... | Aditya Garg | 1 | -27/+39 |
| 2025-06-20 | imap-send: fix memory leak in case auth_cram_md5 fails | Aditya Garg | 1 | -1/+3 |
| 2025-06-20 | imap-send: fix bug causing cfg->folder being set to NULL | Aditya Garg | 1 | -4/+4 |
| 2025-06-04 | curl: fix integer variable typechecks with curl_easy_setopt() | Jeff King | 1 | -3/+3 |
| 2025-03-25 | imap-send: explicitly verify the peer certificate | Johannes Schindelin | 1 | -0/+2 |
| 2024-12-18 | credential: stop using `the_repository` | Patrick Steinhardt | 1 | -5/+5 |
| 2024-12-06 | global: mark code units that generate warnings with `-Wsign-compare` | Patrick Steinhardt | 1 | -0/+1 |
| 2024-12-04 | Merge branch 'bc/drop-ancient-libcurl-and-perl' | Junio C Hamano | 1 | -4/+0 |
| 2024-10-24 | imap: replace atoi() with strtol_i() for UIDVALIDITY and UIDNEXT parsing | Usman Akinyemi | 1 | -5/+8 |
| 2024-10-23 | git-curl-compat: remove check for curl 7.34.0 | brian m. carlson | 1 | -4/+0 |
| 2024-09-20 | Merge branch 'jk/no-openssl-with-openssl-sha1' | Junio C Hamano | 1 | -3/+4 |
| 2024-09-12 | imap-send: handle NO_OPENSSL even when openssl exists | Jeff King | 1 | -3/+4 |
| 2024-08-26 | Merge branch 'jk/mark-unused-parameters' | Junio C Hamano | 1 | -1/+1 |
| 2024-08-17 | imap-send: mark unused parameter in ssl_socket_connect() fallback | Jeff King | 1 | -1/+1 |
| 2024-08-13 | global: prepare for hiding away repo-less config functions | Patrick Steinhardt | 1 | -0/+2 |
| 2024-06-07 | imap-send: free all_msgs strbuf in "out" label | Jeff King | 1 | -1/+1 |
| 2024-06-07 | Merge branch 'jc/t1517-more' into jk/imap-send-plug-all-msgs-leak | Junio C Hamano | 1 | -0/+1 |
| 2024-06-07 | imap-send: fix leaking memory in `imap_server_conf` | Patrick Steinhardt | 1 | -23/+42 |
| 2024-06-07 | imap-send: drop global `imap_server_conf` variable | Patrick Steinhardt | 1 | -27/+30 |
| 2024-06-07 | global: improve const correctness when assigning string constants | Patrick Steinhardt | 1 | -3/+3 |
| 2024-06-04 | imap-send: minimum leakfix | Junio C Hamano | 1 | -0/+1 |
| 2024-05-27 | config: clarify memory ownership in `git_config_string()` | Patrick Steinhardt | 1 | -6/+6 |
| 2024-05-08 | Merge branch 'bc/credential-scheme-enhancement' | Junio C Hamano | 1 | -1/+1 |
| 2024-04-16 | credential: gate new fields on capability | brian m. carlson | 1 | -1/+1 |
| 2024-04-15 | imap-send: increase command size limit | René Scharfe | 1 | -23/+12 |
| 2024-04-02 | imap-send: use xsnprintf to format command | René Scharfe | 1 | -20/+4 |
| 2024-02-08 | Merge branch 'pb/imap-send-wo-curl-build-fix' | Junio C Hamano | 1 | -0/+1 |
| 2024-02-01 | imap-send: add missing "strbuf.h" include under NO_CURL | Philippe Blain | 1 | -0/+1 |
| 2024-01-08 | Merge branch 'en/header-cleanup' | Junio C Hamano | 1 | -2/+0 |
| 2023-12-26 | treewide: remove unnecessary includes in source files | Elijah Newren | 1 | -2/+0 |
| 2023-12-20 | Merge branch 'jk/config-cleanup' | Junio C Hamano | 1 | -1/+1 |
| 2023-12-09 | config: use config_error_nonbool() instead of custom messages | Jeff King | 1 | -1/+1 |
| 2023-12-09 | imap-send: don't use git_die_config() inside callback | Jeff King | 1 | -1/+1 |
| 2023-11-26 | doc: switch links to https | Josh Soref | 1 | -1/+1 |
| 2023-11-26 | doc: update links to current pages | Josh Soref | 1 | -1/+1 |
| 2023-08-29 | imap-send: mark unused parameters with NO_OPENSSL | Jeff King | 1 | -2/+8 |
| 2023-07-17 | Merge branch 'cw/compat-util-header-cleanup' | Junio C Hamano | 1 | -1/+0 |
| 2023-07-14 | Merge branch 'jk/imap-send-unused-variable-cleanup' | Junio C Hamano | 1 | -19/+15 |
| 2023-07-05 | treewide: remove unnecessary includes for wrapper.h | Calvin Wan | 1 | -1/+0 |
| 2023-07-05 | imap-send: drop unused fields from imap_cmd_cb | Jeff King | 1 | -4/+0 |
| 2023-07-05 | imap-send: drop unused parameter from imap_cmd_cb callback | Jeff King | 1 | -3/+3 |
| 2023-07-05 | imap-send: use server conf argument in setup_curl() | Jeff King | 1 | -12/+12 |
| 2023-06-28 | config: pass kvi to die_bad_number() | Glen Choo | 1 | -1/+1 |
| 2023-06-28 | config: add ctx arg to config_fn_t | Glen Choo | 1 | -2/+3 |
| 2023-05-17 | imap-send: include strbuf.h | Christian Hesse | 1 | -0/+1 |
| 2023-03-21 | setup.h: move declarations for setup.c functions from cache.h | Elijah Newren | 1 | -0/+1 |
| 2023-03-21 | wrapper.h: move declarations for wrapper.c functions from cache.h | Elijah Newren | 1 | -0/+1 |
| 2023-03-21 | treewide: be explicit about dependence on gettext.h | Elijah Newren | 1 | -0/+1 |
| 2023-02-23 | treewide: remove unnecessary cache.h includes in source files | Elijah Newren | 1 | -1/+1 |
| 2022-04-06 | Merge branch 'bc/csprng-mktemps' | Junio C Hamano | 1 | -1/+1 |
| 2022-04-06 | git-compat-util: really support openssl as a source of entropy | Carlo Marcelo Arenas Belón | 1 | -1/+1 |
| 2022-02-24 | imap-send.c: use designated initializers for "struct imap_server_conf" | Ævar Arnfjörð Bjarmason | 1 | -11/+1 |
| 2021-09-13 | http: centralize the accounting of libcurl dependencies | Ævar Arnfjörð Bjarmason | 1 | -1/+1 |
| 2021-08-24 | Merge branch 'ab/http-drop-old-curl' | Junio C Hamano | 1 | -4/+0 |
| 2021-07-30 | http: drop support for curl < 7.16.0 | Jeff King | 1 | -4/+0 |
| 2021-07-28 | Merge branch 'ab/attribute-format' | Junio C Hamano | 1 | -0/+3 |
| 2021-07-13 | *.c static functions: add missing __attribute__((format)) | Ævar Arnfjörð Bjarmason | 1 | -0/+3 |
| 2021-07-07 | imap-send.c: use less verbose strbuf_fread() idiom | Ævar Arnfjörð Bjarmason | 1 | -14/+2 |
| 2021-03-13 | use CALLOC_ARRAY | René Scharfe | 1 | -2/+2 |
| 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 |