summaryrefslogtreecommitdiff
path: root/maildrop.c
AgeCommit message (Collapse)Author
2014-08-20Prepend session id to the log message.Sunil Nimmagadda
2014-05-29knf and whitespace fixes.Sunil Nimmagadda
2014-04-19hash is a fixed length string. Copying is always done to same lengthSunil Nimmagadda
buffer. Explicitly cast to void for clarity.
2014-04-11Mark uidl correctly in list_res for the terminal. Fixes UIDL commandSunil Nimmagadda
on an empty maildrop.
2014-04-02Move it closer to list.Sunil Nimmagadda
2014-04-01Merge branch 'refactor'Sunil Nimmagadda
2014-04-01Import.Sunil Nimmagadda
2014-04-01Properly NUL terminate expanded path by memsetting it.Sunil Nimmagadda
2014-04-01Simplify list_all handling. Send an imsg for each msg instead ofSunil Nimmagadda
consolidating into one imsg. We are no longer limited by MAX_IMSGSIZE. End of list is signalled by sending an imsg with hash as "" or sz as 0.
2014-03-27Import pop3d.Sunil Nimmagadda