mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-11-08 07:21:18 +08:00
Summary: This diff implements Gmails "load images, always load images from bengotow@gmail.com" option. Someone asked for it late last night and I figured it'd be fun to add. We also needed to refactor the MessageItem to allow for a GPG plugin - MessageItems now subscribe to the body of the message from the messageBodyProcessor, so in the event that processing rules change, someone can invalidate the processor cache by calling `resetCache()`, and then it recomputes bodies and triggers a refresh of each message body. Test Plan: Updated existing tests, no new tests for this plugin just yet. Reviewers: evan, juan Reviewed By: evan Differential Revision: https://phab.nylas.com/D2235 |
||
|---|---|---|
| .. | ||
| plugins | ||
| email-frame.cjsx | ||
| main.cjsx | ||
| message-controls.cjsx | ||
| message-item-body.cjsx | ||
| message-item-container.cjsx | ||
| message-item.cjsx | ||
| message-list.cjsx | ||
| message-participants.cjsx | ||
| message-timestamp.cjsx | ||
| message-toolbar-items.cjsx | ||
| sidebar-components.cjsx | ||
| thread-archive-button.cjsx | ||
| thread-star-button.cjsx | ||
| thread-toggle-unread-button.cjsx | ||
| thread-trash-button.cjsx | ||