devilbox
devilbox copied to clipboard
Delayed message body loading
Delayed message body loading
Goal
The Mail page was crashing for me because I had a lot of large emails that were more than the browser could load at once. This PR fixes that problem by delaying message body loading until each message is clicked to reveal the body (which is now loaded via AJAX). I'm happy to do this a different way if you'd prefer.
DESCRIPTION
Not much else to say...