minor css bug, added dropper

This commit is contained in:
Gitea
2025-05-08 08:33:07 +05:30
parent 54cc8bbde3
commit db22535b60
4 changed files with 103 additions and 2 deletions

View File

@@ -16,7 +16,7 @@ date_default_timezone_set($newTimezone);
$imapDB = json_decode(config('app.settings.imap_settings'), true);
// Mailbox credentials
$hostname = '{'.$imapDB['host'].':'.$imapDB['premium_port'].'/ssl}INBOX';
$hostname = '{'.$imapDB['host'].':'.$imapDB['port'].'/ssl}INBOX';
$username = $imapDB['username'];
$password = $imapDB['password'];