Skip to content

Releases: nedimf/maildroid

Version v0.1.1 🎉

22 Dec 00:14
360b1f3
Compare
Choose a tag to compare

Huge thanks to @NarvalNudiste efforts, now it's possible to use more than one CC and BCC parameters.

Version v0.1.0 🎉

29 Jan 14:51
2a0b0ae
Compare
Choose a tag to compare

This version should fix error with Android 11 unresolved dependencies!

What's Changed

New Contributors

Full Changelog: v0.0.5...v0.1.0-release

Version v0.0.9 🎉

01 Nov 09:04
af6dd10
Compare
Choose a tag to compare

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 🎉

23 May 10:28
b099265
Compare
Choose a tag to compare

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 support
  • cc 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

10 Feb 14:47
Compare
Choose a tag to compare

This release comes as fix to issue #32. Android 11 crash.

Version v0.0.6 🎉

09 Jan 16:55
Compare
Choose a tag to compare

This release brings STARTTLS feature. as requested in #30 .

Version v0.0.5 🎉

03 Aug 11:09
3286854
Compare
Choose a tag to compare

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 🎉

17 May 22:26
01258cf
Compare
Choose a tag to compare

Fixing jitpack error

Version v0.0.4 🎉

07 Apr 10:11
01258cf
Compare
Choose a tag to compare

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

29 Aug 16:37
135da4e
Compare
Choose a tag to compare

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 function onFail() 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 🙇‍♂️