Great!
Thanks Lutz,
It works like a charm.
Search found 4 matches
- Sat Dec 27, 2003 8:02 pm
- Forum: newLISP in the real world
- Topic: Known issues with POP3
- Replies: 7
- Views: 7291
- Sat Dec 27, 2003 4:24 am
- Forum: newLISP in the real world
- Topic: Known issues with POP3
- Replies: 7
- Views: 7291
Thanks Lutz. The solution returns (0 20018 3) etc. just fine. But (POP3:get-all-mail ... ) returns the following: logon sucessful sent: STAT +OK status: 3 20018 parsed status: (3) nil > Perhaps if instead of 0, last-read could also be set to result so that it reads (3 20018 3), so that it thinks tha...
- Thu Dec 25, 2003 5:15 am
- Forum: newLISP in the real world
- Topic: Known issues with POP3
- Replies: 7
- Views: 7291
Hi Lutz, Thanks for the reply. Both accounts allows both POP3 and IMAP connections, I have been retrieving mail from this account using Outlook Express using a POP3 setup. I set the debug-flag to TRUE and this is what I got in the main window: right after the (POP3:get-mail-status ... ) line connect...
- Wed Dec 24, 2003 10:23 pm
- Forum: newLISP in the real world
- Topic: Known issues with POP3
- Replies: 7
- Views: 7291
Known issues with POP3
Hi, I am basically a Neobook user recently introduced to newLISP, so if my questions seem lame, please bear with me. Working with POP3.lsp v1.5, I am able to download mail and check the status and download mail from one pop account but not another. With one account, the process runs smoothly, but wi...