![]() |
Hello and Welcome from United States to the UNIX and Linux Forums! Thank You for Visiting and Joining Our Global Community.
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| Shell Programming and Scripting Post questions about KSH, CSH, SH, BASH, PERL, PHP, SED, AWK and OTHER shell scripts and shell scripting languages here. |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| mail problems - how to send mail on solaris | amon | SUN Solaris | 10 | 04-06-2006 09:31 AM |
| e-mail client supporting HTTP mail servers | babayeve | UNIX for Dummies Questions & Answers | 0 | 05-21-2005 03:10 AM |
| Send mail to any user (@hotmail,@yahoo etc) from Solaris | zing | UNIX for Dummies Questions & Answers | 2 | 02-17-2004 08:53 PM |
| can not send mail from unix server to company/yahoo mail | b5fnpct | UNIX for Dummies Questions & Answers | 5 | 11-22-2002 09:24 PM |
| sending a mail to a mail client | solaris73 | UNIX for Dummies Questions & Answers | 5 | 11-18-2002 01:58 PM |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
||||
|
perl Mail::Client::Yahoo problems
hi,
im very new to perl and im having problems with a module. my comptuer is behind a firewall and i dont know how to work this problem out. i tried passing my proxy parameters (ip, port, user, pass) to my environment variables but it doesnt seem to work. heres the almost exact code from the module manual: use Mail::Client::Yahoo; my $y = Mail::Client::Yahoo->login( username => 'user', password => 'passwd', secure => 0, ); $y->select_folder('Inbox'); print $y; my $m = $y->message(0); print $m; my @ids = $y->message_list(); print @ids; $y->message($ids[0]); print $y; # $y->delete_message(0); $y->logout(); the error i keep on getting is: Login failed on Front Page Retrieval: Proxy Authentication Required at /usr/lib/perl5/site_perl/5.8.6/Mail/Client/Yahoo.pmline 134. |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|