mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-06 16:07:03 +03:00
Many fixes
New ownCloud package with a built-in webmail
This commit is contained in:
parent
323dd34c8b
commit
6116597f6f
56 changed files with 1137 additions and 232 deletions
|
|
@ -990,7 +990,7 @@ class MailClient
|
|||
{
|
||||
do
|
||||
{
|
||||
$sKey = \md5(\rand(10000, 90000).\microtime(true));
|
||||
$sKey = \MailSo\Base\Utils::Md5Rand();
|
||||
}
|
||||
while (isset($aCache[$sKey]));
|
||||
|
||||
|
|
@ -1006,7 +1006,7 @@ class MailClient
|
|||
{
|
||||
do
|
||||
{
|
||||
$sKey = \md5(\rand(10000, 90000).\microtime(true));
|
||||
$sKey = \MailSo\Base\Utils::Md5Rand();
|
||||
}
|
||||
while (isset($aCache[$sKey]));
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue