Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > it.comp.www.php > #22346
| From | alex <1j9448a02@lnx159sneakemail.com.invalid> |
|---|---|
| Newsgroups | it.comp.www.php |
| Subject | parsare gli header di un'email |
| Date | 2018-11-19 15:01 +0100 |
| Organization | Aioe.org NNTP Server |
| Message-ID | <psufo4$9ff$1@gioia.aioe.org> (permalink) |
Ho un'email giĆ scaricata e salvata nel file test.eml $ cat test.eml From: ... To: ... Subject: ... Testo dell'email. E possibile parsare il contenuto di questa email, soprattutto gli header, trasformandoli in un array associativo? 'From' => ... 'To' => ... 'Subject' => ... In pratica esiste una funzione apposita (simile a get_headers(), getallheaders(), yaml_parse(), json_decode()) o devo crearmi un parser manualmente?
Back to it.comp.www.php | Previous | Next | Find similar | Unroll thread
parsare gli header di un'email alex <1j9448a02@lnx159sneakemail.com.invalid> - 2018-11-19 15:01 +0100
csiph-web