Skip to content

Merge Release/v3.3.0b into Master

Jens Astrup requested to merge release/v3.3.0b into master
  • Relative imports revised to absolute imports

  • KeyError raised in OutlookAccount for missing parameters switched to the more appropriate TypeError

  • Internal method jsonify_receps renamed to the more descriptive 'jsonify_recipients'

  • Type hinting added to various methods and functions

  • All uses of print() removed

  • Unused imports (json and re) removed from createMessage.py

  • Issue with 'Sender' key in retrieve.py resolved

  • test_pyOutlook.py removed - ideas for testing Outlook calls programatically are welcome...

  • __all__ added to __init__, can just import pyOutlook without cluttering namespace

Merge request reports