TieUpYourCamel has asked for the wisdom of the Perl Monks concerning the following question:
snippit of results:use warnings; use strict; use Email::Folder::Exchange::EWS; use Data::Dumper; my $folder = Email::Folder::Exchange::EWS->new('https://outlook.office +365.com', 'myemail@address.com', 'mysupersecurepassword'); print Dumper $folder->soap();
Where can we go to see if any changes to the module are in the works? I have several instances of this module in production use and I'm hoping not to have to rewrite them too much.'basic_authentication' => { 'outlook.office365.com:443' => { '' => [ 'myemail@address.com', 'mysupersecurepassword' ] } },
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Email::Folder::Exchange and basic authentication
by stevieb (Canon) on Sep 23, 2019 at 19:27 UTC |