This website requires JavaScript.
Explore
Help
Sign in
Foundry376
/
Mailspring
Watch
1
Star
1
Fork
You've already forked Mailspring
0
mirror of
https://github.com/Foundry376/Mailspring.git
synced
2024-11-14 05:41:05 +08:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
ab19133b20
Mailspring
/
packages
/
nylas-message-processor
/
processors
/
quoted-text.js
5 lines
92 B
JavaScript
Raw
Normal View
History
Unescape
Escape
Add initial version of message-processor package
2016-06-21 05:57:54 +08:00
module
.
exports
=
{
Adds message parsing module + other updates - Adds an order for the message processing pipeline to ensure that parsing occurs first - Adds JSONARRAYType - Other misc updates
2016-06-23 01:59:22 +08:00
order
:
2
,
Speed up sync by fetching preferred body block only
2016-06-28 07:05:31 +08:00
processMessage
:
(
{
message
}
)
=>
Promise
.
resolve
(
message
)
,
Add initial version of message-processor package
2016-06-21 05:57:54 +08:00
}
Reference in a new issue
Copy permalink