mirror of
https://github.com/Foundry376/Mailspring.git
synced 2024-11-12 04:25:31 +08:00
c3ed7cbdef
- Adds an order for the message processing pipeline to ensure that parsing occurs first - Adds JSONARRAYType - Other misc updates
4 lines
75 B
JavaScript
4 lines
75 B
JavaScript
module.exports = {
|
|
order: 1,
|
|
processMessage: ({message}) => message,
|
|
}
|