surps has asked for the wisdom of the Perl Monks concerning the following question:

Can anyone please tell me to write a script to get the print the useraccount from the client side(outlook) while connecting with the server. In Mail::POP3Server module mpopd is used as a deamon. While going through the script i didn't get any idea to print the useraccount and password (for testing purpose). If you have any idea, please provide me the necessary steps to get the input values from the client side. Thanks surps
  • Comment on POP Access using Mail::POP3Server module

Replies are listed 'Best First'.
Re: POP Access using Mail::POP3Server module
by Jaap (Curate) on Oct 09, 2002 at 19:01 UTC
    I am not sure i completely understand your question (use a <br> every once in a while)

    I assume you want to make a popserver daemon and connect to it from outlook. You then want to see the username/password info?
      Jaap, Explanation:- My problem is that i can't point out the part that is used for userid and password verification. mpopd daemon is running in the server. How can i print the the userid and password (testing purpose) in the POP3Server module? I am running the mpopd stand-alone daemon in the port 110. While connecting the outlook with the server i would like to print the values from from client software (outlook). How can i do that? Thanks