top of page

Introducing Email Scrubber 5.7

For 5.7, we made some tweaks to our Consolidated Email View LWC.


Faster, smoother rendering

We went under the hood and delivered several performance optimizations. Pages now render noticeably faster, especially for orgs with large email volumes or heavy UI interaction patterns.


Pagination

You can now navigate emails in clean, predictable slices. This includes:

  • A unified total count across both live and archived emails

  • Next/Previous navigation for cycling through pages

  • A responsive page indicator so users always know where they are in the dataset


This keeps the UI snappy while avoiding SOQL and memory limits behind the scenes.


Email inbox interface with a list of messages, each showing sender, subject, and date.
Consolidated Email View LWC in action.

Configurable page size

Like the rest of the Consolidated Email View settings, the page size is fully controlled through configuration. Admins can set how many emails appear per page, and the component will automatically fall back to a 10 per page default when no value is provided.



Settings form with various options like spam and file icons.
Configuration options available via the LWC page settings.





Comments


bottom of page