Hi Sandy,
we have an SMTP and a MIME class for ooRexx (see rxsock.pdf) but I'm not
aware of an IMAP class.

You could use curl to retrieve Gmail mails, to test try something like this:
curl --verbose -u firstname.lastname -X "search flagged" imaps://
imap.gmail.com:993/inbox
(you'll need a Google "App Password" for this - see
https://support.google.com/accounts/answer/185833)

To automate with ooRexx you could use Rexx/CURL
(note that for the Windows 64-bit platform Rexx/CURL is broken - see
https://sourceforge.net/p/rexxcurl/bugs/14/
I've built a working Windows 64-Bit version in our sandbox - see
https://sourceforge.net/p/oorexx/code-0/HEAD/tree/sandbox/erich/rexxcurl/)


On Sun, Jul 16, 2023 at 12:52 PM Sanford Geiger <sanford.gei...@live.com>
wrote:

> Actually, what I am trying to do is retrieve emails and attachments from a
> gmail server, also from a Hotmail server. Can you help?
>
>
_______________________________________________
Oorexx-devel mailing list
Oorexx-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/oorexx-devel

Reply via email to