Open carping opened 7 years ago
Hi ! What provider are you connecting to ?
Hi I have the same issue. I am using: .outlook with the following fetch .fetchLast("INBOX", last: 30, flags: [.flags, .fullHeaders], onMessage: { (message) in
I get the header, but the flags are empty.
Same Here, I am using google.
I can get the body content! I am using sina
Hm, I have the same problem with Swift 3.2. Doing a fetchLast() with [.flags, .fullHeaders] gives me the header but always the flags are empty. Provider is my own IMAP server (Dovecot).
same issue for me using office365 (Germany). outlook.office.de getting headers and body works fine. flags always return raw-value 0.
Any idea how to fix this.
+1 anyone know how to get the seen flag?
Swift4.0 fetchMessage method flags value [.fullHeaders,.flags,.headerSubject,.internalDate,.headers,.structure,.uid]
Can't get flags value