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

Smtp imap support #101

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

Smtp imap support #101

wants to merge 7 commits into from

Commits on Nov 28, 2023

  1. add smtp/imap transactions; initial setup

    Johannes Hahn committed Nov 28, 2023
    Configuration menu
    Copy the full SHA
    2229040 View commit details
    Browse the repository at this point in the history

Commits on Nov 29, 2023

  1. update node client tokio to 1.x;add response signed tx to sender via …

    …smtp
    Johannes Hahn committed Nov 29, 2023
    Configuration menu
    Copy the full SHA
    7727236 View commit details
    Browse the repository at this point in the history
  2. add finalize state of tx

    Johannes Hahn committed Nov 29, 2023
    Configuration menu
    Copy the full SHA
    5420091 View commit details
    Browse the repository at this point in the history
  3. integrate send tx via mail

    Johannes Hahn committed Nov 29, 2023
    Configuration menu
    Copy the full SHA
    113b068 View commit details
    Browse the repository at this point in the history

Commits on Nov 30, 2023

  1. cleanup code; add option to customize subject and body

    Johannes Hahn committed Nov 30, 2023
    Configuration menu
    Copy the full SHA
    f48336c View commit details
    Browse the repository at this point in the history
  2. format some error messages and remove unwrap()

    Johannes Hahn committed Nov 30, 2023
    Configuration menu
    Copy the full SHA
    aad32a8 View commit details
    Browse the repository at this point in the history
  3. change toolchain to stable

    Johannes Hahn committed Nov 30, 2023
    Configuration menu
    Copy the full SHA
    1125bab View commit details
    Browse the repository at this point in the history