-
OW3 IMAP workerObj
I’m trying to deal with IMAP mails, so I copy/pasted the code from the Sample lib IMAP OW3 worker Object in Omnis.
the command:
Do iObjmap.$init(‘imaps://mailserver:993′,myLogin,’myPassword’,kOW3imapActionListMessages,nfd(iMailboxName),iHeaders,iSearch) Returns lOk
Where iMailboxName = ’INBOX’ and iHeaders is a list with 5 rows: from/to/subject/date/message-id.
iSearch is empty..
All nice! It loads everything in lightspeed..
What I’m trying to do is to fetch only the mails in a specific folder, e.g. INBOX/OmnisList, not the whole mailbox content.
Is this possible? How?
Log in to reply.