summaryrefslogtreecommitdiffstats
path: root/imap-send.c
Commit message (Expand)AuthorAgeFilesLines
* imap-send.c: set CURLOPT_USE_SSL to CURLUSESSL_TRYKyle J. McKay2015-01-061-2/+2
* imap-send.c: support GIT_CURL_VERBOSEKyle J. McKay2015-01-061-1/+1
* git-imap-send: use libcurl for implementationBernhard Reiter2014-11-101-26/+154
* imap-send: use parse options API to determine verbosityBernhard Reiter2014-11-051-10/+18
* Merge branch 'as/calloc-takes-nmemb-then-size'Junio C Hamano2014-09-191-1/+1
|\
| * calloc() and xcalloc() takes nmemb and then sizeArjun Sreedharan2014-09-031-1/+1
* | Merge branch 'br/imap-send-simplify-tunnel-child-process'Junio C Hamano2014-09-111-10/+9
|\ \
| * | imap-send: simplify v_issue_imap_cmd() and get_cmd_result() using starts_with()René Scharfe2014-09-021-2/+2
| * | imap-send.c: imap_folder -> imap_server_conf.folderBernhard Reiter2014-08-201-5/+5
| * | git-imap-send: simplify tunnel constructionBernhard Reiter2014-08-181-3/+2
| |/
* | Merge branch 'rs/child-process-init'Junio C Hamano2014-09-111-1/+1
|\ \
| * | run-command: introduce CHILD_PROCESS_INITRené Scharfe2014-08-201-1/+1
| |/
* | Merge branch 'ta/config-set-2'Junio C Hamano2014-09-111-34/+26
|\ \
| * | imap-send.c: replace `git_config()` with `git_config_get_*()` familyTanay Abhra2014-08-071-34/+26
| |/
* | Merge branch 'tf/imap-send-create'Junio C Hamano2014-09-091-50/+31
|\ \ | |/ |/|
| * imap-send: create target mailbox if it is missingTony Finch2014-08-251-50/+31
* | imap-send: use skip_prefix instead of using magic numbersTanay Abhra2014-06-201-5/+1
* | Merge branch 'bg/xcalloc-nmemb-then-size'Junio C Hamano2014-06-161-1/+1
|\ \ | |/ |/|
| * imap-send.c: rearrange xcalloc argumentsBrian Gesiak2014-05-271-1/+1
* | imap-send: use git-credentialDan Albert2014-04-291-19/+26
|/
* replace {pre,suf}fixcmp() with {starts,ends}_with()Christian Couder2013-12-051-5/+5
* imap-send: use Apple's Security framework for base64 encodingJeremy Huddleston2013-07-301-14/+0
* imap-send: eliminate HMAC deprecation warnings on Mac OS XDavid Aguilar2013-05-211-0/+10
* Merge branch 'ob/imap-send-ssl-verify'Junio C Hamano2013-03-211-0/+11
|\
| * imap-send: support Server Name Indication (RFC4366)Junio C Hamano2013-02-201-0/+11
* | Sync with v1.8.1.4Junio C Hamano2013-02-191-2/+65
|\ \
| * | Merge branch 'ob/imap-send-ssl-verify' into maintJunio C Hamano2013-02-191-2/+65
| |\|
| | * imap-send: support subjectAltName as wellOswald Buddenhagen2013-02-191-0/+19
| | * imap-send: the subject of SSL certificate must match the hostOswald Buddenhagen2013-02-191-0/+39
| | * imap-send: move #ifdef aroundJunio C Hamano2013-02-181-2/+7
* | | imap-send.c: simplify logic in lf_to_crlf()Michael Haggerty2013-01-151-29/+23
* | | imap-send.c: fold struct store into struct imap_storeMichael Haggerty2013-01-151-11/+7
* | | imap-send.c: remove unused field imap_store::uidvalidityMichael Haggerty2013-01-151-1/+0
* | | imap-send.c: use struct imap_store instead of struct storeMichael Haggerty2013-01-151-10/+9
* | | imap-send.c: remove unused field imap_store::trashncMichael Haggerty2013-01-151-2/+0
* | | imap-send.c: remove namespace fields from struct imapMichael Haggerty2013-01-151-66/+9
* | | imap-send.c: remove struct imap argument to parse_imap_list_l()Michael Haggerty2013-01-151-36/+3
* | | imap-send.c: inline parse_imap_list() in parse_list()Michael Haggerty2013-01-151-7/+2
* | | imap-send.c: remove some unused fields from struct storeMichael Haggerty2013-01-151-12/+13
* | | imap-send.c: remove struct messageMichael Haggerty2013-01-151-26/+0
* | | imap-send.c: remove struct store_confMichael Haggerty2013-01-151-11/+0
* | | iamp-send.c: remove unused struct imap_store_confMichael Haggerty2013-01-151-5/+0
* | | imap-send.c: remove struct msg_dataMichael Haggerty2013-01-151-11/+7
* | | imap-send.c: remove msg_data::flags, which was always zeroMichael Haggerty2013-01-151-37/+3
* | | wrap_in_html(): process message in bulk rather than line-by-lineMichael Haggerty2012-12-021-20/+13
* | | wrap_in_html(): use strbuf_addstr_xml_quoted()Michael Haggerty2012-11-291-19/+4
* | | imap-send: change msg_data from storing (ptr, len) to storing strbufMichael Haggerty2012-11-291-45/+47
* | | imap-send: correctly report errors reading from stdinMichael Haggerty2012-11-261-2/+7
* | | imap-send: store all_msgs as a strbufMichael Haggerty2012-11-261-14/+9
* | | lf_to_crlf(): NUL-terminate msg_data::dataMichael Haggerty2012-11-261-1/+6
|/ /