* smtp.el: Require `net-trans'.
authorueno <ueno>
Mon, 14 Aug 2000 16:17:36 +0000 (16:17 +0000)
committerueno <ueno>
Mon, 14 Aug 2000 16:17:36 +0000 (16:17 +0000)
commitbabbdbb5bfe2ebc8ca986d34fe97e2e818a74fe5
tree47227bf2a2ba93719bc213d19f5ef1fd83c96a24
parentf025649799f4ed8ec2c418c7d68417092291af3d
* smtp.el: Require `net-trans'.
(smtp-transaction): New class.
(smtp-open-connection-function): New variable.
(smtp-default-commands): New variable.
(smtp-commands): New variable.
(smtp-transaction-function): New variable.
(smtp-greeting): New generic function.
(smtp-ehlo): New generic function.
(smtp-helo): New generic function.
(smtp-mailfrom): New generic function.
(smtp-rcptto): New generic function.
(smtp-data): New generic function.
(smtp-via-smtp): Simplify.
(smtp-check-response): New function.
smtp.el