Releases: nedimf/maildroid
Version v0.1.1 🎉
Huge thanks to @NarvalNudiste efforts, now it's possible to use more than one CC and BCC parameters.
Version v0.1.0 🎉
This version should fix error with Android 11 unresolved dependencies!
What's Changed
- Fix android 11 error by @v1rus-dev in #41
New Contributors
- @v1rus-dev made their first contribution in #41
Full Changelog: v0.0.5...v0.1.0-release
Version v0.0.9 🎉
This release contains updated version of JakartaMail API, this should solve any Android 11 incompatibilities.
Big thanks to @julianprester for providing needed PR #39
Thank you all for using Maildroid!
Version v0.0.8 🎉
Thanks to contribution of @rcoley93, I'm happy to create new release of your favorite Android emailing library!
Ryan did amazing job, adding new features to this library:
- multiple recipients for
to:
email field bcc
supportcc
support
Ryan also added new design to sample app.
Thank you Ryan for your contribution, looking forward to see what else you contribute to this project!
Ryans PR: #33
Fix for Android 11
This release comes as fix to issue #32. Android 11 crash.
Version v0.0.6 🎉
This release brings STARTTLS feature. as requested in #30 .
Version v0.0.5 🎉
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
Version v0.0.4 🎉
Fixing jitpack error
Version v0.0.4 🎉
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 #15
Thank you for using this library.
Nedim
Version v0.0.3
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 accordingly override 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 🙇♂️