coddingtonbear / django-mailbox

Import mail from POP3, IMAP, local email mailboxes or directly from Postfix or Exim4 into your Django application automatically.
MIT License
357 stars 166 forks source link

sort messages incoming date #245

Open Bastilla123 opened 3 years ago

Bastilla123 commented 3 years ago

I want to make a order by incoming date from message. But u can't order by in header.

I want also output incoming date in template. How can i do that?

Please help me.