gmail-api-parse-message-ts
Advanced tools
Changelog
2.2.32
BugFix. Labels could be empty. isEmailsDraft now checks whether or labels do exists
Changelog
2.2.29
reversal on 2.2.28. Emails are by default checked for validity, however optional parameter checkIfEmailIsValid can be set to false, whereby emails are not checked, and isValid is set to true. ParseGmailApi.parseMessage() always set isValid=true (without checking).
Changelog
2.2.28
@IReceiver.isValid is now required (was optional). Set is as true as default by ParseGmailApi.parseMessage(). Validation appears to be redundant, as emails from the gmail api, should be correct
Changelog
2.2.26
add isValid?: boolean to interface IReceiver. comments: Optional. Possible to marked users non-valid emails, as not valid, for later evaluation
Changelog
2.2.25
bugFix, checks for undefined values indexHeaders(), causing runtime errors in certain cases