PDA

View Full Version : Email from POP3


austin322
07-25-03, 10:59 AM
Is there a script that can retrieve email from a POP3 mailbox and store it in an Access database?

Stealth
07-25-03, 12:58 PM
more likely a COM object


try http://www.hotscripts.com/Detailed/19940.html

austin322
07-25-03, 04:06 PM
I am looking for a script that I can edit, if I want to change something. I couldn't change anything on that one because everything was encrypted. Is there any way to un-encrypte it?

angst
07-25-03, 04:46 PM
no there isn't.

Shane
07-25-03, 05:48 PM
Uses COM, but a good read.

http://www.4guysfromrolla.com/webtech/092201-1.shtml

Or, use ASP.NET and don't worry about COM.

http://www.aspalliance.com/chrisg/default.asp?article=93

Stealth
07-25-03, 06:34 PM
actually you can decrypt scripts encoded with vb encrypt

jacpurg
08-01-03, 02:45 AM
There is an app that I used called MailMan for web-based email. I'm sure that you can take the script and modify it as needed.

I believe it was at http://www.justasp.net

Okay, forget that. I just tested the link and it no longer is there. I have a copy at http://www.xsol.net/scripts/mailman.zip so you can get it therethis link (http://www.xsol.net/scripts/mailman.zip) so you can grab it. It is freeware as far as I remember ;)

austin322
08-01-03, 10:46 AM
That script was just what I was looking for, but it requires the JMail version that is not free. Thanks