Question: Mails verschicken über Outlook Web App (closed) | ||
Total: | 0 | |
0 voter(s) so far |
perldoc Email::Folder::Exchange...
DESCRIPTION
Add access to Microsoft Exchange to Email::Folder. Contains API enhancements to allow folder browsing.
Utilizes FBA (forms-based authentication) to login. Therefore, OWA (Outlook Web Access) must be installed and enabled on target server.
...
2013-11-11T17:14:04 LinuxerWarum ist diese Frage eine Abstimmung ohne Optionen?
1
2
3
4
5
6
7
8
9
10
use Email::Folder::Exchange;
# Access Exchange 2007/2010 via Exchange Web Services
my $folder = Email::Folder::Exchange->new('https://outlook.xyz.ch', 'giordano', '12345');
for my $folder ($folder->folders) {
print "folder uri: " . $folder->uri->as_string;
print " contains " . scalar($folder->messages) . " messages";
print " contains " . scalar($folder->folders) . " folders";
}
Quote401 Unauthorized at C:/strawberry/cpan/build/Email-Folder-Exchange-2.0-rSvc3W/blib/lib/Email/Folder/Exchange/EWS.pm line 90
erhalten.
1
2
3
4
5
use WWW::Mechanize::Firefox;
my $mech = WWW::Mechanize::Firefox->new();
$mech->get('http://google.com');
$mech->eval_in_page('alert("Hello Firefox")');
my $png = $mech->content_as_png();
QuoteFailed to connect to , problem connecting to "localhost", port 424: No connection could be made because the target machine actively refused it. at C:/strawberry/perl/site/lib/MozRepl/Client.pm line 144
QuoteDu hast wohl den falschen Button verwendet zum Erstellen eines Threads.Warum eine Abstimmung? Verstehe nicht.