qpsmtpd/lib/Qpsmtpd
Ask Bjørn Hansen c2b8e8aa19 Add not even halfbaked saslauth plugin. Hopefully it'll give us
SMTP AUTH some day.  :-)

  If a plugin running the ehlo hook add something to the ARRAY
  reference $self->transaction->notes('capabilities') then it will be
  added to the EHLO response.

  Add command_counter method to the SMTP object.  Plugins can use this
  to catch (or not) consecutive commands.  In particular useful with
  the unrecognized_command hook.


git-svn-id: https://svn.perl.org/qpsmtpd/trunk@144 958fd67b-6ff1-0310-b445-bb7760255be9
2003-04-21 09:42:01 +00:00
..
Connection.pm add notes method to the Connection object. (used in the dnsbl plugin) 2002-09-10 13:42:44 +00:00
Constants.pm yay, plugin support works! :-D 2002-07-08 02:30:11 +00:00
Plugin.pm Reorganize most of Qpsmtpd.pm into Qpsmtpd/SMTP.pm. 2002-09-24 10:56:35 +00:00
SMTP.pm Add not even halfbaked saslauth plugin. Hopefully it'll give us 2003-04-21 09:42:01 +00:00
TcpServer.pm Filter out all uncommon characters from the remote_host 2003-04-21 08:28:12 +00:00
Transaction.pm Don't break under taint mode on OpenBSD. (thanks to Frank Denis / 2003-04-21 08:23:35 +00:00
Utils.pm add thhe Utils.pm module 2002-09-24 18:53:45 +00:00