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

Send via SMTP support for aliases #869

Open
wants to merge 36 commits into
base: master
Choose a base branch
from

Commits on Mar 31, 2022

  1. Create initial SMTP handler

    sahilph committed Mar 31, 2022
    Configuration menu
    Copy the full SHA
    ca245b2 View commit details
    Browse the repository at this point in the history

Commits on Apr 1, 2022

  1. Configuration menu
    Copy the full SHA
    a93696e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fbfc714 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    334ab93 View commit details
    Browse the repository at this point in the history
  4. Change script type to module

    Also change way of importing nanoid
    sahilph committed Apr 1, 2022
    Configuration menu
    Copy the full SHA
    d07af51 View commit details
    Browse the repository at this point in the history
  5. Improve SMTP password logic

    sahilph committed Apr 1, 2022
    Configuration menu
    Copy the full SHA
    dfdbf0d View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    26fdf52 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    fb65e0c View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    42c4c80 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    7b5181c View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    7673644 View commit details
    Browse the repository at this point in the history
  11. Revert "Add auto-generated migrations"

    This reverts commit 42c4c80.
    sahilph committed Apr 1, 2022
    Configuration menu
    Copy the full SHA
    25b8ee8 View commit details
    Browse the repository at this point in the history
  12. Fix email logging

    sahilph committed Apr 1, 2022
    Configuration menu
    Copy the full SHA
    8387ecd View commit details
    Browse the repository at this point in the history

Commits on Apr 2, 2022

  1. Configuration menu
    Copy the full SHA
    c512e77 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    73f3d09 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ba2a047 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1af6fcf View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    84ec9e2 View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2022

  1. Configuration menu
    Copy the full SHA
    48da27a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b717f79 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    40eab54 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    98d1ff9 View commit details
    Browse the repository at this point in the history
  5. Revert "Add auto-generated migrations"

    This reverts commit ba2a047.
    sahilph committed Apr 3, 2022
    Configuration menu
    Copy the full SHA
    93335a6 View commit details
    Browse the repository at this point in the history
  6. Change set_password part

    - Also change comment to " override PasswordOracle.password" to be more explicit
    - Add one more check in alias.py view while saving password.
    sahilph committed Apr 3, 2022
    Configuration menu
    Copy the full SHA
    cc07d6b View commit details
    Browse the repository at this point in the history
  7. ReFormat index and setting htmls using Pycharm

    - Also change JS variable to camelCase in index.html
    sahilph committed Apr 3, 2022
    Configuration menu
    Copy the full SHA
    aec499e View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    25a56ec View commit details
    Browse the repository at this point in the history
  9. Get alias domain by get_email_domain_part in SMTP_handler

    Also:
    - remove should_ignore_bounce
    - Remove region comment
    - move "user.disabled" higher to avoid the unnecessary contact creation
    - Remove unnecessary parenthesis
    sahilph committed Apr 3, 2022
    Configuration menu
    Copy the full SHA
    a00fc10 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    66b31bb View commit details
    Browse the repository at this point in the history
  11. Revert "ReFormat index and setting htmls using Pycharm"

    This reverts commit aec499e.
    sahilph committed Apr 3, 2022
    Configuration menu
    Copy the full SHA
    82da27b View commit details
    Browse the repository at this point in the history
  12. Re-format again with PyCharm

    - Changed PyCharm's reformat settings to match the repo
    sahilph committed Apr 3, 2022
    Configuration menu
    Copy the full SHA
    6180a80 View commit details
    Browse the repository at this point in the history
  13. Redo Change JS vars to camelcase

    - Had to do this again after commit revert
    sahilph committed Apr 3, 2022
    Configuration menu
    Copy the full SHA
    8a5efb2 View commit details
    Browse the repository at this point in the history

Commits on Apr 15, 2022

  1. Configuration menu
    Copy the full SHA
    b8ec8aa View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    18c0a02 View commit details
    Browse the repository at this point in the history
  3. Handle sending to reverse alias in SMTP_handler

    - Also create a stripped down function `get_or_create_contact_for_SMTP_phase` 
    - Also change the log to debug instead of warning
    sahilph committed Apr 15, 2022
    Configuration menu
    Copy the full SHA
    a2901e2 View commit details
    Browse the repository at this point in the history
  4. Revert "Add auto-generated migrations"

    This reverts commit 25a56ec.
    sahilph committed Apr 15, 2022
    Configuration menu
    Copy the full SHA
    e0b7fc3 View commit details
    Browse the repository at this point in the history
  5. Add auto-generated migrations

    sahilph committed Apr 15, 2022
    Configuration menu
    Copy the full SHA
    32d6a73 View commit details
    Browse the repository at this point in the history