TF-123 Implement refresh all mailbox

This commit is contained in:
dab246
2021-09-28 15:51:10 +07:00
committed by Dat H. Pham
parent 8f5171d581
commit eb29f514dc
52 changed files with 745 additions and 368 deletions
@@ -187,6 +187,7 @@ class ComposerController extends BaseController {
} else if (fromEmailAddress != null && fromEmailAddress.isNotEmpty) {
listReplyToEmailAddress.value = fromEmailAddress.toList();
}
listToEmailAddress = listReplyToEmailAddress;
}
_updateStatusEmailSendButton();
}