Re: [Oorexx-devel] oorexx net.imap.cls location - retrieve emails

2023-07-16 Thread Erich Steinböck
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 
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


Re: [Oorexx-devel] oorexx net.imap.cls location - retrieve emails

2023-07-16 Thread Sanford Geiger
Actually, what I am trying to do is retrieve emails and attachments from a 
gmail server, also from a Hotmail server. Can you help?


-Original Message-
From: Sanford Geiger 
Sent: Saturday, July 15, 2023 10:58 PM
To: ooRexx Developer Mailing List 
Subject: oorexx net.imap.cls location


Does anyone know where can I find ooRexx net.imap.cls file? Or does it 
exist as a DLL or some other format?
  Thank you,
Sandy Geiger



___
Oorexx-devel mailing list
Oorexx-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/oorexx-devel