Giter Club home page Giter Club logo

outlook's People

Contributors

awangga avatar dcrystalj avatar gshirazi avatar t04glovern avatar z-shang avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

outlook's Issues

pip install

It would be nice if this package was pip installable (#15) and available from PyPI.

Thanks

Subfolders

Hello,

How can I access subfolders under the Inbox folder?

Thanks

sign in issue

it is showing only sign in multiple times in console

Sign In ...
Sign In ...

Inconsistent use of tabs and spaces in outlook.py

I'm getting this error while executing the script in python 3.

import outlook
File "C:/Users/bhavin_kotak/outlook\outlook.py", line 18
try:
^
TabError: inconsistent use of tabs and spaces in indentation

License

Can you add a license for this code ?

Thanks,

FETCH COMMAND ERROR

I am using this module in my Mac os, with Python 2.7, but while trying to read emails I got the error,
FETCH command error: BAD ['The specified message set is invalid.']

Can you help and fix this?

Read email-attachments

Hi,
I want to read the attachments(.csv or .xlsx) from email and work on the attachment. Is there a way to load the email-attachment?
Thank You,
Pavan

mail format

Do you know what format use Microsoft to store its mails in OST/PST files? HTML/EML/MESSAGE/etc.

Login Failed Error

Hello,

Is this module functional with O365 organizational accounts which are authenticated through federation?

For instance, an organization has its own authentication and as soon as user enters the email address the outlook web access redirects to organization federation authentication instead of Microsoft doing the authentication. I tried using this python module with such an account and getting "Login failed" always. Any work around in such scenarios?

Thanks a lot!

Migrate to python3.7

Due to the end of support of python 2.x, will be a good point to refactor to python3.X

unreadIds TypeError

Hi, in the outlook.py file L:134, you seem to treat a bytes-like object and not a str one. So you are parsing & returning it as a str object, which is not.

imaplib.error: FETCH command error: BAD [b'Command Argument Error. 11']

Traceback (most recent call last):
File "/Users/-/Desktop/hotmailforwarder/forwarder.py", line 14, in
print(mail.unread())
File "/Users/-/Desktop/hotmailforwarder/outlook.py", line 156, in unread
return self.getEmail(latest_id)
File "/Users/-/Desktop/hotmailforwarder/outlook.py", line 148, in getEmail
r, d = self.imap.fetch(id,'(RFC822)')
File "/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/imaplib.py", line 539, in fetch
typ, dat = self._simple_command(name, message_set, message_parts)
File "/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/imaplib.py", line 1205, in _simple_command
return self._command_complete(name, self._command(name, *args))
File "/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/imaplib.py", line 1030, in _command_complete
raise self.error('%s command error: %s %s' % (name, typ, data))
imaplib.error: FETCH command error: BAD [b'Command Argument Error. 11']

Outlook instance has no attribute 'imap'

After downloading the python script files, I created a separate python file with the code "To get latest Unread Message in inbox" from Readme.md. Whenever I run this file, I get the ERROR- "Outlook instance has no attribute 'imap' ".

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.