This website requires JavaScript.
Explore
Help
Sign In
innov
/
django1
Watch
1
Star
0
Fork
You've already forked django1
0
Code
Issues
Pull Requests
1
Projects
Releases
Wiki
Activity
c988745cca
django1
/
django
/
core
/
mail
/
backends
History
Florian Apolloner
c988745cca
Changed console and filebackend to use msg.as_bytes to output the data as it would get send via smtp.
2013-12-30 23:46:05 +01:00
..
__init__.py
Fixed
#10355
-- Added an API for pluggable e-mail backends.
2009-11-03 12:53:26 +00:00
base.py
More attacking E302 violators
2013-11-02 13:12:09 -07:00
console.py
Changed console and filebackend to use msg.as_bytes to output the data as it would get send via smtp.
2013-12-30 23:46:05 +01:00
dummy.py
More attacking E302 violators
2013-11-02 13:12:09 -07:00
filebased.py
Changed console and filebackend to use msg.as_bytes to output the data as it would get send via smtp.
2013-12-30 23:46:05 +01:00
locmem.py
More attacking E302 violators
2013-11-02 13:12:09 -07:00
smtp.py
Introduced as_bytes for SafeMIMEText (and other SafeMIME-classes).
2013-12-28 18:35:17 +01:00