Age | Commit message (Expand) | Author | Files | Lines |
2014-04-23 | send-email: windows drive prefix (e.g. C:) appears only at the beginning | Junio C Hamano | 1 | -1/+1 |
2014-04-16 | send-email: recognize absolute path on Windows | Erik Faye-Lund | 1 | -2/+14 |
2014-01-27 | Merge branch 'rk/send-email-ssl-cert' | Junio C Hamano | 1 | -1/+2 |
2014-01-16 | send-email: /etc/ssl/certs/ directory may not be usable as ca_path | Ruben Kerkhof | 1 | -1/+2 |
2013-12-04 | send-email: set SSL options through IO::Socket::SSL::set_client_defaults | Thomas Rast | 1 | -2/+5 |
2013-12-04 | send-email: --smtp-ssl-cert-path takes an argument | Thomas Rast | 1 | -1/+1 |
2013-12-04 | send-email: pass Debug to Net::SMTP::SSL::new | Thomas Rast | 1 | -0/+1 |
2013-09-10 | send-email: don't call methods on undefined values | Brian M. Carlson | 1 | -1/+1 |
2013-07-22 | Merge branch 'rr/send-email-ssl-verify' | Junio C Hamano | 1 | -3/+38 |
2013-07-18 | send-email: be explicit with SSL certificate verification | Ramkumar Ramachandra | 1 | -3/+38 |
2013-07-15 | Merge branch 'bc/send-email-use-port-as-separate-param' | Junio C Hamano | 1 | -2/+4 |
2013-07-04 | send-email: provide port separately from hostname | brian m. carlson | 1 | -2/+4 |
2013-06-27 | Merge branch 'mt/send-email-cc-match-fix' | Junio C Hamano | 1 | -2/+3 |
2013-06-20 | send-email: sanitize author when writing From line | Michael S. Tsirkin | 1 | -2/+3 |
2013-06-14 | Merge branch 'mt/send-email-cc-match-fix' | Junio C Hamano | 1 | -8/+15 |
2013-06-05 | send-email: make --suppress-cc=self sanitize input | Michael S. Tsirkin | 1 | -8/+15 |
2013-06-05 | send-email: fix suppress-cc=self on cccmd | Michael S. Tsirkin | 1 | -1/+1 |
2013-05-28 | send-email: remove warning about unset chainreplyto | Felipe Contreras | 1 | -17/+2 |
2013-04-07 | send-email: make annotate configurable | Felipe Contreras | 1 | -3/+4 |
2013-04-05 | Merge branch 'rr/send-email-perl-critique' | Junio C Hamano | 1 | -8/+10 |
2013-03-31 | send-email: use the three-arg form of open in recipients_cmd | Ramkumar Ramachandra | 1 | -1/+1 |
2013-03-31 | send-email: drop misleading function prototype | Ramkumar Ramachandra | 1 | -4/+6 |
2013-03-31 | send-email: use "return;" not "return undef;" on error codepaths | Ramkumar Ramachandra | 1 | -3/+3 |
2013-02-27 | git-send-email: use git credential to obtain password | Michal Nazarewicz | 1 | -28/+43 |
2013-01-14 | Merge branch 'nz/send-email-headers-are-case-insensitive' | Junio C Hamano | 1 | -5/+5 |
2013-01-06 | git-send-email: treat field names as case-insensitively | Nickolai Zeldovich | 1 | -5/+5 |
2012-11-29 | Merge branch 'km/send-email-remove-cruft-in-address' | Junio C Hamano | 1 | -18/+59 |
2012-11-26 | git-send-email: allow edit invalid email address | Krzysztof Mazur | 1 | -3/+6 |
2012-11-26 | git-send-email: ask what to do with an invalid email address | Krzysztof Mazur | 1 | -2/+10 |
2012-11-26 | git-send-email: remove invalid addresses earlier | Krzysztof Mazur | 1 | -13/+39 |
2012-11-26 | send-email: avoid questions when user has an ident | Felipe Contreras | 1 | -6/+1 |
2012-11-26 | git-send-email: fix fallback code in extract_valid_address() | Krzysztof Mazur | 1 | -5/+5 |
2012-11-26 | git-send-email: remove garbage after email address | Krzysztof Mazur | 1 | -0/+4 |
2012-10-25 | git-send-email: add rfc2047 quoting for "=?" | Krzysztof Mazur | 1 | -1/+1 |
2012-10-25 | git-send-email: introduce quote_subject() | Krzysztof Mazur | 1 | -6/+19 |
2012-10-25 | git-send-email: skip RFC2047 quoting for ASCII subjects | Krzysztof Mazur | 1 | -1/+2 |
2012-10-25 | git-send-email: use compose-encoding for Subject | Krzysztof Mazur | 1 | -4/+4 |
2012-10-10 | git-send-email: introduce compose-encoding | Krzysztof Mazur | 1 | -1/+8 |
2012-09-14 | Merge branch 'sb/send-email-reconfirm-fix' into maint | Junio C Hamano | 1 | -2/+4 |
2012-09-14 | Merge branch 'jc/send-email-reconfirm' into maint | Junio C Hamano | 1 | -3/+13 |
2012-09-12 | Merge branch 'sb/send-email-reconfirm-fix' | Junio C Hamano | 1 | -2/+4 |
2012-09-06 | send-email: initial_to and initial_reply_to are both optional | Stephen Boyd | 1 | -2/+4 |
2012-09-03 | Merge branch 'jc/send-email-reconfirm' | Junio C Hamano | 1 | -3/+13 |
2012-08-14 | send-email: validate & reconfirm interactive responses | Junio C Hamano | 1 | -3/+13 |
2012-07-31 | send-email: improve RFC2047 quote parsing | Thomas Rast | 1 | -4/+6 |
2012-01-09 | send-email: multiedit is a boolean config option | Jeff King | 1 | -1/+1 |
2011-10-18 | Merge branch 'md/smtp-tls-hello-again' | Junio C Hamano | 1 | -1/+1 |
2011-10-15 | send-email: Honour SMTP domain when using TLS | Matthew Daley | 1 | -1/+1 |
2011-10-14 | send-email: Fix %config_path_settings handling | Cord Seele | 1 | -2/+10 |
2011-10-12 | Merge branch 'cs/perl-config-path-send-email' | Junio C Hamano | 1 | -1/+9 |