normalser

Results 2 comments of normalser

For anyone waiting for the official fix. you can 'fix' it yourself by adding this to your code: ``` mailin.on('startMessage', function(connection){ connection.from = connection.envelope.mailFrom.address }) ```

Not sure if realted but FYI https://github.com/Microsoft/TypeScript/issues/7481