Forums

Find answers, ask questions, and connect with our
community all around the world.

Home Forum Omnis General Forum OW3 IMAP workerObj

  • OW3 IMAP workerObj

    Posted by Franco Maregotto on May 9, 2023 at 4:54 pm

    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?

    Mike Matthews Matthews replied 2 years, 2 months ago 2 Members · 1 Reply
  • 1 Reply
  • Mike Matthews Matthews

    Member
    May 13, 2023 at 8:40 am

    From memory, using the example, you have to use a /* in one of the boxes. I’ll look for you.

Log in to reply.