I have been tasked with finding a way to post the contents of a general mailbox to a local intranet server where the e-mail contents (messages) could be viewed as a webpage.
On the intranet box I would create a symbolic link from /var/mail/user_box to somewhere under the http document root. This sort of completes the tasks, however the messages are really unreadable as all the messages are parsed together. I would need to create a perl script that could parse and separate each message by some element of the e-mail header or something simular ?
I do not want to re-create the wheel, so if any one has seen this sort of thing before please let me know.
cheers
-Danny
dan@snoboarder.net
On the intranet box I would create a symbolic link from /var/mail/user_box to somewhere under the http document root. This sort of completes the tasks, however the messages are really unreadable as all the messages are parsed together. I would need to create a perl script that could parse and separate each message by some element of the e-mail header or something simular ?
I do not want to re-create the wheel, so if any one has seen this sort of thing before please let me know.
cheers
-Danny
dan@snoboarder.net