mail

package
v0.0.2 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 13, 2023 License: MIT Imports: 17 Imported by: 0

Documentation

Index

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

type Client struct {
	ice.Code
	ice.Hash
	// contains filtered or unexported fields
}

func (Client) Archive

func (s Client) Archive(m *ice.Message, arg ...string)

func (Client) Copy

func (s Client) Copy(m *ice.Message, arg ...string)

func (Client) Create

func (s Client) Create(m *ice.Message, arg ...string)

func (Client) Forword

func (s Client) Forword(m *ice.Message, arg ...string)

func (Client) Init

func (s Client) Init(m *ice.Message, arg ...string)

func (Client) Inputs

func (s Client) Inputs(m *ice.Message, arg ...string)

func (Client) List

func (s Client) List(m *ice.Message, arg ...string)

func (Client) Login

func (s Client) Login(m *ice.Message, arg ...string)

func (Client) Logout

func (s Client) Logout(m *ice.Message, arg ...string)

func (Client) Move

func (s Client) Move(m *ice.Message, arg ...string)

func (Client) Prune

func (s Client) Prune(m *ice.Message, arg ...string)

func (Client) Remove

func (s Client) Remove(m *ice.Message, arg ...string)

func (Client) Rename

func (s Client) Rename(m *ice.Message, arg ...string)

func (Client) Reply

func (s Client) Reply(m *ice.Message, arg ...string)

func (Client) Send

func (s Client) Send(m *ice.Message, arg ...string)

func (Client) Spam

func (s Client) Spam(m *ice.Message, arg ...string)

func (Client) Sync

func (s Client) Sync(m *ice.Message, arg ...string)

func (Client) Trash

func (s Client) Trash(m *ice.Message, arg ...string)

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL