summaryrefslogtreecommitdiff
path: root/imap-send.c
AgeCommit message (Expand)AuthorFilesLines
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
2006-12-21Rename imap-send's internal info/warn functions.Libravatar Shawn O. Pearce1-12/+12
2006-12-20simplify inclusion of system header files.Libravatar Junio C Hamano1-7/+0
2006-10-30Use memmove instead of memcpy for overlapping areasLibravatar Edgar Toernig1-1/+1
2006-10-18git-imap-send: Strip smtp From_ header from imap message.Libravatar Markus Amsler1-0/+8
2006-09-02Trace into a file or an open fd and refactor tracing code.Libravatar Christian Couder1-25/+0
2006-09-02Replace uses of strdup with xstrdup.Libravatar Shawn Pearce1-6/+6
2006-06-28Make some strings constLibravatar Timo Hirvonen1-1/+1
2006-06-18Change types used in bitfields to be `int's.Libravatar Florian Forster1-1/+1
2006-06-08check for error return from fork()Libravatar Paul T Darga1-1/+5
2006-04-05Avoid a crash if realloc returns a different pointer.Libravatar Mike McCormack1-0/+1
2006-04-05Avoid a divide by zero if there's no messages to send.Libravatar Mike McCormack1-1/+6
2006-04-02Fix sparse warnings about usage of 0 instead of NULLLibravatar Rene Scharfe1-20/+20
2006-03-15fix imap-send for OSXLibravatar Randal L. Schwartz1-2/+2
2006-03-12imap-send: Add missing #include for macosxLibravatar Johannes Schindelin1-0/+1
2006-03-11imap-send: cleanup execl() call to use NULL sentinel instead of 0Libravatar Marco Roeland1-1/+1
2006-03-10Add git-imap-send, derived from isync 1.0.1.Libravatar Mike McCormack1-0/+1358