>>>>> Hi, I need to write an application to parse the incoming email and
>>>>> parse the fields and store the values in the database. Can anyone give
[quoted text clipped - 6 lines]
>
> It will be a pop3 server.
Then look at 1939 and see how you connects to the server,
list emails, retrieve emails but keep a copy on the server.
And then parse what you retrieve.
Arne
jaydev - 26 Feb 2008 03:37 GMT
> >>>>> Hi, I need to write an application to parse the incoming email and
> >>>>> parse the fields and store the values in the database. Can anyone give
[quoted text clipped - 12 lines]
>
> Arne
Could you please explain more or show me some direction to read or
sample code?
Arne Vajhøj - 26 Feb 2008 04:02 GMT
>>>>>>> Hi, I need to write an application to parse the incoming email and
>>>>>>> parse the fields and store the values in the database. Can anyone give
[quoted text clipped - 11 lines]
> Could you please explain more or show me some direction to read or
> sample code?
Read the POP3 RFC, write some code and when you are stuck post some
code with a description of the problem with it.
Arne
danger - 27 Feb 2008 12:31 GMT
> >>>>>>> Hi, I need to write an application to parse the incoming email and
> >>>>>>> parse the fields and store the values in the database. Can anyone give
[quoted text clipped - 16 lines]
>
> Arne
Look at OpenPOP Project :)