You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Sorry its taken a while - any chance you could provide the email content which broke it, or if its sensitive, cut it down to the bare minimum which causes the panic
No worries if not, I'll add additional error checking so it won't end in a panic, but it'd be nice to support whatever content Gmail was sending (a quick test couldn't replicate the problem)
2014/07/20 16:36:03 Parsing MIME body
panic: runtime error: index out of range
looks like ParseMIMEBody() might be the reason, I commented out lines 62-65 in mailhog/data/message.go and the panics have stopped
The text was updated successfully, but these errors were encountered: