Changelog History
-
v0.0.5 Changes
August 03, 2020๐ Release v0.0.5 adding new behavior to
onCompleteCallback
referenced by @danilo04 for the latest merge.
๐ If you have any issue with this release please, open an issue we will take look at it.Nedim
-
v0.0.4 Changes
April 07, 2020๐ In this release we introduced:
- isJavascriptDisabled
This option should be true only for specific case when javascript must not be parsed. This is built in as reference to issue #21. Be aware that using this will distort CSS layout of an e-mail.
.isJavascriptDisabled(true)
- smtpAuthentication
constructor is DEPRECETED as of it's now default
`true
` in the codebase. Referencing issue #15Thank you for using this library.
Nedim
-
v0.0.4-relase Changes
May 17, 2020๐ Fixing jitpack error
-
v0.0.3 Changes
August 29, 2019๐ Version v0.0.3 ๐
๐ It's time for version v0.0.3. This is small release and we are pushing it because of the enhancement that we added in latest commit to fix issue #12.
๐ New feature:onCompleteCallback(object : MaildroidX.onCompleteCallback{ override val timeout: Long = 4000 //Add timeout accordinglyoverride fun onSuccess() { //Success message}override fun onFail(errorMessage: String) { //Error message and errorMessage to identify it} })
We have added
errorMessage
parameter in functiononFail()
and we are hoping that it will be used to more easily identify errors in sending email.- ๐
context()
parameter is DEPRECATED - Library will no longer check if internet connection is active, we will leave that to developer
๐ฑ Celebrating 90 โญ๏ธ
๐ฑ Thank you very much for supporting and using this library ๐
-
v0.0.2 Changes
August 13, 2019๐ Version 0.0.2 alpha release ๐
๐ New features:
- ๐ฑ DSL implementation ( Thank you @javier-moreno ๐ : )
- Enum class to declare type of email (HTML/PLAIN)
- No limit on number attachments
- No limit on number of recipients
- ๐ Better handling
onCompleteCallback
- Solve issues/bugs #6 #10 #9
Thank you message
I have published this library less than a week ago and we are already pushing a new alpha version.
๐ฑ Big thank you to all redditors on r/androidev who commented, open thread and upvoted this library ๐
๐ฑ Also big thanks to @javier-moreno who ismaildroid
's, the first contributor ๐ -
v0.0.2-alpha
August 13, 2019 -
v0.0.1 Changes
August 10, 2019๐ Maildroid initial release ๐