Ask a Question related to PHP Development, Design and Development.
-
Faisal Humayun #1
Using PHP to parse mail header
Hello!
I am very new to PHP (or any type of scripting language), and am trying to
write a PHP script that will accept email headers posted into a form.
Upon submission, the script needs to parse the time, date, and mail server
info. In the end, it should respond with how much of a delay it took for
the original message.
Please check out the following link for an idea of a sample output:
[url]http://198.104.182.189/php-scripts/emaildelay.htm[/url]
Any pointers, references, functions, sample parsers would be immensely
appreciated!
Thanks so much for your kind attention.
Respectfully,
Faisal
Faisal Humayun Guest
-
Like CFPOP, but read text file of mail message and parse instead
I have an existing (non CF) support tracking system that read emails from a server and populates a database. I'm writing a report in CFMX that will... -
Library to parse mail files
Hi, What would be that best library/module for parsing a mail file. I want to be able to extract the values for header tags as well as the... -
How does one use PHP to parse mail headers?
Hello! I am very new to PHP (or any type of scripting language), and am trying to write a PHP script that will accept email headers posted into a... -
beginner trying to parse a piece of mail
I have had success now using Mail::MboxParser for all my basic mail parsing needs, like getting subject, from, to. Now bossman wants me to do more... -
Mail parse
I am curious if there is a better documentation of Mail Parse functions than the one provided on the php.net site. Any help is appreciated, R> -
Ivo #2
Re: Using PHP to parse mail header
"Faisal Humayun" <(DONT_SPAM)faisal_humayun@hotmail.com> wrote in message
news:NGJdb.213$LJ5.11900@iad-read.news.verio.net...See the same thread in alt.php> Hello!
>
> I am very new to PHP (or any type of scripting language), and am trying to
> write a PHP script that will accept email headers posted into a form.
>
Ivo Guest
-
Faisal Humayun #3
Re: Using PHP to parse mail header
Ivo,
I'd request that you please feel exempted from answering any future requests
from me, unless you have something truly helpful to offer.
"Ivo" <no@thank.you> wrote in message
news:3f77a1fd$0$35684$1b62eedf@news.wanadoo.nl...to> "Faisal Humayun" <(DONT_SPAM)faisal_humayun@hotmail.com> wrote in message
> news:NGJdb.213$LJ5.11900@iad-read.news.verio.net...> > Hello!
> >
> > I am very new to PHP (or any type of scripting language), and am trying> See the same thread in alt.php> > write a PHP script that will accept email headers posted into a form.
> >
>
>
Faisal Humayun Guest
-
sebastien #4
Re: Using PHP to parse mail header
The new PHP versons have functions for that , I just cant remember how they
are called.
It's a nice alternative for imap functions without needing a connection,
just a mail source
"Faisal Humayun" <(DONT_SPAM)faisal_humayun@hotmail.com> wrote in message
news:GU_db.224$LJ5.12889@iad-read.news.verio.net...requests> Ivo,
> I'd request that you please feel exempted from answering any futuremessage> from me, unless you have something truly helpful to offer.
>
>
> "Ivo" <no@thank.you> wrote in message
> news:3f77a1fd$0$35684$1b62eedf@news.wanadoo.nl...> > "Faisal Humayun" <(DONT_SPAM)faisal_humayun@hotmail.com> wrote intrying> > news:NGJdb.213$LJ5.11900@iad-read.news.verio.net...> > > Hello!
> > >
> > > I am very new to PHP (or any type of scripting language), and am> to>> > See the same thread in alt.php> > > write a PHP script that will accept email headers posted into a form.
> > >
> >
> >
>
sebastien Guest



Reply With Quote

