0
I Use This!
Inactive

Commits : Listings

Analyzed about 4 hours ago. based on code collected 1 day ago.
Sep 03, 2025 — Sep 03, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Try to fill Doozer settings from the environment. More... over 12 years ago
Add some expvar accounting to mail stream. More... over 12 years ago
Actually put the spamd default port in as the default for the spamd port. More... over 12 years ago
required + default doesn't make any sense. More... over 12 years ago
Use a protocol buffer configuration file for settings. More... over 12 years ago
Place only the email address in the delivery fields. More... over 12 years ago
Reject messages which are considered SPAM. More... over 12 years ago
Send results to SpamAssassin and record the result. More... over 12 years ago
Join all const declarations into one. More... over 12 years ago
Implement a stub MailSubmissionService. More... over 12 years ago
Add a perfectly normal Go RPC receiver server. More... over 12 years ago
Add a description for QUIT, which is already implemented. More... over 12 years ago
Implement the RSET command. More... over 12 years ago
Get rid of DataEnd, which is now no longer required. More... over 12 years ago
Implement the parsing half of the DATA command. More... over 12 years ago
Make the To header repeated. Add a date header. More... over 12 years ago
Actually, implement EHLO correctly. More... over 12 years ago
Implementations for MAIL From and RCPT To. More... over 12 years ago
Handle EHLO and HELO correctly as well as empty params. More... over 12 years ago
Allow to record multiple RCPT statements. More... over 12 years ago
Implement the HELO command. More... over 12 years ago
Add some code to handle connections being set up. More... over 12 years ago
Support returning multiple lines of things using Respond and friends. More... over 12 years ago
Change the API a bit (pass a Reader into Data, add ETRN). More... over 12 years ago
Turn smtp_peer_revdns into a repeated field. More... over 12 years ago
Add methods to store some connection specific state with the connections. More... over 12 years ago
Add a prototype of an SMTP server which so far recognizes a few commands but mostly replies with not-implemented messages. More... over 12 years ago