diff options
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,5 +1,11 @@ | |||
1 | - bizarre default values for getnameinfo should throw error instead! | 1 | - bizarre default values for getnameinfo should throw error instead! |
2 | 2 | ||
3 | > It's just too bad it can't talk to gmail - | ||
4 | > reason 1: they absolutely want TLS | ||
5 | > reason 2: unlike all the other SMTP implementations, they | ||
6 | > don't | ||
7 | > tolerate missing < > around adresses | ||
8 | |||
3 | - document the new bind and connect behavior. | 9 | - document the new bind and connect behavior. |
4 | - shouldn't we instead make the code compatible to Lua 5.2 | 10 | - shouldn't we instead make the code compatible to Lua 5.2 |
5 | without any compat stuff, and use a compatibility layer to | 11 | without any compat stuff, and use a compatibility layer to |