1e113721d0
git-svn-id: https://svn.perl.org/qpsmtpd/branches/v010@39 958fd67b-6ff1-0310-b445-bb7760255be9
36 lines
825 B
Plaintext
36 lines
825 B
Plaintext
|
|
things to do for v0.10
|
|
----------------------
|
|
|
|
transaction should maybe be a part of the connection object instead
|
|
of off the main object
|
|
|
|
get timeouts to work in "tcpserver" mode (or generally; not sure where
|
|
it fits best)
|
|
|
|
|
|
plugin support;
|
|
|
|
support plugins for the rest of the commands.
|
|
|
|
specify a priority in register_hook. ("LAST", "FIRST", "MIDDLE", or
|
|
maybe a number)
|
|
|
|
proper access to the message body through the transaction
|
|
|
|
|
|
|
|
TRACE in Constants.pm is not actually being used. Should it?
|
|
|
|
|
|
|
|
Future Ideas
|
|
============
|
|
|
|
Methods to create a bounce message easily; partly so we can accept a
|
|
mail for one user but bounce it right away for another RCPT'er.
|
|
|
|
David Carraway has some thoughts for "user filters"
|
|
http://nntp.perl.org/group/perl.qpsmtpd/2
|
|
|
|
Make it run as a mod_perl 2.0 connection handler module ... |