All notable changes to this project will be documented in this file. This project adheres to Semantic Versioning.
File
type and the CreateFile
and OpenFile
functions have been removed.Message.Attach
and Message.Embed
have a new signature.Message.GetBodyWriter
has been removed. Use Message.AddAlternativeWriter
instead.Message.Export
has been removed. Message.WriteTo
can be used instead.Message.DelHeader
has been removed.Bcc
header field is no longer sent. It is far more simpler and
efficient: the same message is sent to all recipients instead of sending a
different email to each Bcc address.NewPlainDialer
now implements the LOGIN
authentication mechanism when needed.