summaryrefslogtreecommitdiff
path: root/imap-send.c
Commit message (Expand)AuthorAgeFilesLines
* 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
|/ /
* | remove superfluous newlines in error messagesPete Wyckoff2012-04-301-1/+1
* | Sync with 1.7.6.6Junio C Hamano2012-02-051-23/+0
|\ \
| * \ Sync with 1.7.6.6Junio C Hamano2012-02-051-23/+0
| |\ \ | | |/
| | * imap-send: remove dead codeJeff King2012-02-051-23/+0
* | | Merge branch 'jk/git-prompt'Junio C Hamano2011-12-221-7/+5
|\ \ \
| * | | move git_getpass to its own source fileJeff King2011-12-121-0/+1
| * | | imap-send: don't check return value of git_getpassJeff King2011-12-121-4/+0
| * | | imap-send: avoid buffer overflowJeff King2011-12-121-3/+4
| | |/ | |/|
* | | Merge branch 'ab/enable-i18n'Junio C Hamano2011-12-191-0/+2
|\ \ \ | |_|/ |/| |
| * | i18n: add infrastructure for translating Git with gettextab/enable-i18nÆvar Arnfjörð Bjarmason2011-12-051-0/+2
| |/
* | Merge branch 'maint' into tj/imap-send-remove-unusedtj/maint-imap-send-remove-unusedJunio C Hamano2011-11-231-633/+876
|\ \ | |/
| * sparse: Fix some "Using plain integer as NULL pointer" warningsRamsay Jones2011-04-111-2/+2
| * Fix sparse warningsStephen Boyd2011-03-221-1/+1
| * imap-send: Fix sprintf usageÆvar Arnfjörð Bjarmason2010-08-091-4/+8
| * enums: omit trailing comma for portabilityGary V. Vaughan2010-05-311-1/+1
| * Merge branch 'rr/imap-send-unconfuse-from-line'Junio C Hamano2010-04-031-1/+7
| |\
| | * imap-send: Remove limitation on message bodyRamkumar Ramachandra2010-03-241-1/+7
| | * Merge branch 'hm/maint-imap-send-crlf' into maintJunio C Hamano2010-03-021-1/+39
| | |\
| * | | imap-send: suppress warning about cleartext password with CRAM-MD5Chris Webb2010-03-281-3/+3
| * | | Merge branch 'fl/askpass'Junio C Hamano2010-03-201-1/+1
| |\ \ \
| | * | | git-core: Support retrieving passwords with GIT_ASKPASSFrank Li2010-03-041-1/+1
| * | | | Merge branch 'hm/imap-send-cram-md5'Junio C Hamano2010-03-021-15/+131
| |\ \ \ \ | | |/ / / | |/| | |