Documentation ¶
Index ¶
- Constants
- type Client
- func (s Client) Archive(m *ice.Message, arg ...string)
- func (s Client) Copy(m *ice.Message, arg ...string)
- func (s Client) Create(m *ice.Message, arg ...string)
- func (s Client) Forword(m *ice.Message, arg ...string)
- func (s Client) Init(m *ice.Message, arg ...string)
- func (s Client) Inputs(m *ice.Message, arg ...string)
- func (s Client) List(m *ice.Message, arg ...string)
- func (s Client) Login(m *ice.Message, arg ...string)
- func (s Client) Logout(m *ice.Message, arg ...string)
- func (s Client) Move(m *ice.Message, arg ...string)
- func (s Client) Prune(m *ice.Message, arg ...string)
- func (s Client) Remove(m *ice.Message, arg ...string)
- func (s Client) Rename(m *ice.Message, arg ...string)
- func (s Client) Reply(m *ice.Message, arg ...string)
- func (s Client) Send(m *ice.Message, arg ...string)
- func (s Client) Spam(m *ice.Message, arg ...string)
- func (s Client) Sync(m *ice.Message, arg ...string)
- func (s Client) Trash(m *ice.Message, arg ...string)
Constants ¶
View Source
const ( MAIL = "mail" SMTP = "smtp" IMAP = "imap" MAILBOX = "mailbox" SUBJECT = "subject" CONTENT_HTML = "content.html" USR_LOCAL_MAIL = "usr/local/mail/" INBOX = "INBOX" SENT = "Sent" DRAFTS = "Drafts" SPAM = "Spam" TRASH = "Trash" ARCHIVE = "Archive" FROM = "from" TO = "to" CC = "cc" BCC = "bcc" SENDER = "sender" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
Click to show internal directories.
Click to hide internal directories.