in reply to Re^2: Is it possible to use Gmail's API w/ perl?
in thread Is it possible to use Gmail's API w/ perl?

Have you looked at what CPAN offers on OAuth modules? There are various that you could use if IMAP is not what you want to use.

  • Comment on Re^3: Is it possible to use Gmail's API w/ perl?

Replies are listed 'Best First'.
Re^4: Is it possible to use Gmail's API w/ perl?
by Arik123 (Beadle) on Mar 26, 2021 at 12:43 UTC

    Yes, of course I looked there, but I couldn't understand which one is the module I need. That's why I asked which module would you use, if all you want is read/send mail via gmail.

    I'm new to this OAuth thing, and don't yet fully understand how it works. I guess I'll have to take one module, and learn how to work with it. But I don't want to spend much of time only to discover it's the wrong module.