Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

upstream #10

Merged
merged 47 commits into from
Jun 14, 2024
Merged

upstream #10

merged 47 commits into from
Jun 14, 2024

Commits on Apr 22, 2022

  1. Merge pull request #1 from shivam1608/development

    Migrated to Okhttp
    shivam1608 committed Apr 22, 2022
    Configuration menu
    Copy the full SHA
    60a451e View commit details
    Browse the repository at this point in the history
  2. Update README.md

    shivam1608 committed Apr 22, 2022
    Configuration menu
    Copy the full SHA
    a72534e View commit details
    Browse the repository at this point in the history
  3. Update README.md

    shivam1608 committed Apr 22, 2022
    Configuration menu
    Copy the full SHA
    ef61684 View commit details
    Browse the repository at this point in the history
  4. Update README.md

    shivam1608 committed Apr 22, 2022
    Configuration menu
    Copy the full SHA
    ef6ec80 View commit details
    Browse the repository at this point in the history
  5. Update README.md

    shivam1608 committed Apr 22, 2022
    Configuration menu
    Copy the full SHA
    51eddb4 View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2022

  1. ignore eclipse project file

    awidesky committed Sep 26, 2022
    Configuration menu
    Copy the full SHA
    f3477ed View commit details
    Browse the repository at this point in the history
  2. bugfix in example(generating random domain)

    Domains.getRandomDomain() returns an Domain object.
    It does not override toString(), so
    "thisismychoice@"+Domains.getRandomDomain() will be like
    thisismychoice@me.shivzee.util.Domain@7fb4f2a9
    This cause following Exception :
    javax.security.auth.login.LoginException: Something went wrong while
    creating account! Try Againjavax.security.auth.login.LoginException:
    Account Already Exists! Error 422
    	at me.shivzee.util.JMailBuilder.createAndLogin(JMailBuilder.java:94)
    
    To fix this, I called getDomainName() to get real domain name, and it
    worked fine. :)
    awidesky committed Sep 26, 2022
    Configuration menu
    Copy the full SHA
    5ecd64b View commit details
    Browse the repository at this point in the history

Commits on Sep 29, 2022

  1. add .gitignore for eclipse

    Sorry, since I'm in army, all  I can use in here is just Eclipse
    Portable XD
    awidesky committed Sep 29, 2022
    Configuration menu
    Copy the full SHA
    bd8116b View commit details
    Browse the repository at this point in the history

Commits on Oct 1, 2022

  1. Configuration menu
    Copy the full SHA
    ac67f6f View commit details
    Browse the repository at this point in the history
  2. add Synchronous methods

    awidesky committed Oct 1, 2022
    Configuration menu
    Copy the full SHA
    bd30199 View commit details
    Browse the repository at this point in the history
  3. name Threads

    awidesky committed Oct 1, 2022
    Configuration menu
    Copy the full SHA
    79f380e View commit details
    Browse the repository at this point in the history
  4. change version number

    awidesky committed Oct 1, 2022
    Configuration menu
    Copy the full SHA
    d10b70b View commit details
    Browse the repository at this point in the history
  5. Merge pull request #3 from awidesky/dev-synctask

    Dev synctask
    shivam1608 committed Oct 1, 2022
    Configuration menu
    Copy the full SHA
    47b5b3b View commit details
    Browse the repository at this point in the history
  6. fixed pr3

    Added Reusability of Code & Updated Java Docs
    shivam1608 committed Oct 1, 2022
    Configuration menu
    Copy the full SHA
    8d83907 View commit details
    Browse the repository at this point in the history
  7. Updated Version

    shivam1608 committed Oct 1, 2022
    Configuration menu
    Copy the full SHA
    e8f9297 View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2022

  1. Update README.md

    shivam1608 committed Oct 2, 2022
    Configuration menu
    Copy the full SHA
    9c97b1a View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2022

  1. Added EventListener

    shivam1608 committed Oct 8, 2022
    Configuration menu
    Copy the full SHA
    a45ded1 View commit details
    Browse the repository at this point in the history
  2. Fix:Patch Request

    shivam1608 committed Oct 8, 2022
    Configuration menu
    Copy the full SHA
    b13ecd6 View commit details
    Browse the repository at this point in the history
  3. Added Checks

    shivam1608 committed Oct 8, 2022
    Configuration menu
    Copy the full SHA
    30e1ed3 View commit details
    Browse the repository at this point in the history
  4. Added: EventListener

    shivam1608 committed Oct 8, 2022
    Configuration menu
    Copy the full SHA
    ca0ae95 View commit details
    Browse the repository at this point in the history
  5. Fix: Naming Convention

    shivam1608 committed Oct 8, 2022
    Configuration menu
    Copy the full SHA
    dcc075a View commit details
    Browse the repository at this point in the history
  6. Removed Old Docs

    shivam1608 committed Oct 8, 2022
    Configuration menu
    Copy the full SHA
    dc5ec13 View commit details
    Browse the repository at this point in the history
  7. Added EventListener

    shivam1608 committed Oct 8, 2022
    Configuration menu
    Copy the full SHA
    49eda7e View commit details
    Browse the repository at this point in the history
  8. Update: Docs

    shivam1608 committed Oct 8, 2022
    Configuration menu
    Copy the full SHA
    106e5c0 View commit details
    Browse the repository at this point in the history
  9. Update: EventListener

    shivam1608 committed Oct 8, 2022
    Configuration menu
    Copy the full SHA
    f70c473 View commit details
    Browse the repository at this point in the history
  10. Update: Java Docs

    shivam1608 committed Oct 8, 2022
    Configuration menu
    Copy the full SHA
    259b816 View commit details
    Browse the repository at this point in the history
  11. Update: Version

    shivam1608 committed Oct 8, 2022
    Configuration menu
    Copy the full SHA
    6fc9333 View commit details
    Browse the repository at this point in the history
  12. Add: JMailTM.jar

    shivam1608 committed Oct 8, 2022
    Configuration menu
    Copy the full SHA
    40f762b View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    c82ac33 View commit details
    Browse the repository at this point in the history
  14. Update README.md

    shivam1608 committed Oct 8, 2022
    Configuration menu
    Copy the full SHA
    56c278c View commit details
    Browse the repository at this point in the history

Commits on Nov 6, 2022

  1. Configuration menu
    Copy the full SHA
    184c237 View commit details
    Browse the repository at this point in the history
  2. Update: Bind to Logger

    shivam1608 committed Nov 6, 2022
    Configuration menu
    Copy the full SHA
    eefb1aa View commit details
    Browse the repository at this point in the history
  3. Fixed: Documentation

    shivam1608 committed Nov 6, 2022
    Configuration menu
    Copy the full SHA
    14ea9f9 View commit details
    Browse the repository at this point in the history
  4. Updated: Documentation

    shivam1608 committed Nov 6, 2022
    Configuration menu
    Copy the full SHA
    cd4f62b View commit details
    Browse the repository at this point in the history
  5. Updated: Version

    shivam1608 committed Nov 6, 2022
    Configuration menu
    Copy the full SHA
    29ec36c View commit details
    Browse the repository at this point in the history
  6. Updated: Version

    shivam1608 committed Nov 6, 2022
    Configuration menu
    Copy the full SHA
    73ca7fc View commit details
    Browse the repository at this point in the history

Commits on Nov 11, 2022

  1. 1. Added status code 429 Exception

    2. Added created/updated time in ZonedDateTime format
    VigneshwaranT committed Nov 11, 2022
    Configuration menu
    Copy the full SHA
    dcde9ec View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2022

  1. Updated as per comment

    VigneshwaranT committed Nov 13, 2022
    Configuration menu
    Copy the full SHA
    0aeeef0 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #4 from vigneshwarn/main

    extended features
    shivam1608 committed Nov 13, 2022
    Configuration menu
    Copy the full SHA
    cad6af6 View commit details
    Browse the repository at this point in the history

Commits on Dec 25, 2022

  1. Updated: Version

    shivam1608 committed Dec 25, 2022
    Configuration menu
    Copy the full SHA
    52aea60 View commit details
    Browse the repository at this point in the history
  2. Added: Examples Directory

    shivam1608 committed Dec 25, 2022
    Configuration menu
    Copy the full SHA
    f5ca7f0 View commit details
    Browse the repository at this point in the history
  3. Added: Login with Token

    shivam1608 committed Dec 25, 2022
    Configuration menu
    Copy the full SHA
    4ebdd37 View commit details
    Browse the repository at this point in the history
  4. Updated: JavaDocs

    shivam1608 committed Dec 25, 2022
    Configuration menu
    Copy the full SHA
    dcdbbd7 View commit details
    Browse the repository at this point in the history
  5. Update README.md

    shivam1608 committed Dec 25, 2022
    Configuration menu
    Copy the full SHA
    1c379fb View commit details
    Browse the repository at this point in the history

Commits on Oct 30, 2023

  1. Added if condition for hasAttachments (#6)

    * Added if condition for hasAttachments
    
    * As per review comments, modified the if block to minimal
    
    ---------
    
    Co-authored-by: aarahman <aarahman@tekion.com>
    aarahmanqa and aarahman committed Oct 30, 2023
    Configuration menu
    Copy the full SHA
    2645137 View commit details
    Browse the repository at this point in the history

Commits on May 19, 2024

  1. Null checks on fields (#7)

    * Added if condition for hasAttachments
    
    * Added safeEval() so that if any field is null calling toString will not cause issue
    
    * Changed the primitive data type to Wrapper type in POJO classes
    
    ---------
    
    Co-authored-by: aarahman <aarahman@tekion.com>
    aarahmanqa and aarahman committed May 19, 2024
    Configuration menu
    Copy the full SHA
    bf22b1c View commit details
    Browse the repository at this point in the history

Commits on Jun 2, 2024

  1. Update readme tags

    shivam1608 committed Jun 2, 2024
    Configuration menu
    Copy the full SHA
    329c86c View commit details
    Browse the repository at this point in the history