977 B
		
	
	
	
	
	
	
	
			
		
		
	
	
			977 B
		
	
	
	
	
	
	
	
Change Log
All notable changes to this project will be documented in this file. This project adheres to Semantic Versioning.
[2.0.0] - 2015-09-02
- Mailer has been removed. It has been replaced by Dialer and Sender.
- Filetype and the- CreateFileand- OpenFilefunctions have been removed.
- Message.Attachand- Message.Embedhave a new signature.
- Message.GetBodyWriterhas been removed. Use- Message.AddAlternativeWriterinstead.
- Message.Exporthas been removed.- Message.WriteTocan be used instead.
- Message.DelHeaderhas been removed.
- The Bccheader 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.
- LoginAuth has been removed. NewPlainDialernow implements the LOGIN authentication mechanism when needed.
- Go 1.2 is now required instead of Go 1.3. No external dependency are used when using Go 1.5.
