Correio :: pop3client.

perl 5 módulo para falar com um servidor POP3 (RFC1939)
Baixe Agora

Correio :: pop3client. Classificação e resumo

Propaganda

  • Rating:
  • Licença:
  • Perl Artistic License
  • Preço:
  • FREE
  • Nome do editor:
  • Sean Dowd
  • Site do editor:
  • http://search.cpan.org/~sdowd/

Correio :: pop3client. Tag


Correio :: pop3client. Descrição

Perl 5 módulo para falar com um servidor POP3 (RFC1939) Mail :: POP3Client é um módulo Perl que é usado para falar com um servidor POP3 (RFC1939 ).Synopsis use mail :: pop3client; $ pop = new mail :: pop3client (user => "me", password => "mypassword", host => "pop3.do.main"); Para ($ i = 1; $ i Contagem (); $ i ++) {foreach ($ pop-> cabeça ($ i)) {/ ^ (de | Assunto): S + / i Imprimir $ _ " ";}} $ pop-> fechar (); # ou com ssl $ pop = new mail :: pop3client (user =>" me ", password =>" mypassword ", host =>" pop3.doin ", USESSL => True,); # ou $ POP2 = novo e-mail :: pop3client (host => "pop3.otherdo.main"); $ pop2-> usuário ("alguém"); $ POP2-> PASSE ("Doublesecret" ); $ POP2-> Conectar ()> = 0 || Die $ POP2-> MENSAGE (); $ POP2-> fechar (); # ou para usar seu próprio soquete SSL ... meu soquete $ :: Soquete :: SSL-> NOVO (peeraddr => 'pop.securedo.main', peerport => 993, proto => 'tcp') || morrer "sem soquete!"; Meu $ pop = mail :: pop3client-> novo (); $ pop-> usuário ('alguém'); $ pop-> Passe ('Doublesecret'); $ pop-> soquete ($ soquete); $ pop-> Connect (); requisitos: · Perl.


Correio :: pop3client. Software Relacionado