[REBOL] Re: Authenticated POP
From: philb:upnaway at: 30-May-2001 20:54
Hi Scott (or Holger),
How do I tell if my ISP (or their server) supports APOP.
Just wondering if I can tell if my POP password is being broadcast "plain text".
If I use Rebol to read my mail is it any more insecure than Outlook Express ??
Cheers Phil
-- Origional Message --
From: <[philb--upnaway--com]>
> Can someone point me in the direction of how to use APOP3 insdead of
POP3 in Core 2.5/View 1.2
> Or is it just transparent and is used automatically and drops back to
POP3 if required.
Mar-26-2001 Holger Kruse wrote:
....
We added support for APOP (POP with encrypted passwords) in this version
of REBOL. The support is usually transparent, i.e. REBOL only uses APOP
if the server declares that it supports it, and even then falls back to
regular POP if an error occurs with APOP.
....
--Scott Jones