83 Commits (6c9ad166dbbf9e5a0c09450b892151dbec49b8dc)

Author SHA1 Message Date
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
Junio C Hamano 3740b04f6c git-send-email: remove debugging output. 18 years ago
Jürgen Rühle 374c59056a send-email: work around double encoding of in-body From field. 18 years ago
Quy Tonthat 2ef5805504 git-send-email: default value for "From:" field. 18 years ago
Sergey Vlasov 6dcfa306f2 git-send-email: Read the default SMTP server from the GIT config file 18 years ago
Eric Wong 1d6a003a42 git-send-email: do not pass custom Date: header 18 years ago
Jim Meyering 7768e27e1d Don't use $author_name undefined when $from contains no /\s</. 18 years ago
Matthew Wilcox 6130259c30 Add --dry-run option to git-send-email 18 years ago
Junio C Hamano e6b0964af5 Make git-send-email detect mbox-style patches more readily 18 years ago
Junio C Hamano 7a2a0d2141 git-send-email: real name with period need to be dq-quoted on From: line 18 years ago
Junio C Hamano ce91c2f653 git-send-email: do not drop custom headers the user prepared 18 years ago
Junio C Hamano bc108f63da git-send-email: avoid uninitialized variable warning. 18 years ago
Haavard Skinnemoen 68d42c41ef git-send-email: Don't set author_not_sender from Cc: lines 19 years ago
Alp Toker d2216f2317 git-send-email: Remove redundant Reply-To header 19 years ago
Pavel Roskin 82e5a82fd7 Fix more typos, primarily in the code 19 years ago
Jakub Narebski 6bdca89057 send-email: format 2822 datestring ourselves. 19 years ago
Junio C Hamano 280242d1cc send-email: do not barf when Term::ReadLine does not like your terminal 19 years ago
Petr Baudis c7a30e5684 Git.pm: Introduce ident() and ident_person() methods 19 years ago
Petr Baudis 3cb8caf729 Convert git-send-email to use Git.pm 19 years ago