Index of values


C
close [Smtp]
close h close the connection
connect [Smtp]
connect host return channels for the connection with host on smtp port

D
data [Smtp]
data h msg send a DATA command and after the message msg.

H
helo [Smtp]
helo h hostname send the HELO command thru the handle h and with hostname as argument.

M
mail [Smtp]
mail h mail send a MAIL FROM command thru handle h and with mail as argument .

Q
quit [Smtp]
quit h send a QUIT command thru handle h.

R
rcpt [Smtp]
rcpt h mail send a RCPT TO command thru handle h and with mail as argument.