111 Commits (f849bb6b3b4ccc7cc1a68f49d6ff1e9c508fdf17)

Author SHA1 Message Date
Jeremy Huddleston 3ef2bcad02 imap-send: use Apple's Security framework for base64 encoding 12 years ago
David Aguilar be4c828b76 imap-send: eliminate HMAC deprecation warnings on Mac OS X 12 years ago
Junio C Hamano 698a1ec4d5 imap-send: support Server Name Indication (RFC4366) 12 years ago
Oswald Buddenhagen e174744ad1 imap-send: support subjectAltName as well 12 years ago
Oswald Buddenhagen b62fb077d5 imap-send: the subject of SSL certificate must match the host 12 years ago
Junio C Hamano 1e1fe52923 imap-send: move #ifdef around 12 years ago
Michael Haggerty 3691031cb3 imap-send.c: simplify logic in lf_to_crlf() 12 years ago
Michael Haggerty 636fd66bc1 imap-send.c: fold struct store into struct imap_store 12 years ago
Michael Haggerty 9a08cbb7cd imap-send.c: remove unused field imap_store::uidvalidity 12 years ago
Michael Haggerty fe47e1df24 imap-send.c: use struct imap_store instead of struct store 12 years ago
Michael Haggerty c197454da6 imap-send.c: remove unused field imap_store::trashnc 12 years ago
Michael Haggerty 3648b4d996 imap-send.c: remove namespace fields from struct imap 12 years ago
Michael Haggerty 15f4ad19d6 imap-send.c: remove struct imap argument to parse_imap_list_l() 12 years ago
Michael Haggerty 81b38947c1 imap-send.c: inline parse_imap_list() in parse_list() 12 years ago
Michael Haggerty 1efee7ffce imap-send.c: remove some unused fields from struct store 12 years ago
Michael Haggerty e6de375139 imap-send.c: remove struct message 12 years ago
Michael Haggerty 2fbd211746 imap-send.c: remove struct store_conf 12 years ago
Michael Haggerty 75b24bdf3c iamp-send.c: remove unused struct imap_store_conf 12 years ago
Michael Haggerty cbc607614d imap-send.c: remove struct msg_data 12 years ago
Michael Haggerty 719125c522 imap-send.c: remove msg_data::flags, which was always zero 12 years ago
Michael Haggerty 118a68f9dd wrap_in_html(): process message in bulk rather than line-by-line 12 years ago
Michael Haggerty 3c64063558 wrap_in_html(): use strbuf_addstr_xml_quoted() 12 years ago
Michael Haggerty f035ab6205 imap-send: change msg_data from storing (ptr, len) to storing strbuf 12 years ago
Michael Haggerty 6360bee4cd imap-send: correctly report errors reading from stdin 12 years ago
Michael Haggerty 3a34e62684 imap-send: store all_msgs as a strbuf 12 years ago
Michael Haggerty 32a8569ecf lf_to_crlf(): NUL-terminate msg_data::data 12 years ago
Pete Wyckoff 82247e9bd5 remove superfluous newlines in error messages 13 years ago
Jeff King 28b22f8af9 imap-send: remove dead code 13 years ago
Jeff King d3c58b83ae move git_getpass to its own source file 13 years ago
Jeff King 6c597aeba1 imap-send: don't check return value of git_getpass 13 years ago
Jeff King 50d0158fbb imap-send: avoid buffer overflow 13 years ago
Ævar Arnfjörð Bjarmason 5e9637c629 i18n: add infrastructure for translating Git with gettext 13 years ago
Thomas Jarosch aa2577a9c3 imap-send: Remove unused 'use_namespace' variable 13 years ago
Ramsay Jones d27da38a19 sparse: Fix some "Using plain integer as NULL pointer" warnings 14 years ago
Stephen Boyd c2e86addb8 Fix sparse warnings 14 years ago
Ævar Arnfjörð Bjarmason 1702b1381e imap-send: Fix sprintf usage 15 years ago
Gary V. Vaughan 4b05548fc0 enums: omit trailing comma for portability 15 years ago
Chris Webb 10439d89eb imap-send: suppress warning about cleartext password with CRAM-MD5 15 years ago
Ramkumar Ramachandra 4916c8f953 imap-send: Remove limitation on message body 15 years ago
Frank Li f206063b4b git-core: Support retrieving passwords with GIT_ASKPASS 15 years ago
Hitoshi Mitake ae9c606ed2 imap-send: support CRAM-MD5 authentication 15 years ago
Hitoshi Mitake 67d176300c git-imap-send: Convert LF to CRLF before storing patch to draft box 15 years ago
Junio C Hamano ace706e2a6 Fix parsing of imap.preformattedHTML and imap.sslverify 15 years ago
Jeff King ac0ba18df0 run-command: convert simple callsites to use_shell 15 years ago
Tarmigan Casebolt 28bea9e534 Check the format of more printf-type functions 15 years ago
Jonathan Nieder 9a2861e32a Show usage string for 'git imap-send -h' 15 years ago
Vietor Liu 1e380ddcd2 imap-send.c: fix compiler warnings for OpenSSL 1.0 16 years ago
Erik Faye-Lund d23b1ecf11 imap-send: fix compilation-error on Windows 16 years ago
Erik Faye-Lund c94d2dd080 imap-send: use run-command API for tunneling 16 years ago
Erik Faye-Lund 7a7796e9a7 imap-send: use separate read and write fds 16 years ago