connect('{imap.gmail.com:993/imap/ssl}[Gmail]/Gesendet', 'dev.orange.management@gmail.com', DEV_PASSWORD);
$sent = $mail->getInboxAll();
$quota = $mail->getQuota();
echo $this->getData('nav')->render(); ?>
| = $this->getHtml('Tag') ?> | = $this->getHtml('Subject') ?> | = $this->getHtml('From') ?> | = $this->getHtml('Date') ?> | |
| = $this->printHtml(\phpOMS\Utils\Converter\File::kilobyteSizeToString($quota['usage'])); ?> / = $this->printHtml(\phpOMS\Utils\Converter\File::kilobyteSizeToString($quota['limit'])); ?> | ||||
| printHtml($value->seen == 0 ? ' class="unseen"' : ''); ?>> | printHtml($value->seen == 0 ? ' class="unseen"' : ''); ?>>= $this->printHtml(\str_replace('_',' ', mb_decode_mimeheader($value->subject))); ?> | printHtml($value->seen == 0 ? ' class="unseen"' : ''); ?>>= $this->printHtml($value->from); ?> | printHtml($value->seen == 0 ? ' class="unseen"' : ''); ?>>= $this->printHtml((new \DateTime($value->date))->format('Y-m-d H:i:s')); ?> | |
| = $this->getHtml('Empty', 0, 0); ?> | ||||