Skip to content

v1.12.0

Choose a tag to compare

@ikvk ikvk released this 13 Apr 11:51
· 7 commits to master since this release
  • Changed: MailMessage.headers now are lazy dict-like mapping - LazyHeaders. It fetches header values when accessed only.
    Actually it is braking change, but in most cases it will works with old code.
    The change saves memory and processor time.