manusa / mnIMAPSync

Java IMAP email syncing tool
Apache License 2.0
39 stars 13 forks source link

Cannot process one email and hand up forever (between errors) #36

Open fharper opened 4 years ago

fharper commented 4 years ago

It seems like there is an issue with one message that cannot be copied or is too big to be copied without causing error (I can't tell as I don't know which email is causing that), but I let the app run all night, and it's a loop between trying to copy that one message for a while, and after getting that error in attachment, and trying to copy again.

I want to run the app directly from the code and in debug mode to try to find what is causing this, but I don't have time right now. Is there anything already in place to help find the issue? Some logs maybe? Or a way to know which email is being process so I can find out if it's an attachment issue (which I guess it would, probably a big attachment). If not, no stress, I'll try to give it a closer look next week.

image

manusa commented 4 years ago

I'm afraid ATM there's nothing in place but plain old debugging.

I started refactoring the application on August but I have been very busy the past few months. I'll probably find some time on January, and I'll definitely include something for #33 which is related to this one.