riensen / Auto-GPT-Email-Plugin

Revolutionize email management with the Auto-GPT Email Plugin, leveraging AI to automate drafting, intelligent replies, and seamless inbox control.
MIT License
137 stars 15 forks source link

Fix: complex imap search #11

Closed riensen closed 1 year ago

riensen commented 1 year ago

Code needs to handle future edge cases like this one _, search_data = conn.search(None, 'CC', '"Verify your email"')

riensen commented 1 year ago

fixed