Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

FetchResult flags value all is uid(0) #61

Open
carping opened this issue Aug 26, 2017 · 7 comments
Open

FetchResult flags value all is uid(0) #61

carping opened this issue Aug 26, 2017 · 7 comments

Comments

@carping
Copy link

carping commented Aug 26, 2017

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

Can't get flags value

@jeremiegirault
Copy link
Contributor

jeremiegirault commented Sep 20, 2017

Hi ! What provider are you connecting to ?

@julianMinnt
Copy link

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.

@zoecarver
Copy link

Same Here, I am using google.

@daveleenew
Copy link

I can get the body content! I am using sina

@ikemuc
Copy link

ikemuc commented Jan 31, 2018

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

@michael-eder
Copy link

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.

@samerce
Copy link

samerce commented May 18, 2021

+1
anyone know how to get the seen flag?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

8 participants