You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: