smtp vocabulary
Factor documentation > Factor handbook > Vocabulary index


Documentation
SMTP client library

Meta-data
Tags:enterprise, network
Authors:Elie Chaftari, Dirk Vleugels, Slava Pestov, Doug Coleman, Daniel Ehrenberg


Words

Tuple classes
ClassSuperclassSlots
email tuplefrom to cc bcc subject content-type encoding body
plain-auth tupleusername password


Singleton classes
no-auth


Symbol words
smtp-auth
smtp-domain
smtp-read-timeout
smtp-server
smtp-tls?


Ordinary words
WordStack effect
<email>( -- email )
<plain-auth>( username password -- plain-auth )
log-smtp-connection( message -- )
send-email( email -- )
with-smtp-connection( quot -- )


Class predicate words
WordStack effect
email?( object -- ? )
no-auth?( object -- ? )
plain-auth?( object -- ? )


Files
resource:basis/smtp/smtp.factor
resource:basis/smtp/smtp-docs.factor
resource:basis/smtp/smtp-tests.factor


Children from resource:basis
VocabularySummary
smtp.serverSMTP server for testing purposes


Children
VocabularySummary
smtp.privatesmtp.private vocabulary