smtp vocabulary - Factor Documentation (original) (raw)
smtp vocabulary
Factor handbook » Vocabulary index
Documentation
SMTP client library
Metadata
Tags: | email, enterprise, network |
---|---|
Authors: | Elie Chaftari, Dirk Vleugels, Slava Pestov, Doug Coleman, Daniel Ehrenberg |
Words
Tuple classes
Class | Superclass | Slots |
---|---|---|
![]() |
![]() |
from to cc bcc subject content-type encoding body |
![]() |
![]() |
username password |
![]() |
![]() |
username password |
![]() |
![]() |
domain server tls? read-timeout auth |
Singleton classes
Ordinary words
Word | Stack effect |
---|---|
![]() |
( -- email ) |
![]() |
( username password -- login-auth ) |
![]() |
( username password -- plain-auth ) |
![]() |
( -- smtp-config ) |
![]() |
( -- smtp-config ) |
![]() |
( message -- ) |
![]() |
( email -- ) |
![]() |
( quot -- ) |
![]() |
( quot -- ) |
Class predicate words
Word | Stack effect |
---|---|
![]() |
( object -- ? ) |
![]() |
( object -- ? ) |
![]() |
( object -- ? ) |
![]() |
( object -- ? ) |
![]() |
( object -- ? ) |
Files
resource:basis/smtp/smtp.factor
resource:basis/smtp/smtp-docs.factor
resource:basis/smtp/smtp-tests.factor
Metadata files
resource:basis/smtp/authors.txt
resource:basis/smtp/summary.txt
resource:basis/smtp/tags.txt
Children from resource:basis
Vocabulary | Summary |
---|---|
![]() |
SMTP server for testing purposes |