message-id regexp fails to detect gmail ids
Gmail message-ids contain '=' which I don't think is part of our regexp. We should accept any character, or at least check if there is a RFC for that.
Gmail message-ids contain '=' which I don't think is part of our regexp. We should accept any character, or at least check if there is a RFC for that.