summaryrefslogtreecommitdiff
path: root/imap-send.c
Commit message (Expand)AuthorAgeFilesLines
* Use memmove instead of memcpy for overlapping areasEdgar Toernig2006-10-301-1/+1
* git-imap-send: Strip smtp From_ header from imap message.v1.4.3Markus Amsler2006-10-181-0/+8
* Trace into a file or an open fd and refactor tracing code.Christian Couder2006-09-021-25/+0
* Replace uses of strdup with xstrdup.Shawn Pearce2006-09-021-6/+6
* Make some strings constTimo Hirvonen2006-06-281-1/+1
* Change types used in bitfields to be `int's.Florian Forster2006-06-181-1/+1
* check for error return from fork()Paul T Darga2006-06-081-1/+5
* Avoid a crash if realloc returns a different pointer.Mike McCormack2006-04-051-0/+1
* Avoid a divide by zero if there's no messages to send.Mike McCormack2006-04-051-1/+6
* Fix sparse warnings about usage of 0 instead of NULLRene Scharfe2006-04-021-20/+20
* fix imap-send for OSXRandal L. Schwartz2006-03-151-2/+2
* imap-send: Add missing #include for macosxJohannes Schindelin2006-03-121-0/+1
* imap-send: cleanup execl() call to use NULL sentinel instead of 0Marco Roeland2006-03-111-1/+1
* Add git-imap-send, derived from isync 1.0.1.Mike McCormack2006-03-101-0/+1358