This commit introduces a minor backward-compatibility break:
Message.SetBody, Message.AddAlternative and
Message.AddAlternativeWriter now accept a new variadic argument.
Since this argument is optional, in almost all cases there is
nothing to change. That is why Gomail version number wasn't bumped.
Fixes#47