Re: OAuth2?

2020-03-22 Thread ToddAndMargo via perl6-users
On 2020-03-22 16:43, Tom Browder wrote: On Sun, Mar 22, 2020 at 17:05 ToddAndMargo via perl6-users mailto:perl6-users@perl.org>> wrote: On 2020-03-22 10:39, Tom Browder wrote: > Have you folks checked out Raku module "OAuth2::Client::Google"? ... Any chance at a peakl at your

Re: OAuth2?

2020-03-22 Thread ToddAndMargo via perl6-users
On 2020-03-22 16:43, Tom Browder wrote: On Sun, Mar 22, 2020 at 17:05 ToddAndMargo via perl6-users mailto:perl6-users@perl.org>> wrote: On 2020-03-22 10:39, Tom Browder wrote: > Have you folks checked out Raku module "OAuth2::Client::Google"? ... Any chance at a peakl at your

Re: OAuth2?

2020-03-22 Thread Tom Browder
On Sun, Mar 22, 2020 at 17:05 ToddAndMargo via perl6-users < perl6-users@perl.org> wrote: > On 2020-03-22 10:39, Tom Browder wrote: > Have you folks checked out Raku module "OAuth2::Client::Google"? ... > Any chance at a peakl at your code? The example over > on OAuth2::Client::Google is 404

Re: OAuth2?

2020-03-22 Thread ToddAndMargo via perl6-users
On 2020-03-22 10:39, Tom Browder wrote: On Sun, Mar 22, 2020 at 8:25 AM Gerard ONeill > wrote: Just looked at the stackoverflow post — there are 3 updates with respect to needing to reauthenticate. Have you folks checked out Raku module

Re: OAuth2?

2020-03-22 Thread Tom Browder
On Sun, Mar 22, 2020 at 8:25 AM Gerard ONeill wrote: > Just looked at the stackoverflow post — there are 3 updates with respect > to needing to reauthenticate. > Have you folks checked out Raku module "OAuth2::Client::Google"? I got it to work a bit for downloading mail. -Tom @tbrowder

Re: OAuth2?

2020-03-22 Thread Gerard ONeill
Just looked at the stackoverflow post — there are 3 updates with respect to needing to reauthenticate. Basically, you use the ‘AUTH XOATH base64 oathtoken’ command, after the EHLO command. the weird part seems to be the ehlo command is repeated twice — before STARTTLS, and after. g On Sun,

Re: star 2020.02 ?

2020-03-22 Thread ToddAndMargo via perl6-users
On 2020-03-22 04:38, JJ Merelo wrote: El dom., 22 mar. 2020 a las 10:20, ToddAndMargo via perl6-users (mailto:perl6-users@perl.org>>) escribió: El dom., 22 mar. 2020 a las 9:50, ToddAndMargo via perl6-users (mailto:perl6-users@perl.org>>) escribió: I am not finding

Re: OAuth2?

2020-03-22 Thread ToddAndMargo via perl6-users
On 2020-03-21 22:56, Peter Scott wrote: On 3/21/20 2:20 PM, ToddAndMargo via perl6-users wrote: On 2020-03-18 18:42, ToddAndMargo via perl6-users wrote: This is a long shot, but have any of you figured out how to send eMail through G-Mail with OAuth2? I have a module that uses cURL, but I

Re: star 2020.02 ?

2020-03-22 Thread JJ Merelo
OK, I missed that release then. The point stands, however, Rakudo star releases do not match exactly monthly releases. El dom., 22 mar. 2020 a las 10:28, ToddAndMargo via perl6-users (< perl6-users@perl.org>) escribió: > On 2020-03-22 02:19, ToddAndMargo via perl6-users wrote: > > > >> El dom.,

Re: star 2020.02 ?

2020-03-22 Thread JJ Merelo
El dom., 22 mar. 2020 a las 10:20, ToddAndMargo via perl6-users (< perl6-users@perl.org>) escribió: > > El dom., 22 mar. 2020 a las 9:50, ToddAndMargo via perl6-users (< > perl6-users@perl.org>) escribió: > >> I am not finding 2020.02 over on >> >> https://rakudo.org/downloads/star/ >> >> Am I

Re: star 2020.02 ?

2020-03-22 Thread ToddAndMargo via perl6-users
On 2020-03-22 02:19, ToddAndMargo via perl6-users wrote: El dom., 22 mar. 2020 a las 9:50, ToddAndMargo via perl6-users (mailto:perl6-users@perl.org>>) escribió: I am not finding 2020.02 over on https://rakudo.org/downloads/star/ Am I missing something? -- JJ On 2020-03-22

Re: star 2020.02 ?

2020-03-22 Thread ToddAndMargo via perl6-users
El dom., 22 mar. 2020 a las 9:50, ToddAndMargo via perl6-users () escribió: I am not finding 2020.02 over on https://rakudo.org/downloads/star/ Am I

Re: star 2020.02 ?

2020-03-22 Thread JJ Merelo
Hi, There's no Star release for every monthly release; latest one was 2020.01. It used to be done every four months, but not sure what's the schedule now. El dom., 22 mar. 2020 a las 9:50, ToddAndMargo via perl6-users (< perl6-users@perl.org>) escribió: > I am not finding 2020.02 over on > >

Re: OAuth2?

2020-03-22 Thread ToddAndMargo via perl6-users
On 2020-03-21 22:56, Peter Scott wrote: On 3/21/20 2:20 PM, ToddAndMargo via perl6-users wrote: On 2020-03-18 18:42, ToddAndMargo via perl6-users wrote: This is a long shot, but have any of you figured out how to send eMail through G-Mail with OAuth2? I have a module that uses cURL, but I

star 2020.02 ?

2020-03-22 Thread ToddAndMargo via perl6-users
I am not finding 2020.02 over on https://rakudo.org/downloads/star/ Am I missing something?