Search found 2 matches
- Wed Jul 09, 2008 4:41 am
- Forum: General Discussion
- Topic: Mail parsing with PHP
- Replies: 3
- Views: 1751
Re: Mail parsing with PHP
I tried using imap_* functions in PHP. Can anyone suggest how to do it efficiently? I mean parsing headers, decoding them, decoding body of an email, etc.? I found PEAR's Mail_Mime() package. But could not find anything there for decoding headers, body, text part of the body, etc. individually. Whic...
- Tue Jul 08, 2008 11:19 am
- Forum: General Discussion
- Topic: Mail parsing with PHP
- Replies: 3
- Views: 1751
Mail parsing with PHP
I have the "raw" email string: - Received: by 10.142.82.7 with HTTP; Tue, 8 Jul 2008 03:25:54 -0700 (PDT) Message-ID: <a415f8dd0807080325v14f2ee59o7a9a37e51a3bbc6f@mail.gmail.com> Date: Tue, 8 Jul 2008 15:55:54 +0530 From: "User Name" <user@example.com> To: "User Name" ...