TF-2871 Block notification on folders Sent, Outbox, Drafts, Spam and Trash
This commit is contained in:
@@ -6,6 +6,7 @@ struct Email: Codable {
|
||||
let preview: String?
|
||||
let from: [EmailAddress]?
|
||||
let receivedAt: String?
|
||||
let mailboxIds: [String: Bool]?
|
||||
|
||||
func getSenderName() -> String? {
|
||||
if (from == nil || from?.isEmpty == true) {
|
||||
|
||||
Reference in New Issue
Block a user