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