-
Notifications
You must be signed in to change notification settings - Fork 10
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
#1254 Send password-protected messages #1308
Conversation
# Conflicts: # FlowCrypt/Core/CoreHost.swift # FlowCrypt/Resources/flowcrypt-ios-prod.js.txt
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.
Code looks excellent, see comment below.
FlowCrypt/Functionality/Services/Compose Message Service/ComposeMessageService.swift
Outdated
Show resolved
Hide resolved
The code structure is exactly what I'm familiar with 👍 so reviewing this was a breeze. |
Yeah, having already implemented code structure in |
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.
See my comment, else it's looking good.
FlowCrypt/Functionality/Services/Compose Message Service/ComposeMessageService.swift
Outdated
Show resolved
Hide resolved
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.
👍
This PR adds ability to send emails protected with password.
close #1254
Tests (delete all except exactly one):
encryptMsg -> parseDecryptMsg (with password)
test forCore
andtest_sendable_msg_copy
on iOSTo be filled by reviewers
I have reviewed that this PR... (tick whichever items you personally focused on during this review):