Maildroid Versions Save

Maildroid is a small robust android library for sending emails using SMTP server

v0.1.1-release

1 year ago

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

v0.1.0-release

2 years ago

This version should fix error with Android 11 unresolved dependencies!

What's Changed

New Contributors

Full Changelog: https://github.com/nedimf/maildroid/compare/v0.0.5...v0.1.0-release

v0.0.9-release

2 years ago

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!

v0.0.8-release

2 years ago

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

v0.0.7-release

3 years ago

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

v0.0.6-release

3 years ago

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

v0.0.5

3 years ago

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-relase

3 years ago

Fixing jitpack error

v0.0.4

4 years ago

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

v0.0.3

4 years ago

Version v0.0.3 :tada:

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 :star:

Thank you very much for supporting and using this library :bowing_man: