106 Commits (76127b3a0d7cf359b12be80971f023b6ee07f7f9)

Author SHA1 Message Date
Gustaf Hendeby 97394ee430 send-email, fix breakage in combination with --compose 17 years ago
Jeff King c764a0c2b6 send-email: add no-validate option 17 years ago
Jeff King 747bbff9b9 send-email: validate patches before sending anything 17 years ago
Jeff King aa54892f5a send-email: detect invocation errors earlier 17 years ago
Gustaf Hendeby 0e0278baad Make git send-email accept $EDITOR with arguments 17 years ago
Jeff King 4f3d37035a git-send-email: avoid duplicate message-ids 17 years ago
Junio C Hamano ace9c2a9dd send-email: do not muck with initial-reply-to when unset. 17 years ago
Mike Hommey ace72086bb git-send-email.perl: Really add angle brackets to In-Reply-To if necessary 17 years ago
Wincent Colaiuta 5f5b611805 Authenticate only once in git-send-email 17 years ago
Jeff King 8641ee3dcb send-email: add transfer encoding header with content-type 17 years ago
Ask Bjørn Hansen 7ac1752929 send-email: Don't add To: recipients to the Cc: header 17 years ago
David D. Kilzer b7f30e0a97 git-send-email: show all headers when sending mail 17 years ago
Jeff King 8291db6f58 git-send-email: add charset header if we add encoded 'From' 17 years ago
Benoit Sigoure cb6c162fba git-send-email: Change the prompt for the subject of the initial message. 17 years ago
Uwe Kleine-König 620bb245b9 send-email: apply --suppress-from to S-o-b and cc-cmd 17 years ago
Miklos Vajna 2db9b49c6c git-send-email: add a new sendemail.to configuration variable 17 years ago
Junio C Hamano 44b2476a12 send-email --smtp-server-port: allow overriding the default port 18 years ago
Junio C Hamano be510cfef3 send-email: make message-id generation a bit more robust 18 years ago
David Kastrup 3803bceae8 git-send-email.perl: Add angle brackets to In-Reply-To if necessary 18 years ago
Douglas Stockwell 34cc60ce2b send-email: Add support for SSL and SMTP-AUTH 18 years ago
Sean Estabrooks 412876dcbb Reset terminal attributes when terminating git send-email 18 years ago
Joe Perches 324a8bd0cf git-send-email --cc-cmd 18 years ago
Uwe Kleine-König 94638f89f5 send-email: get all the quoting of realnames right 18 years ago
Uwe Kleine-König 155197e6e7 send-email: rfc822 forbids using <address@domain> without a non-empty "phrase" 18 years ago
Uwe Kleine-K,Av(Bnig 5b56aaa29e send-email: teach sanitize_address to do rfc2047 quoting 18 years ago
Kumar Gala 2d8ae400d1 send-email: Update regex parsing for pine aliases 18 years ago
Adam Roben ef0c2abf3e Add GIT_EDITOR environment and core.editor configuration variables 18 years ago
Stephen Rothwell 689b4d552b send-email: discard blank around address in extract_valid_address as well. 18 years ago
Greg KH b06c6bc831 make git-send-email.perl handle email addresses with no names when Email::Valid is present 18 years ago
Michael Hendricks ae740a588d git-send-email: allow an email alias for --from 18 years ago
Adam Roben 5483c71d7a git-send-email: make options easier to configure. 18 years ago
Adam Roben e46f7a0e1c git-send-email: Add --threaded option 18 years ago
Junio C Hamano aeb5932845 git-send-email: Do not make @-less message ID 18 years ago
Kristian Høgsberg 2cf69cf6ed Unquote From line from patch before comparing with given from address. 18 years ago
Michael Hendricks 504ceab6d2 git-send-email: allow leading white space on mutt aliases 18 years ago
Petr Baudis 35c49eeae7 Git.pm: config_boolean() -> config_bool() 18 years ago
Robin H. Johnson bf7af11674 Sanitize @to recipients. 18 years ago
Robin H. Johnson f073a592d6 Allow users to optionally specify their envelope sender. 18 years ago
Robin H. Johnson 2b69bfc23d Ensure clean addresses are always used with Net::SMTP 18 years ago
Robin H. Johnson c38f0247a8 Validate @recipients before using it for sendmail and Net::SMTP. 18 years ago
Robin H. Johnson 732263d411 Perform correct quoting of recipient names. 18 years ago
Robin H. Johnson af068d2742 Change the scope of the $cc variable as it is not needed outside of send_message. 18 years ago
Robin H. Johnson 8e3d436b0b Debugging cleanup improvements 18 years ago
Robin H. Johnson 71c7da9421 Prefix Dry- to the message status to denote dry-runs. 18 years ago
Robin H. Johnson 238cc6352e Document --dry-run parameter to send-email. 18 years ago
Junio C Hamano f06a6a493a send-email: do not leave an empty CC: line if no cc is present. 18 years ago
YOSHIFUJI Hideaki / 吉藤英明 a925b89cea Avoid composing too long "References" header. 18 years ago
J. Bruce Fields abec100c33 Make git-send-email aware of Cc: lines. 18 years ago
Avi Kivity 4a62d3f5b2 git-send-email: configurable bcc and chain-reply-to 18 years ago
Michael Coleman 1b0baf1401 git-send-email: abort/usage on bad option 18 years ago