bufbill@cloud9.net writes: } I am trying to get Net:POP3 to talk to AIMS, and I am totally lost, }I tried connecting to a Unix Mail server and every thing worked fine, but }now, I get 0 messages in return. I don't know anything about AIMS, but are you sure it's set up correctly? If you POP your box with Eudora, does it get the messages properly? } }Here is a bit of my code. } } } }$pop = Net::POP3->new($mail_host, Timeout => 60); Try $pop = Net::POP3->new($mail_host, Timeout => 60,Debug => 1); and see if you can tell what the problem is from the debugging output. } } $number = $pop->login($login,$pass); } } } }and when I printout number I get 0 as an answer when I have 5 or 6 }messages in my mailbox, what gives. Please help. } } } }Yaks } } } _______________ } |\ /| } | \ yMaiL / | } | \ / | } | \ / | } |_______________| }================================================= }yyyY####This message was sent using yMail####Yyyy }================================================= } }***** Want to unsubscribe from this list? }***** Send mail with body "unsubscribe" to mac-perl-request@iis.ee.ethz.ch -------- Paul J. Schinder NASA Goddard Space Flight Center Code 693 Greenbelt, MD 20770 schinder@pjstoaster.pg.md.us ***** Want to unsubscribe from this list? ***** Send mail with body "unsubscribe" to mac-perl-request@iis.ee.ethz.ch