joplin / plugin-email

This plugin adds the ability to fetch email messages and converts them to Joplin notes in various formats, either by monitoring any new or unread messages from a specific email address or a specific mailbox, or by uploading downloaded email messages to the plugin without having to be logged in.
29 stars 4 forks source link

Stuck on 'Loading' #28

Open pjsgsy opened 1 year ago

pjsgsy commented 1 year ago

Hi, Just installed this from the current build. Created a new email account called joplin@whatever.com, connect to it OK. Sent a test email to it OK. Activate the plugin by using the manual connect to IMAP option. Enter the username password and server details, 993, using TLS. All basically default. It connects, and from the log on the mail server I can see it authenticates just fine, but it goes no further. Just sits +idle. The client end is just stuck on 'loading'. I've removed and re-added it, and tried a few times. Always the same.

Any suggestions?

chopstik commented 11 months ago

I've a similar situation where previously the plugin was working fine, connecting and retrieving email - but now its hung as you click on the mail icon...

Screenshot 2023-10-13 at 08 21 20
chopstik commented 11 months ago

Tried deleting plugin, restart, reinstall, restart. Tried clearing potentially problematic messages from the mailbox. Deleted read messages from mailbox, leaving only the unread messages yet to be ingested. I'm on macOS Sonoma 14.0. Stuck like this Joplin seems to be consuming a lot of power, something's not quite right.

chopstik commented 8 months ago

Found the issue working through https://github.com/joplin/plugin-email/issues/24 - the releases hasn't been updated to include more recent bugfixes. If you clone the repo locally insdtall dependencies then run npm run dist you'll get a publish/Bishoy.EmailPlugin.jpl archive. Copy that and replace the plugin in /Users/***/.config/joplin-desktop/plugins (macOS) and the pagination issue at fault is resolved.