summaryrefslogtreecommitdiff
path: root/imap-send.c
AgeCommit message (Expand)AuthorFilesLines
2010-04-03Merge branch 'rr/imap-send-unconfuse-from-line'Libravatar Junio C Hamano1-1/+7
2010-03-28imap-send: suppress warning about cleartext password with CRAM-MD5Libravatar Chris Webb1-3/+3
2010-03-24imap-send: Remove limitation on message bodyLibravatar Ramkumar Ramachandra1-1/+7
2010-03-20Merge branch 'fl/askpass'Libravatar Junio C Hamano1-1/+1
2010-03-04git-core: Support retrieving passwords with GIT_ASKPASSLibravatar Frank Li1-1/+1
2010-03-02Merge branch 'hm/maint-imap-send-crlf' into maintLibravatar Junio C Hamano1-1/+39
2010-03-02Merge branch 'hm/imap-send-cram-md5'Libravatar Junio C Hamano1-15/+131
2010-02-21Merge branch 'hm/maint-imap-send-crlf'Libravatar Junio C Hamano1-1/+39
2010-02-17imap-send: support CRAM-MD5 authenticationLibravatar Hitoshi Mitake1-15/+131
2010-02-12git-imap-send: Convert LF to CRLF before storing patch to draft boxLibravatar Hitoshi Mitake1-1/+39
2010-02-08Merge branch 'maint'Libravatar Junio C Hamano1-7/+8
2010-02-08Merge branch 'jc/maint-imap-config-parse' into maintLibravatar Junio C Hamano1-7/+8
2010-02-08Fix parsing of imap.preformattedHTML and imap.sslverifyLibravatar Junio C Hamano1-7/+8
2010-01-05run-command: convert simple callsites to use_shellLibravatar Jeff King1-6/+2
2009-11-22Merge branch 'tc/format-attribute'Libravatar Junio C Hamano1-1/+7
2009-11-20Merge branch 'jn/help-everywhere'Libravatar Junio C Hamano1-0/+5
2009-11-17Merge branch 'ef/msys-imap'Libravatar Junio C Hamano1-177/+49
2009-11-15Check the format of more printf-type functionsLibravatar Tarmigan Casebolt1-1/+7
2009-11-10Show usage string for 'git imap-send -h'Libravatar Jonathan Nieder1-0/+5
2009-10-31imap-send.c: fix compiler warnings for OpenSSL 1.0Libravatar Vietor Liu1-0/+4
2009-10-19imap-send: fix compilation-error on WindowsLibravatar Erik Faye-Lund1-0/+1
2009-10-19imap-send: use run-command API for tunnelingLibravatar Erik Faye-Lund1-21/+16
2009-10-19imap-send: use separate read and write fdsLibravatar Erik Faye-Lund1-14/+23
2009-10-19imap-send: remove useless uid codeLibravatar Jeff King1-144/+11
2009-06-20Fix various sparse warnings in the git source codeLibravatar Linus Torvalds1-1/+1
2009-05-26imap-send: add support for IPv6Libravatar Benjamin Kramer1-3/+51
2009-03-14Remove unused assignmentsLibravatar Benjamin Kramer1-1/+1
2009-02-15imap.preformattedHTML to tell Thunderbird to send non-flowed textLibravatar Jeremy White1-0/+53
2009-01-26Add calls to git_extract_argv0_path() in programs that call git_config_*Libravatar Steffen Prohaska1-0/+3
2009-01-05remove trailing LF in die() messagesLibravatar Alexander Potashev1-3/+3
2008-10-12Replace calls to strbuf_init(&foo, 0) with STRBUF_INIT initializerLibravatar Brandon Casey1-2/+1
2008-07-25imap-send.c: more style fixesLibravatar Junio C Hamano1-114/+111
2008-07-25imap-send.c: style fixesLibravatar Robert Shearman1-329/+300
2008-07-25git-imap-send: Support SSLLibravatar Robert Shearman1-14/+146
2008-07-25git-imap-send: Allow the program to be run from subdirectories of a git treeLibravatar Robert Shearman1-0/+2
2008-05-14Provide git_config with a callback-data parameterLibravatar Johannes Schindelin1-2/+2
2008-04-22Don't force imap.host to be set when imap.tunnel is setLibravatar Jeff King1-2/+5
2008-03-26imap-send: properly error out if imap.host is not set in configLibravatar Gerrit Pape1-0/+4
2008-02-22Avoid unnecessary "if-before-free" tests.Libravatar Jim Meyering1-3/+2
2008-02-11imap-send.c: guard config parser from value=NULLLibravatar Junio C Hamano1-0/+4
2007-09-29strbuf change: be sure ->buf is never ever NULL.Libravatar Pierre Habouzit1-1/+1
2007-09-20nfv?asprintf are broken without va_copy, workaround them.Libravatar Pierre Habouzit1-0/+13
2007-09-18Use xmemdupz() in many places.Libravatar Pierre Habouzit1-15/+5
2007-09-16Now that cache.h needs strbuf.h, remove useless includes.Libravatar Pierre Habouzit1-1/+0
2007-09-10Use strbufs to in read_message (imap-send.c), custom buffer--.Libravatar Pierre Habouzit1-20/+11
2007-06-07War on whitespaceLibravatar Junio C Hamano1-1/+1
2007-05-15Ensure return value from xread() is always stored into an ssize_tLibravatar Johan Herland1-1/+1
2007-02-20prefixcmp(): fix-up leftover strncmp().Libravatar Junio C Hamano1-4/+4
2007-01-08short i/o: fix calls to write to use xwrite or write_in_fullLibravatar Andy Whitcroft1-1/+1
2007-01-08short i/o: fix calls to read to use xread or read_in_fullLibravatar Andy Whitcroft1-2/+2