summaryrefslogtreecommitdiff
path: root/imap-send.c
AgeCommit message (Expand)Author
2014-06-16Merge branch 'bg/xcalloc-nmemb-then-size'Junio C Hamano
2014-05-27imap-send.c: rearrange xcalloc argumentsBrian Gesiak
2014-04-29imap-send: use git-credentialDan Albert
2013-12-05replace {pre,suf}fixcmp() with {starts,ends}_with()Christian Couder
2013-07-30imap-send: use Apple's Security framework for base64 encodingJeremy Huddleston
2013-05-21imap-send: eliminate HMAC deprecation warnings on Mac OS XDavid Aguilar
2013-03-21Merge branch 'ob/imap-send-ssl-verify'Junio C Hamano
2013-02-21imap-send: support Server Name Indication (RFC4366)Junio C Hamano
2013-02-20Sync with v1.8.1.4Junio C Hamano
2013-02-20Merge branch 'ob/imap-send-ssl-verify' into maintJunio C Hamano
2013-02-20imap-send: support subjectAltName as wellOswald Buddenhagen
2013-02-20imap-send: the subject of SSL certificate must match the hostOswald Buddenhagen
2013-02-19imap-send: move #ifdef aroundJunio C Hamano
2013-01-15imap-send.c: simplify logic in lf_to_crlf()Michael Haggerty
2013-01-15imap-send.c: fold struct store into struct imap_storeMichael Haggerty
2013-01-15imap-send.c: remove unused field imap_store::uidvalidityMichael Haggerty
2013-01-15imap-send.c: use struct imap_store instead of struct storeMichael Haggerty
2013-01-15imap-send.c: remove unused field imap_store::trashncMichael Haggerty
2013-01-15imap-send.c: remove namespace fields from struct imapMichael Haggerty
2013-01-15imap-send.c: remove struct imap argument to parse_imap_list_l()Michael Haggerty
2013-01-15imap-send.c: inline parse_imap_list() in parse_list()Michael Haggerty
2013-01-15imap-send.c: remove some unused fields from struct storeMichael Haggerty
2013-01-15imap-send.c: remove struct messageMichael Haggerty
2013-01-15imap-send.c: remove struct store_confMichael Haggerty
2013-01-15iamp-send.c: remove unused struct imap_store_confMichael Haggerty
2013-01-15imap-send.c: remove struct msg_dataMichael Haggerty
2013-01-15imap-send.c: remove msg_data::flags, which was always zeroMichael Haggerty
2012-12-02wrap_in_html(): process message in bulk rather than line-by-lineMichael Haggerty
2012-11-29wrap_in_html(): use strbuf_addstr_xml_quoted()Michael Haggerty
2012-11-29imap-send: change msg_data from storing (ptr, len) to storing strbufMichael Haggerty
2012-11-26imap-send: correctly report errors reading from stdinMichael Haggerty
2012-11-26imap-send: store all_msgs as a strbufMichael Haggerty
2012-11-26lf_to_crlf(): NUL-terminate msg_data::dataMichael Haggerty
2012-04-30remove superfluous newlines in error messagesPete Wyckoff
2012-02-06Sync with 1.7.6.6Junio C Hamano
2012-02-06Sync with 1.7.6.6Junio C Hamano
2012-02-06imap-send: remove dead codeJeff King
2011-12-22Merge branch 'jk/git-prompt'Junio C Hamano
2011-12-20Merge branch 'ab/enable-i18n'Junio C Hamano
2011-12-13move git_getpass to its own source fileJeff King
2011-12-13imap-send: don't check return value of git_getpassJeff King
2011-12-13imap-send: avoid buffer overflowJeff King
2011-12-06i18n: add infrastructure for translating Git with gettextÆvar Arnfjörð Bjarmason
2011-11-23Merge branch 'maint' into tj/imap-send-remove-unusedJunio C Hamano
2011-11-23imap-send: Remove unused 'use_namespace' variableThomas Jarosch
2011-04-11sparse: Fix some "Using plain integer as NULL pointer" warningsRamsay Jones
2011-03-22Fix sparse warningsStephen Boyd
2010-08-09imap-send: Fix sprintf usageÆvar Arnfjörð Bjarmason
2010-05-31enums: omit trailing comma for portabilityGary V. Vaughan
2010-04-03Merge branch 'rr/imap-send-unconfuse-from-line'Junio C Hamano