aboutsummaryrefslogtreecommitdiffstats
path: root/imap-send.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-06-20imap-send: use skip_prefix instead of using magic numbersTanay Abhra1-5/+1
2014-06-16Merge branch 'bg/xcalloc-nmemb-then-size'Junio C Hamano1-1/+1
2014-05-27imap-send.c: rearrange xcalloc argumentsBrian Gesiak1-1/+1
2014-04-29imap-send: use git-credentialDan Albert1-19/+26
2013-12-05replace {pre,suf}fixcmp() with {starts,ends}_with()Christian Couder1-5/+5
2013-07-30imap-send: use Apple's Security framework for base64 encodingJeremy Huddleston1-14/+0
2013-05-21imap-send: eliminate HMAC deprecation warnings on Mac OS XDavid Aguilar1-0/+10
2013-03-21Merge branch 'ob/imap-send-ssl-verify'Junio C Hamano1-0/+11
2013-02-20imap-send: support Server Name Indication (RFC4366)Junio C Hamano1-0/+11
2013-02-19Sync with v1.8.1.4Junio C Hamano1-2/+65
2013-02-19Merge branch 'ob/imap-send-ssl-verify' into maintJunio C Hamano1-2/+65
2013-02-19imap-send: support subjectAltName as wellOswald Buddenhagen1-0/+19
2013-02-19imap-send: the subject of SSL certificate must match the hostOswald Buddenhagen1-0/+39
2013-02-18imap-send: move #ifdef aroundJunio C Hamano1-2/+7
2013-01-15imap-send.c: simplify logic in lf_to_crlf()Michael Haggerty1-29/+23
2013-01-15imap-send.c: fold struct store into struct imap_storeMichael Haggerty1-11/+7
2013-01-15imap-send.c: remove unused field imap_store::uidvalidityMichael Haggerty1-1/+0
2013-01-15imap-send.c: use struct imap_store instead of struct storeMichael Haggerty1-10/+9
2013-01-15imap-send.c: remove unused field imap_store::trashncMichael Haggerty1-2/+0
2013-01-15imap-send.c: remove namespace fields from struct imapMichael Haggerty1-66/+9
2013-01-15imap-send.c: remove struct imap argument to parse_imap_list_l()Michael Haggerty1-36/+3
2013-01-15imap-send.c: inline parse_imap_list() in parse_list()Michael Haggerty1-7/+2
2013-01-15imap-send.c: remove some unused fields from struct storeMichael Haggerty1-12/+13
2013-01-15imap-send.c: remove struct messageMichael Haggerty1-26/+0
2013-01-15imap-send.c: remove struct store_confMichael Haggerty1-11/+0
2013-01-15iamp-send.c: remove unused struct imap_store_confMichael Haggerty1-5/+0
2013-01-15imap-send.c: remove struct msg_dataMichael Haggerty1-11/+7
2013-01-15imap-send.c: remove msg_data::flags, which was always zeroMichael Haggerty1-37/+3
2012-12-02wrap_in_html(): process message in bulk rather than line-by-lineMichael Haggerty1-20/+13
2012-11-29wrap_in_html(): use strbuf_addstr_xml_quoted()Michael Haggerty1-19/+4
2012-11-29imap-send: change msg_data from storing (ptr, len) to storing strbufMichael Haggerty1-45/+47
2012-11-26imap-send: correctly report errors reading from stdinMichael Haggerty1-2/+7
2012-11-26imap-send: store all_msgs as a strbufMichael Haggerty1-14/+9
2012-11-26lf_to_crlf(): NUL-terminate msg_data::dataMichael Haggerty1-1/+6
2012-04-30remove superfluous newlines in error messagesPete Wyckoff1-1/+1
2012-02-05Sync with 1.7.6.6Junio C Hamano1-23/+0
2012-02-05Sync with 1.7.6.6Junio C Hamano1-23/+0
2012-02-05imap-send: remove dead codeJeff King1-23/+0
2011-12-22Merge branch 'jk/git-prompt'Junio C Hamano1-7/+5
2011-12-19Merge branch 'ab/enable-i18n'Junio C Hamano1-0/+2
2011-12-12move git_getpass to its own source fileJeff King1-0/+1
2011-12-12imap-send: don't check return value of git_getpassJeff King1-4/+0
2011-12-12imap-send: avoid buffer overflowJeff King1-3/+4
2011-12-05i18n: add infrastructure for translating Git with gettextÆvar Arnfjörð Bjarmason1-0/+2
2011-11-23Merge branch 'maint' into tj/imap-send-remove-unusedJunio C Hamano1-633/+876
2011-11-23imap-send: Remove unused 'use_namespace' variableThomas Jarosch1-1/+0
2011-04-11sparse: Fix some "Using plain integer as NULL pointer" warningsRamsay Jones1-2/+2
2011-03-22Fix sparse warningsStephen Boyd1-1/+1
2010-08-09imap-send: Fix sprintf usageÆvar Arnfjörð Bjarmason1-4/+8
2010-05-31enums: omit trailing comma for portabilityGary V. Vaughan1-1/+1