Loading emails in the nextcloud mail app is very slow for me (10s+ on an average email), removing html and the encrypted elements from the vues makes it like 8 seconds faster but going with just the MessagePlainTextBody causes bad formatting.
Request Time (Never opened & Average length email):
thread - 94 ms
body - 2.69 s
html - 4.01 s
flags - 3.68 s
This is using googles SMTP and IMAP with their XOAuth as well, which should be a lot faster than this.
I have the same issue on NC 20.0.10 Php 7.4 Apache/MariaDb.
This seems to be something to do with the priority mailbox. I can load emails fine if I just click on Inbox, but by default the priorty mailbox is show and that one never finishes âloadingâ
Hi,
i see basically the same. Iâm the only user of my nextcloud instance and mail handling is in general really slow. The priority mailbox never stops loading. From time to time some message regarding âyour messages are being indexed, this may take a whileâ flashes, but it never gets done. The same applies for the box âall mail entriesâ (i have 3 mail accounts connected, but it does not matter, if i have 2 or 3).
Iâd like to second the question of ucarkamon: Any way to disable the priorty mailbox thing?
Thank you !
Had the same slow loading problem or it was not loading at allâŚ
After a:
occ maintenance:mimetype:update-db
the Mail app ist lightning fastâŚ
fyi, that was the output:
Added mimetype âapplication/kmâ to database
Added mimetype âapplication/x-freemindâ to database
Added mimetype âimage/sgiâ to database
Added mimetype âimage/tgaâ to database
Added mimetype âapplication/vnd.xmind.workbookâ to database
can someone help me for the email loads very slow, it take lot of time to show the email content, i have done all the possibility configuration, i am using Nextcloud AIO v6.1.1,
This made a huge difference for me. I have 10s of thousands of emails across almost half a dozen accounts. But now everything appears in under 2-3 seconds.
Iâve got a brand new install of Nextclould and running : php occ maintenance:mimetype:update-db spat out a whole bunch of changes. Maybe this should be part of the install process? It clearly isnât?
I too have a new install of Nextcloud and Nextcloud Mail, this command sped mine up. It should definitely be a part of install, if not a checkbox or warning provided by the app to do this.