[REBOL] Re: Authenticated POP
From: holger:rebol at: 1-Jun-2001 9:06
On Wed, May 30, 2001 at 05:54:28PM +0800, [philb--upnaway--com] wrote:
> Hi Rebolers,
>
> 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.
In Core 2.5 APOP is transparent. REBOL automatically uses it if the POP server
indicates that it supports it.
Unfortunately after releasing Core 2.5 we found out that there are some POP
servers out there which indicate that they support APOP even if they do not,
breaking REBOL's POP implementation, requiring a patch for some users.
Because of that in View 1.2 APOP is no longer transparent. You need to manually
enable it by putting
system/schemes/pop/algorithm: 'apop
into your user.r
--
Holger Kruse
[holger--rebol--com]