Skip to content

How to Fetch message with header, email subject, email content and without attachments #1442

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

Closed
trangtran opened this issue May 30, 2016 · 1 comment

Comments

@trangtran
Copy link

I fetch POP emails with big attachments and it getting slow for each message.
I want to get list of email with email header, email body contents and attachment names, when user click to attachment name, it will download attachment data.
I see from POP session there are 2 ways to fetch message: fetchHeaderOperation and fetchMessageOperation. But none of them can fetch message with header, email content and without attachments.
Can anybody help me how to fetch message with header, email content, attachment names and without attachments data?

@dinhvh
Copy link
Member

dinhvh commented May 30, 2016

The POP protocol doesn't have that feature.

@dinhvh dinhvh closed this as completed May 30, 2016
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

2 participants