[Perlwebmail-devel] UIDL encoding

woodwardj@jaos.org woodwardj@jaos.org
Wed, 03 Jul 2002 12:33:07 -0400


Hi jørgen,

>>Also, any thoughts on CGI::EncryptForm use ??
>
>No, it is not part of a "standard" install of perl.
>
>Neither is URI::Escape btw.
>
>encode_base64 is in MIME::Base64 is "standard", at least in perl 
>5.6.0. Only '+' seems to need secial attention.
>
>URI::Escape (with the escape definition from another mail on the 
>list) also seems to do the job.
>
>I have no particular preference here, given that I have something 
>taht works against my qpopper.

I agree with your point.  I have been using CGI::EncryptForm for another project and found it
interesting enough that I wanted to try it out with webmail.pl.  This gives the added bonus of
securing those get requests (somewhat).

MIME::Base64 might be a better fit. I will update the current cvs code to encode the get urls
with MIME::Base64 as opposed to CGI::EncryptForm.

take care,
jason