Skip to content

issues Search Results · repo:mjs/imapclient language:Python

Filter by

398 results
 (61 ms)

398 results

inmjs/imapclient (press backspace or delete to remove)

I am using th IMAPClient to read Emails in shared mail folder. My workflow looks like this: server = IMAPClient(host=***, port=***) server.login(username=***, password=***) server.select_folder( Other ...
  • risingwolf21
  • Opened 
    on May 12
  • #614

I am using the IMAPClient library to implement an email notifier using the IMAP IDLE command to wait for incoming email notifications. However, the IDLE command seems to be skipping some email notifications ...
  • AbdulrhmanSayedAli
  • Opened 
    on Oct 15, 2024
  • #611

My code snippet that yields the error: subject = Mängelbeseitigung Druckbehälter/ hier try: mailclient.select_folder(folder, readonly=False) messages = mailclient.search(criteria=[ ...
bug
  • pythoniac
  • 2
  • Opened 
    on Sep 2, 2024
  • #606

I Need to save .eml, but i have not foud any suitable method in the imapclient class. Have i overseen, or Is It something in the todo list? Thanks a lot!
  • Zawardo1000
  • Opened 
    on Aug 14, 2024
  • #603

I ve had the same code be working for years but randomly I can t now login to the server. My credentials are in a separate .env file, I then use python-decouple to import them and login. I ve checked the ...
  • DenofTranquility
  • 3
  • Opened 
    on Aug 7, 2024
  • #602

The lint check is consistently failing. This seems to be related to a setuptools import.
blocker
bug
  • mjs
  • Opened 
    on Jun 28, 2024
  • #589

This was originally reported as a documentation issue: https://github.com/mjs/imapclient/issues/357 However, I m experiencing it while using 3.0.1. I believe this is because the __all__ special property ...
  • ianawilson
  • Opened 
    on May 22, 2024
  • #585

There s this situation where the parser in imapclient crashes on the response of a LIST command (from dovecot) when there is a mailbox with a name contains an (unclosed) opening square bracket. I stared ...
bug
  • jap
  • 1
  • Opened 
    on Feb 26, 2024
  • #583

Hello, I m facing a weird issue trying to establish a secure IMAP connection: In [3]: imapclient.__version__ Out[3]: 3.0.1 In [5]: cl = imapclient.IMAPClient( mail.democrats.com , 993) .... File /usr/lib/python3.11/ssl.py:1379, ...
  • psihonavt
  • 1
  • Opened 
    on Jan 3, 2024
  • #579

Dear @mjs, Can you add the support of RFC 9266: Channel Bindings for TLS 1.3? - https://datatracker.ietf.org/doc/html/rfc9266 Channel Bindings for TLS: https://datatracker.ietf.org/doc/html/rfc5929 ...
  • Neustradamus
  • Opened 
    on Dec 25, 2023
  • #576
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Press the
/
key to activate the search input again and adjust your query.
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Restrict your search to the title by using the in:title qualifier.
Issue search results · GitHub