133 Commits (1c9b659d9837fa2bd6ab21edaae94d19c20ac216)

Author SHA1 Message Date
Kyle J. McKay dcd01ea187 imap-send: use cURL automatically when NO_OPENSSL defined 10 years ago
Kyle J. McKay 230c09c06a imap-send.c: set CURLOPT_USE_SSL to CURLUSESSL_TRY 10 years ago
Kyle J. McKay d47e55da92 imap-send.c: support GIT_CURL_VERBOSE 10 years ago
Bernhard Reiter 1e16b255b9 git-imap-send: use libcurl for implementation 10 years ago
Bernhard Reiter f1a35295c2 imap-send: use parse options API to determine verbosity 10 years ago
Arjun Sreedharan 693eb02a5e calloc() and xcalloc() takes nmemb and then size 11 years ago
René Scharfe ba9b9e1242 imap-send: simplify v_issue_imap_cmd() and get_cmd_result() using starts_with() 11 years ago
Tony Finch e0d8e3084f imap-send: create target mailbox if it is missing 11 years ago
Bernhard Reiter 3918057164 imap-send.c: imap_folder -> imap_server_conf.folder 11 years ago
René Scharfe d318027932 run-command: introduce CHILD_PROCESS_INIT 11 years ago
Bernhard Reiter f9dc5d65ca git-imap-send: simplify tunnel construction 11 years ago
Tanay Abhra ef7e1d0cda imap-send.c: replace `git_config()` with `git_config_get_*()` family 11 years ago
Tanay Abhra 59a642f8ac imap-send: use skip_prefix instead of using magic numbers 11 years ago
Brian Gesiak 3345c0f5b9 imap-send.c: rearrange xcalloc arguments 11 years ago
Dan Albert 791643a865 imap-send: use git-credential 11 years ago
Christian Couder 5955654823 replace {pre,suf}fixcmp() with {starts,ends}_with() 11 years ago
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