AdminLTE: eMail (IMAP) Client with Yii2

Hi there,

I would like to use the email-part of adminlte theme (https://adminlte.io/themes/AdminLTE/pages/mailbox/mailbox.html) with my own imap/smtp server.

Is there an extension or idea, how to build the functions for this part? I’ve though working with horde imap, but I asked myself if somebody has already done this and how.

Any ideas?

Best regards,
Tobi

Have you done this? I’m wondering how to handle importing the emails.

  • Import with every page load. This is very slow, even with pagination.
  • Store last x-number of emails in db using cron, then it’s a quick query with data provider.

I’m not sure what’s typically done.

I’m using SSilence/php-imap-client