You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+9-2Lines changed: 9 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -34,7 +34,7 @@ if m.json['IsReadReceiptRequested']:
34
34
## Email
35
35
There are two classes for working with emails in O365.
36
36
#### Inbox
37
-
A collection of emails. This is used when ever you are requesting an email or emails. It can be set with filters so that you only download the emails which your script is interested in.
37
+
A collection of emails. This is used when ever you are requesting an email or emails. It can be set with filters so that you only download the emails which your script is interested in.
@@ -222,4 +222,11 @@ for message in inbox.search('Category:some_cat').skip(1).fetch(1):
222
222
inbox.fetch_first(10)
223
223
```
224
224
225
+
### Support for shared mailboxes
226
+
Basic support for working with shared mailboxes exists. The following functions take `user_id` as a keyword argument specifying the email address of the shared mailbox.
0 commit comments