Postal icon indicating copy to clipboard operation
Postal copied to clipboard

FetchResult flags value all is uid(0)

Open carping opened this issue 8 years ago • 7 comments

Swift4.0 fetchMessage method flags value [.fullHeaders,.flags,.headerSubject,.internalDate,.headers,.structure,.uid]

Can't get flags value

carping avatar Aug 26 '17 01:08 carping

Hi ! What provider are you connecting to ?

jeremiegirault avatar Sep 20 '17 17:09 jeremiegirault

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.

julianMinnt avatar Jan 21 '18 18:01 julianMinnt

Same Here, I am using google.

zoecarver avatar Jan 23 '18 15:01 zoecarver

I can get the body content! I am using sina

daveleenew avatar Jan 25 '18 09:01 daveleenew

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).

ikemuc avatar Jan 31 '18 11:01 ikemuc

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.

michael-eder avatar Jun 20 '20 15:06 michael-eder

+1 anyone know how to get the seen flag?

samerce avatar May 18 '21 22:05 samerce