Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Program stops on an empty mailbox #2

Closed
scubix opened this issue Feb 9, 2022 · 1 comment
Closed

Program stops on an empty mailbox #2

scubix opened this issue Feb 9, 2022 · 1 comment

Comments

@scubix
Copy link

scubix commented Feb 9, 2022

When there are no emails in the mailbox, the program crashes with the error :

AttributeError: 'NoneType' object has no attribute 'uid'.

So it always needs at least 1 email to be in the mailbox

@soranoo
Copy link
Owner

soranoo commented Feb 9, 2022

Thank you for your report, the problem will be fixed in the next update.

soranoo added a commit that referenced this issue Feb 9, 2022
+Fixed issues ( #1 ) and ( #2 )
+Remove EZ-Tool (start-env.py), the tool has been split into an independent repository(https://github.com/soranoo/Start-Python-Virtual-Environment).
+Added `log_full_color` into the config file(config.example.toml)
+Removed virtual environment
+Convert a valid JSON string into JSON
+ Updated `.gitignore`
+Updated package dependency
@soranoo soranoo closed this as completed Feb 9, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants