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

Paginate Joplin folders requests #27

Closed adeverteuil closed 1 year ago

adeverteuil commented 1 year ago

This fixes issue #24 for me.

I only committed changes to the src/ui/screen.ts file. I'm not sure if I should have also commited the changed package.json and package-lock.json because I'm not really familiar with Node development.

bishoy-magdy commented 1 year ago

Thanks @adeverteuil , let's merge then.