btoews / OctoGAS

GitHub Email Notifications Google Apps Script for Gmail
100 stars 22 forks source link

handle messages without a From address #9

Closed btoews closed 9 years ago

btoews commented 9 years ago

I'm not sure how an email can have no From: header, but I was getting an exception where the regex in firstAddressInHeader was returning undefined. This should fix that.