coddingtonbear / django-mailbox

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

Make eml field Blankable #282

Closed pfouque closed 9 months ago

pfouque commented 9 months ago

Inspired by #151

fixes #150

Note, did not add migrations in this commit because of possible discrepancy. Can create a separate commit/pull request with those if desired.

I did add the migrations!