EB writes:
> Hi all,
>
> Is there a way to, instead of having a user manually log in on the
> sqwebmail interface, pass user name and password to it using a script?
> This is to allow the user to just log in once to the computer and not
> have to type in the user name and password again when they want to
> check emails. That is, we want to send the user name and password to
> sqwebmail automatically, perhaps as a an encoded url?
Learn the CGI environment variables, and create a CGI environment for the
initial login sequence, then execute the sqwebmail binary.
--
Sam