-
-
Notifications
You must be signed in to change notification settings - Fork 33
feat: email support using lettre #250
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
Open
trkelly23
wants to merge
25
commits into
cot-rs:master
Choose a base branch
from
trkelly23:feat-add-email-support
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
25 commits
Select commit
Hold shift + click to select a range
1d2849e
Initial commit of email.rs using lettre
trkelly23 252cebe
Initial commit of Add email support using lettre crate
trkelly23 fc1fb9f
Added the message printout if debug mode is enabled
trkelly23 d64980f
Added a test and deferred the extra headers and attachment features.
trkelly23 4edd6d0
Added tests for config and send_email(ignore).
trkelly23 dbbf50f
Fixed the email example and removed minor version from cargo.
trkelly23 0587340
chore(pre-commit.ci): auto fixes from pre-commit hooks
pre-commit-ci[bot] a1a25da
Fixed the email example and removed minor version from cargo.
trkelly23 84eb659
Merge branch 'feat-add-email-support' of https://github.com/trkelly23…
trkelly23 c964e45
chore(pre-commit.ci): auto fixes from pre-commit hooks
pre-commit-ci[bot] a13552e
Implemented a trait impl for the EmailBackend
trkelly23 6ac6e92
chore(pre-commit.ci): auto fixes from pre-commit hooks
pre-commit-ci[bot] d7ac14a
Refactor to insure multiple email backends could be added. Mocking a…
trkelly23 4ee5c6a
Pushing lock since there seems to be a conflict
trkelly23 49775cd
Merge branch 'master' into feat-add-email-support
trkelly23 553c2e9
chore(pre-commit.ci): auto fixes from pre-commit hooks
pre-commit-ci[bot] cb8093a
Adding the reworked smtp implementation and NOT working example for h…
trkelly23 749ef05
chore: cargo fmt
seqre 3a042af
fix bootstrapper
seqre 84c111d
chore: merge master
seqre ea8e2e0
chore(pre-commit.ci): auto fixes from pre-commit hooks
pre-commit-ci[bot] fa4f337
Merge branch 'master' into feat-add-email-support
m4tx 6cc9cb6
Merge branch 'master' into feat-add-email-support
seqre 83652f1
Tested send-email example and cleaned up code
trkelly23 33e49c2
Merge branch 'master' into feat-add-email-support
trkelly23 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please add tests to ensure all variants of this enum can be constructed from TOML.