Mailing List Archive: 49091 messages
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 

[REBOL] Unable to retrieve Lycos email in Rebol

From: philb::upnaway::com at: 3-Feb-2002 9:52

Hi, Has anyone succesfully used Rebol to access their Lycos email? Running a trace, my password is rejected, yet when I go to their site I can sign and get my mail using the password.
>> mailbox: open pop://philiphbevan:[mypassword--pop--lycos--co--uk]
URL Parse: philiphbevan mypassword pop.lycos.co.uk none none none Net-log: ["Opening" "tcp" "for" "POP"] Net-log: [ none "+OK"] Net-log: "+OK POP Lycos/Caramail (version 1.2a) starting" Net-log: [ ["USER" port/user] "+OK"] Net-log: "+OK password required for philiphbevan." Net-log: [ ["PASS" port/pass] "+OK"] ** User Error: Server error: tcp -ERR Password supplied for philiphbevan is incorrect. ** Near: mailbox: open pop://philiphbevan:[mypassword--pop--lycos--co--uk] Any ideas ?? Cheers Phil