linuxuser3.14 Posted August 8, 2007 Share Posted August 8, 2007 Hi all, I have written a PERL script that I can run through bash, that will take in a mail server address, username and a password, login and then delete all of the mail contained within the user's mailbox. Now I've battled to create a web interface so that my non-linux colleages can use easily wherever they happen to be, but just cannot get to work. So, I decided it would be easier to use PHP to create the script and use $_POST to grab the address, username and password from a form and then process the connection/deletion. Could anyone please provide me with any pointers on where to get started? I'm a bit of an amateur with PHP and can only seem to find functions for IMAP mailbox manipulation. Any help would be greatly appreciated! Cheers guys Link to comment https://forums.phpfreaks.com/topic/63919-script-to-connect-to-delete-contents-of-a-pop3-mailbox/ Share on other sites More sharing options...
linuxuser3.14 Posted August 8, 2007 Author Share Posted August 8, 2007 *bump* Link to comment https://forums.phpfreaks.com/topic/63919-script-to-connect-to-delete-contents-of-a-pop3-mailbox/#findComment-318632 Share on other sites More sharing options...
tippy_102 Posted August 8, 2007 Share Posted August 8, 2007 Have a look on phpClasses.org and you will find there are tons of scripts written for this. Here's one you may want to try: http://www.phpclasses.org/browse/package/4014.html Link to comment https://forums.phpfreaks.com/topic/63919-script-to-connect-to-delete-contents-of-a-pop3-mailbox/#findComment-318711 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.