diff options
Diffstat (limited to 'vmime/attachmentHelper.hpp')
| -rw-r--r-- | vmime/attachmentHelper.hpp | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/vmime/attachmentHelper.hpp b/vmime/attachmentHelper.hpp index 0e8d81d8..6f622a6d 100644 --- a/vmime/attachmentHelper.hpp +++ b/vmime/attachmentHelper.hpp @@ -78,6 +78,13 @@ public: */ static void addAttachment(ref <message> msg, ref <attachment> att); + /** Add a message attachment to the specified message. + * + * @param msg message into which to add the attachment + * @param amsg message to attach + */ + static void addAttachment(ref <message> msg, ref <message> amsg); + protected: static const std::vector <ref <const attachment> > |
