Mail :: pop3client.

modulo Perl 5 per parlare con un server POP3 (RFC1939)
Scarica ora

Mail :: pop3client. Classifica e riepilogo

Annuncio pubblicitario

  • Rating:
  • Licenza:
  • Perl Artistic License
  • Prezzo:
  • FREE
  • Nome editore:
  • Sean Dowd
  • Sito web dell'editore:
  • http://search.cpan.org/~sdowd/

Mail :: pop3client. Tag


Mail :: pop3client. Descrizione

Modulo Perl 5 per parlare con un server POP3 (RFC1939) Mail :: POP3Client è un modulo perl utilizzato per parlare con un server POP3 (RFC1939 ).Synopsis usa Mail :: Pop3Client; $ pop = nuova posta :: pop3client (utente => "me", password => "mypassword", host => "pop3.do.main"); per ($ i = 1; $ Io conto (); $ i ++) {foreach ($ pop-> testa ($ i)) {/ ^ (da | argomento): s + / I stampa $ _, " ";}} $ pop-> chiudi (); # o con SSL $ POP = nuova posta :: pop3client (utente =>" me ", password =>" mypassword ", host =>" pop3.do.main ", Usessl => true,); # o $ pop2 = nuova posta :: pop3client (host => "pop3.otherdo.main"); $ pop2-> utente ("qualcuno"); $ pop2-> pass ("doublecret" ); $ POP2-> Connect ()> = 0 || Die $ POP2-> Messaggio (); $ POP2-> Chiudi (); # o per utilizzare la tua presa SSL ... My $ socket = Io :: presa :: SSL-> Nuovo (peerAdddr => 'pop.securedo.main', peerport => 993, proto => 'tcp') || Die "Nessuna presa!"; My $ Pop = Mail :: Pop3Client-> Nuovo (); $ pop-> utente ('qualcuno'); $ pop-> pass ('doublescret'); $ pop-> socket ($ socket); $ pop-> connect (); requisiti: · Perl.


Mail :: pop3client. Software correlato