package
1.1.5
Repository: https://github.com/mjarkk/mini-mail-dev.git
Documentation: pkg.go.dev

# Packages

No description provided by the author

# Functions

ConvertAddress converts mail.Address to a Address.
ConvertAddressList converts a list of mail.Address to a list of Address.
ConvertAttachment converts parsemail.Attachment to a Attachment.
ConvertAttachmentList converts a list of parsemail.Attachment to a list of Attachment.
ConvertEmail converts parsemail.Email to a Email.
ConvertEmbeddedFile converts parsemail.EmbeddedFile to a EmbeddedFile.
ConvertEmbeddedFileList converts a list of parsemail.EmbeddedFile to a list of EmbeddedFile.
MightConvertAddress converts *mail.Address to a *Address.
StartEmailServer starts the email server.
StartWebserver starts the webserver.

# Structs

Address with json attributes.
Attachment with json attributes.
The Backend implements SMTP server methods.
Email contains a single email.
No description provided by the author
No description provided by the author
EmbeddedFile with json attributes.
ErrorResponse is the response send by the server when an error occurs.
A Session is returned after EHLO.
StartEmailServerOptions are the options for starting the email server.
StartWebserverOptions are the options for the webserver.