if $key is set to false, sqimap_login() function will use sqauth_read_password()
authortokul <tokul@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Wed, 19 Apr 2006 18:03:24 +0000 (18:03 +0000)
committertokul <tokul@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Wed, 19 Apr 2006 18:03:24 +0000 (18:03 +0000)
commit045ec1a17de3de6297f2dfc576db99f5edbdb15b
tree5b41e9d38fdb361a55cd5c2dfad99dff011db907
parentf2ac3325d474dea1fc8b82d25099256c78bee803
if $key is set to false, sqimap_login() function will use sqauth_read_password()
to retrieve user password.
sqimap_login() calls in plugins are modified to use this code.
It allows to centralize place that is used to access password information.

Older way is preserved for backwards compatibility and different IMAP login
credentials.

git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@11058 7612ce4b-ef26-0410-bec9-ea0150e637f0
ChangeLog
functions/imap_general.php
include/options/folder.php
plugins/info/options.php
plugins/message_details/message_details_bottom.php
plugins/sent_subfolders/setup.php
plugins/spamcop/functions.php
plugins/spamcop/spamcop.php