Expand description

Default connectors comming with service-io.

Re-exports

pub use self::imap::ImapClient;

Modules

Structs

Print the message to the stdout.

Output connector that acts as a SMTP client The service sends emails to the SMTP server. The service name is added as first word of the subject following by space. The arguments are added as a words to the subject separated by spaces.

Reads a line from the stdin. The service accepts a parameter that corresponds with the user. The first word of the line is interpreted as the service name. The following spaced-separated words are the arguments. Neither body nor attach fields are populated.