Documentation
¶
Index ¶
- type Auth
- type Bridge
- type Endpoint
- type Message
- func (m *Message) Create(subject, from string, to map[string]bool, text string) (*domain.Message, error)
- func (m *Message) CreateAttachment(msg *domain.Message, name string, data []byte) (*domain.Attachment, error)
- func (m *Message) Get(uuid string) (*domain.Message, error)
- func (m *Message) List(limit, offset int) ([]domain.Message, error)
- func (m *Message) UpdateStatus(msg *domain.Message, status domain.Status) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Auth ¶ added in v0.4.0
type Auth struct {
// contains filtered or unexported fields
}
func NewAuth ¶ added in v0.4.0
func NewAuth(config *domain.ConfigSMTP) *Auth
func (*Auth) AnonymousLogin ¶ added in v0.4.0
type Endpoint ¶ added in v0.4.0
type Endpoint struct {
// contains filtered or unexported fields
}
func NewEndpoint ¶ added in v0.4.0
type Message ¶
type Message struct {
// contains filtered or unexported fields
}
func NewMessage ¶
func (*Message) CreateAttachment ¶ added in v0.4.0
Click to show internal directories.
Click to hide internal directories.