|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
Hi,
Is it possible to make a cgi script for users to change their pop3 password on the web page. Any good examples? Thanks! Jacky |
|
#2
|
|||
|
|||
|
You could maybe:
use Mail::POP3Client; $pop = Mail::POP3Client->new("login here", "password","server",port); then maybe: $pop->Pass("$newpassword"); $pop->Close; And then do some html/CGI.pm some where around it. |
![]() |
| Viewing: Dev Shed Forums > Programming Languages > Perl Programming > Change POP3 password |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|
|