Versions in this module Expand all Collapse all v1 v1.0.0 Sep 29, 2016 Changes in this version + var MailServiceError_ErrorCode_name = map[int32]string + var MailServiceError_ErrorCode_value = map[string]int32 + type MailAttachment struct + ContentID *string + Data []byte + FileName *string + XXX_unrecognized []byte + func (*MailAttachment) ProtoMessage() + func (m *MailAttachment) GetContentID() string + func (m *MailAttachment) GetData() []byte + func (m *MailAttachment) GetFileName() string + func (m *MailAttachment) Reset() + func (m *MailAttachment) String() string + type MailHeader struct + Name *string + Value *string + XXX_unrecognized []byte + func (*MailHeader) ProtoMessage() + func (m *MailHeader) GetName() string + func (m *MailHeader) GetValue() string + func (m *MailHeader) Reset() + func (m *MailHeader) String() string + type MailMessage struct + Attachment []*MailAttachment + Bcc []string + Cc []string + Header []*MailHeader + HtmlBody *string + ReplyTo *string + Sender *string + Subject *string + TextBody *string + To []string + XXX_unrecognized []byte + func (*MailMessage) ProtoMessage() + func (m *MailMessage) GetAttachment() []*MailAttachment + func (m *MailMessage) GetBcc() []string + func (m *MailMessage) GetCc() []string + func (m *MailMessage) GetHeader() []*MailHeader + func (m *MailMessage) GetHtmlBody() string + func (m *MailMessage) GetReplyTo() string + func (m *MailMessage) GetSender() string + func (m *MailMessage) GetSubject() string + func (m *MailMessage) GetTextBody() string + func (m *MailMessage) GetTo() []string + func (m *MailMessage) Reset() + func (m *MailMessage) String() string + type MailServiceError struct + XXX_unrecognized []byte + func (*MailServiceError) ProtoMessage() + func (m *MailServiceError) Reset() + func (m *MailServiceError) String() string + type MailServiceError_ErrorCode int32 + const MailServiceError_BAD_REQUEST + const MailServiceError_INTERNAL_ERROR + const MailServiceError_INVALID_ATTACHMENT_TYPE + const MailServiceError_INVALID_CONTENT_ID + const MailServiceError_INVALID_HEADER_NAME + const MailServiceError_OK + const MailServiceError_UNAUTHORIZED_SENDER + func (x *MailServiceError_ErrorCode) UnmarshalJSON(data []byte) error + func (x MailServiceError_ErrorCode) Enum() *MailServiceError_ErrorCode + func (x MailServiceError_ErrorCode) String() string