Currently, when trying to send an encrypted or signed message with an attachment, sup crashes, since it tries to .pack('m') the body of a multipart message, which is an array of RMail::Messages and thus crashes. The attached patch should fix that.