0
I Use This!
Inactive

Commits : Listings

Analyzed about 12 hours ago. based on code collected about 16 hours ago.
Apr 19, 2023 — Apr 19, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Send responses that are not meant to be ignored. More... over 14 years ago
Moved the uncaught exception handler to the top-most level. More... almost 15 years ago
Map django normal exceptions to Mail Exceptions. More... almost 15 years ago
It appears there can be messages with absolutely no body More... almost 15 years ago
Yes, it took me a long moment to realize the error. More... almost 15 years ago
Typo. More... almost 15 years ago
Unhandled exceptions should raise some exception. More... almost 15 years ago
Missing variable whose exception was being hidden. More... almost 15 years ago
Response middlewares were not applied. More... almost 15 years ago
login_required decorator and tests for it. More... almost 15 years ago
Typo, and Typo 2... More... almost 15 years ago
Use exceptions to handle errors until reaching the Handler. More... almost 15 years ago
Correct response codes as per http://www.ietf.org/rfc/rfc3463.txt More... almost 15 years ago
Provide EmailRequest.get_full_path; So auth decorators work somehow. More... almost 15 years ago
Cleanup some code that was not used. More... almost 15 years ago
readmail command should exit with a proper value on errors. More... almost 15 years ago
./manage.py smtpserver -p 25 -l 0.0.0.0 YAY! More... almost 15 years ago
Removed testapp.reply as it made no sense. More... almost 15 years ago
EmailRequests now accept a recipient parameter. EmailRequest.from_message_data takes Envelope-To if no recipient is given. More... almost 15 years ago
DeliveryError need to be raised, so we can handle them nicely no matter what kind of frontend are we in that instant (i.e. an SMTP Server). More... almost 15 years ago
Closes #1, Authentication! For now just based on the From header. More... almost 15 years ago
New mailserver.test.Client to test requests, like django.test.client.Client More... almost 15 years ago
Removed some code that should not be there. More... almost 15 years ago
We want to provide the Response object from BaseMessageHandler even if it is to be ignored later. More... almost 15 years ago
Provide a recipient_notfound.txt template on testapp. More... almost 15 years ago
Closes #2, initial Middleware handling code. Almost copied as-is from Django, so it should work... ;) More... almost 15 years ago
Closes #3, Mail specific RequestContext with a MAIL_TEMPLATE_CONTEXT_PROCESSORS setting. More... almost 15 years ago
Use parseaddr() instead of AddressList in headers that are supposed to have one single address (From, Envelope-To). More... almost 15 years ago
mailserver.get_setting(): New method to get settings defaults for this app. More... almost 15 years ago
Header existance should be checked before fetching addresslists... More... almost 15 years ago