skynet
12-20-2002, 08:49 PM
For all of you trillian pro users with pop3 email and want to check the email via http grab the pop3 plugin set up the account as normal and for program, select the html page we are going to create.
There is one MAJOR PROBLEM with this method, anyone have a solution? The problem is that inside of the html page your password will be in clear text. so if someone finds that file, they will find your password inside.
To create the page first goto the pop3 access website. open up the source and copy and paste all of the form elements and the url. fill in the blanks
---
<html>
<head>
<noscript>
<meta http-equiv=Refresh content="0; url="---URL---">
</noscript>
</head>
<body onload="document.pform.submit(); ">
<form name="pform" action="---URL---" method="POST">
---FORM ELEMTS---
</form></body>
</html>
---
and where the elements are for user and password, put them there. let me know if you have any problems I will be glad to help
There is one MAJOR PROBLEM with this method, anyone have a solution? The problem is that inside of the html page your password will be in clear text. so if someone finds that file, they will find your password inside.
To create the page first goto the pop3 access website. open up the source and copy and paste all of the form elements and the url. fill in the blanks
---
<html>
<head>
<noscript>
<meta http-equiv=Refresh content="0; url="---URL---">
</noscript>
</head>
<body onload="document.pform.submit(); ">
<form name="pform" action="---URL---" method="POST">
---FORM ELEMTS---
</form></body>
</html>
---
and where the elements are for user and password, put them there. let me know if you have any problems I will be glad to help