Inherits SmtpCommand
The SmtpMailFrom class parses and acts on the "mail from" command, with whatever extensions we like. Bothersome.
The extensions currently implemented are SIZE (see RFC 1870) and DSN (RFC 3461).
Creates a new SmtpMailFrom handler from the command issued to s, which is parsed using p.
Parses and (partly) acts on the esmtp parameter name, value pair. At present we don't support any, although that surely has to change soon.
Does everything this class needs to do. First checks that the SMTP object doesn't have any senders or recipients yet.
Reimplements SmtpCommand::execute().
This web page based on source code belonging to The Archiveopteryx Developers. All rights reserved.