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

rust: email: replace unwrap with proper error handling #76

Closed
wants to merge 2 commits into from

Conversation

charmitro
Copy link
Contributor

This commit addresses the issue of using unwrap calls in the send_email function, which could cause the program to panic and prevent the proper use of mutexes for thread safety (as well as early exit).

Closes #74

This commit addresses the issue of using `unwrap` calls in the
`send_email` function, which could cause the program to panic and
prevent the proper use of mutexes for thread safety (as well as early
exit).

Signed-off-by: Charalampos Mitrodimas <charmitro@posteo.net>
Signed-off-by: Charalampos Mitrodimas <charmitro@posteo.net>
@charmitro
Copy link
Contributor Author

We are currently trying to deprecate Rust modules, closing.

@charmitro charmitro closed this Sep 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Removing unwrap from rust module
1 participant