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-12 12:40:08 +08:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
12d9db8dd9
Mailspring
/
packages
/
nylas-message-processor
/
processors
/
quoted-text.js
5 lines
75 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
,
processMessage
:
(
{
message
}
)
=>
message
,
Add initial version of message-processor package
2016-06-21 05:57:54 +08:00
}
Reference in a new issue
Copy permalink