Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: O365/python-o365
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: Narcolapser/python-o365
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Can’t automatically merge. Don’t worry, you can still create the pull request.
  • 4 commits
  • 49 files changed
  • 3 contributors

Commits on Dec 10, 2018

  1. Fix spelling 'necessary'

    billymail authored Dec 10, 2018

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    3641a59 View commit details

Commits on Dec 12, 2018

  1. Merge pull request #1 from billymail/patch-1

    Fix spelling 'necessary'
    Narcolapser authored Dec 12, 2018

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    e744d21 View commit details
  2. Migration message.

    Toben Archer authored and Toben Archer committed Dec 12, 2018
    Copy the full SHA
    34631b1 View commit details
  3. typo

    Narcolapser authored Dec 12, 2018

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    36866c7 View commit details
Showing with 2 additions and 4,777 deletions.
  1. +0 −202 LICENSE
  2. +0 −15 MANIFEST
  3. +0 −33 O365/__init__.py
  4. +0 −169 O365/attachment.py
  5. +0 −114 O365/cal.py
  6. +0 −225 O365/connection.py
  7. +0 −164 O365/contact.py
  8. +0 −381 O365/event.py
  9. +0 −220 O365/fluent_inbox.py
  10. +0 −293 O365/fluent_message.py
  11. +0 −75 O365/group.py
  12. +0 −128 O365/inbox.py
  13. +0 −258 O365/message.py
  14. +0 −61 O365/schedule.py
  15. +2 −224 README.md
  16. +0 −1 _config.yml
  17. +0 −41 devdocs/15 03 17
  18. +0 −5 devdocs/15 04 20
  19. +0 −1 examples/EmailPrinting/emailprinting.lock
  20. +0 −160 examples/EmailPrinting/emailprinting.py
  21. +0 −172 examples/EmailPrinting/printing.py
  22. +0 −23 examples/FolderOperations/get_folder.py
  23. +0 −25 examples/FolderOperations/list_folders.py
  24. +0 −26 examples/FolderOperations/trash_message.py
  25. +0 −42 examples/VehicleBookings/veh.py
  26. +0 −52 examples/fetchFile.py
  27. +0 −35 examples/pipemail.py
  28. +0 −55 examples/simple-message.py
  29. +0 −2 setup.cfg
  30. +0 −50 setup.py
  31. +0 −19 tests/attachment.json
  32. +0 −62 tests/attachment_message.json
  33. +0 −59 tests/conbill.json
  34. +0 −83 tests/contacts.json
  35. +0 −164 tests/events.json
  36. +0 −17 tests/groups.json
  37. +0 −24 tests/newmessage.json
  38. +0 −234 tests/read_message.json
  39. +0 −18 tests/run_test.sh
  40. +0 −18 tests/run_test3.sh
  41. +0 −70 tests/test_attachment.py
  42. +0 −93 tests/test_cal.py
  43. +0 −108 tests/test_contact.py
  44. +0 −111 tests/test_event.py
  45. +0 −85 tests/test_group.py
  46. +0 −91 tests/test_inbox.py
  47. +0 −156 tests/test_message.py
  48. +0 −51 tests/test_schedule.py
  49. +0 −62 tests/unread_message.json
202 changes: 0 additions & 202 deletions LICENSE

This file was deleted.

15 changes: 0 additions & 15 deletions MANIFEST

This file was deleted.

33 changes: 0 additions & 33 deletions O365/__init__.py

This file was deleted.

Loading