turbomail.wrappedmessage.ImmutableProxy:
This is a wrapper for email.Message so that a user can not modify
the Message instance easily - actually modifications won't have any
effect on the underlying message class but with this wrapper
newbies won't fall into the trap.