|
|
|
@117
|
[117]
|
4 days |
fs |
renamed providers to transports which reflects the real purpose better
|
|
|
|
@116
|
[116]
|
1 week |
amcgregor |
Corrected variable reference before assignment error.
|
|
|
|
@115
|
[115]
|
2 weeks |
amcgregor |
Corrected missing default value of None on the mail.smtp.tls …
|
|
|
|
@114
|
[114]
|
2 weeks |
amcgregor |
Fixed docstring as per #88.
|
|
|
|
@113
|
[113]
|
2 weeks |
amcgregor |
Made exceptions consistent by changing the Error suffix to Exception, …
|
|
|
|
@112
|
[112]
|
2 weeks |
amcgregor |
Support for internationalized domains (#69) and expanded validation for …
|
|
|
|
@111
|
[111]
|
3 weeks |
fs |
fixes #94
|
|
|
|
@110
|
[110]
|
3 weeks |
fs |
fixes #76
|
|
|
|
@109
|
[109]
|
3 weeks |
fs |
Most compatibility stuff for #72 done
|
|
|
|
@108
|
[108]
|
4 weeks |
fs |
fixes #79
|
|
|
|
@107
|
[107]
|
1 month |
fs |
Message class refactoring: re-enable positional parameters, several …
|
|
|
|
@106
|
[106]
|
1 month |
fs |
removing empty python modules so they don't confuse people
|
|
|
|
@105
|
[105]
|
2 months |
fs |
fixes #71
|
|
|
|
@104
|
[104]
|
2 months |
fs |
debug provider now stores all mails so you can check then in unit tests …
|
|
|
|
@103
|
[103]
|
2 months |
fs |
forgot to add the test case for #75
|
|
|
|
@102
|
[102]
|
2 months |
fs |
adds the ability not to use setuptools for manager/provider class lookup …
|
|
|
|
@101
|
[101]
|
2 months |
fs |
adds support for non ascii characters in recipient names (#68)
|
|
|
|
@100
|
[100]
|
2 months |
fs |
adds support for non ascii characters in subject (#67)
|
|
|
|
@99
|
[99]
|
2 months |
fs |
removes all namespace packages (#87)
|
|
|
|
@98
|
[98]
|
5 months |
fs |
Fixed bad access to TurboMail's config in utf8qp
|
|
|
|
@97
|
[97]
|
5 months |
fs |
added *.pyc to svn:ignore for several directories
|
|
|
|
@96
|
[96]
|
7 months |
fs |
we don't need the uuid module anymore since r86
|
|
|
|
@95
|
[95]
|
7 months |
fs |
Python 2.4 compatibility: email.utils does not exist in Python 2.4
|
|
|
|
@94
|
[94]
|
7 months |
fs |
Rename StubMessage? -> WrappedMessage? …
|
|
|
|
@93
|
[93]
|
7 months |
fs |
Fix: use interface.provider, not turbomail.provider (related to r85)
|
|
|
|
@92
|
[92]
|
7 months |
fs |
fixing some spelling errors
|
|
|
|
@91
|
[91]
|
8 months |
amcgregor |
Altered uuid Python version check to check for less than 2.5, not 2.4 or …
|
|
|
|
@90
|
[90]
|
8 months |
amcgregor |
Added install_requires reference to setup.
|
|
|
|
@89
|
[89]
|
8 months |
amcgregor |
Added dynamic requirement of the uuid module for Python < 2.5
|
|
|
|
@88
|
[88]
|
8 months |
amcgregor |
Added docstring to Address class.
|
|
|
|
@87
|
[87]
|
9 months |
fs |
spelling
|
|
|
|
@86
|
[86]
|
9 months |
fs |
use the built-in make_msgid() from email.utils for generation of message …
|
|
|
|
@85
|
[85]
|
9 months |
fs |
Cleanup: Don't import turbomail.control.interface as turbomail
|
|
|
|
@84
|
[84]
|
9 months |
fs |
converting tabs to spaces
|
|
|
|
@83
|
[83]
|
9 months |
fs |
Moving branches/3.0 to trunk
|
|
copied from branches/3.0:
|
|
|
|
@81
|
[81]
|
9 months |
fs |
fixing missing import: MailNotEnabledException?
|