Email :: mime.

Easy Mime Message Parsing
Scarica ora

Email :: mime. Classifica e riepilogo

Annuncio pubblicitario

  • Rating:
  • Licenza:
  • Perl Artistic License
  • Prezzo:
  • FREE
  • Nome editore:
  • Ricardo Signes
  • Sito web dell'editore:
  • http://search.cpan.org/~rjbs/

Email :: mime. Tag


Email :: mime. Descrizione

Email :: MIME è un'estensione dell'e-mail :: Modulo semplice, per gestire i messaggi codificati MIME. Ci vuole un messaggio come una stringa, si divide nelle sue parti costituenti e ti consente di accedere a varie parti del messaggio. Le intestazioni sono decodificate da MIME Encoding.Synopsis usa Email :: MIME; My $ Parsed = Email :: mime-> nuovo ($ messaggio); My @parts = $ analizzato-> parti; # Questi saranno e-mail :: anche oggetti MIME. My $ decodificata = $ Parsed-> corpo; My $ non_decoded = $ Parsed-> Body_raw; My $ content_type = $ Parsed-> content_type; ... o ... usa Email :: MIME :: Creatore; Usa IO :: Tutto; # Multipart Message My @Parts = (Email :: MIME-> Crea (Attributi => {filename => "report.pdf", content_type => "Applicazione / PDF", encoding => "Quotato-stampabile", nome => "2004-Financials.pdf",}, Body => Io ("2004-Financials.pdf") -> Tutto,), e-mail :: Mime-> Crea (attributi => {content_type => "Testo / Pianura", Disposizione => "Attacco", charset => "US-ASCII",}, Body_str => "Ciao lì!",); My $ Email = Email :: MIME-> Crea (header_str => , parti => ,); # parti di nidificazione $ e-mail-> parti_set (),],); # Modifiche standard $ Email-> header_str_set ('X-PowerDy' => 'RT V3.0'); $ e-mail-> header_str_set (to => rcpts ()); $ Email-> header_str_set (cc => AUX_RCPTS ()); $ Email-> header_str_set (BCC => sekrit_rcpts ()); # più avanzato $ _-> encoding_set ('base64') per $ e-mail-> parti; # Quick Multipart Creation My $ Quicky = Email :: mimo-> crea (header_str => , parti => , Q , q ,],); Stampa $ Email-> AS_STRING; Homepage del prodotto


Email :: mime. Software correlato