All Versions
7
Latest Version
Avg Release Cycle
70 days
Latest Release
1333 days ago

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 #15

    Thank 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 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 ๐Ÿ™‡

  • 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 is maildroid 's, the first contributor ๐Ÿ™‡

  • v0.0.2-alpha

    August 13, 2019
  • v0.0.1 Changes

    August 10, 2019

    ๐Ÿš€ Maildroid initial release ๐ŸŽ‰