Conversation
# Conflicts: # appium/tests/data/index.ts # appium/tests/specs/live/composeEmail/SendEmailToRecipientWithoutPublicKey.spec.ts
We can merge it, this will take care of it:
There are no customers on flowcrypt.com domain 😃 so we can safely merge it without affecting anyone. // edit - I just saw that the code decides on domain of the recipient, but we should be deciding based on domain of sender. So that the functionality is only available to our team until finalized. It will take more than one PR, and I'd rather merge them gradually instead of waiting. |
tomholub
left a comment
There was a problem hiding this comment.
Didn't run app yet - please see code comments.
FlowCrypt/Functionality/Services/Compose Message Service/ComposeMessageContext.swift
Outdated
Show resolved
Hide resolved
FlowCrypt/Functionality/Services/Compose Message Service/ComposeMessageError.swift
Outdated
Show resolved
Hide resolved
FlowCrypt/Functionality/Services/Compose Message Service/ComposeMessageService.swift
Outdated
Show resolved
Hide resolved
FlowCrypt/Functionality/Services/Compose Message Service/ComposeMessageService.swift
Outdated
Show resolved
Hide resolved
FlowCrypt/Functionality/Services/Account Server Services/EnterpriseServerApi.swift
Outdated
Show resolved
Hide resolved
tomholub
left a comment
There was a problem hiding this comment.
Almost perfect, except:
- setting empty string on this modal should not be allowed. I could use cancel for that. So either I enter an actual string, or it should tell me to enter one. Soon there will also be more complex evaluation of password strength, so some way to indicate the input is invalid is needed anyway.
- crash when trying to remove recipient
@tomholub are you able to reproduce it with the latest code? As recipients deletion works well for me - no crash occurred |
tomholub
left a comment
There was a problem hiding this comment.
Changes look good. Will retry the deletion
tomholub
left a comment
There was a problem hiding this comment.
This fixed the issue 👍




This PR adds UI for setting message passwords
close #1221
Tests (delete all except exactly one):
SendEmailToRecipientWithoutPublicKeytest with new password functionalityTo be filled by reviewers
I have reviewed that this PR... (tick whichever items you personally focused on during this review):