python-o365
python-o365 copied to clipboard
A simple python library to interact with Microsoft Graph and Office 365 API
I get the following error when pulling emails from an inbox. `HTTPSConnectionPool(host='graph.microsoft.com', port=443): Max retries exceeded with url: /v1.0/users/[email protected]/mailFolders/Inbox/messages?%24top=999&%24expand=attachments%28%24select%3Dname%29 (Caused by ResponseError('too many 504 error responses'))` If i use the...
I have an account and have added a bunch of room calendars in Outlook Web. But when I run list_calendars() I only get the accounts calendars (eg: Calendar, Holidays, Birthdays)....
Hi - Thanks for nice tool. I am able to get document names from Teams/channel folders using sharepoint & drive functions. Need to download 100+ excels there , parse and...
This line is the only one which the body_type = "html" is in lower case. Should it be in uppercase like the rest of references? https://github.com/O365/python-o365/blob/6df9fb1c79f465f22d621cf024a15f01caa02943/O365/message.py#L406
Code: msg.move(archival_folder_name) Error: Client Error: 400 Client Error: Bad Request for url: https://graph.microsoft.com/v1.0/users/email-id/messages/secret-info=/move | Error Message: Id is malformed.
Buenas Tardes, soy un novato en la programación y estoy experimentando con leer mis correos utilizando la librería. Sin embargo, no he logrado resolver el siguiente caso : Cuando recibo...
I have a requirement where a DL needs to be list to read its members and perform the subsequent operations based on whether a particular member is a part of...
I'm using the o365 module with the FileSystemTokenBackend. I'm extracting the text of the access_token from the token to use with the PasswordFile parameter of fetchmail-7.0.0-alpha7 in "auth oauthbearer" mode...
I want read the mail body exactly in the same format as it is received, but when I'm reading mail body from HTML mail body format gets distorted, Is there...
If you have an attachment that is an attached mail (attachment_type=='item'), and if you try to get the message with _mail_folter.get_message(object_id=attachemnent.attachment_id)_ it returns the container mail and not the attached...