diff options
Diffstat (limited to 'src/messageBuilder.hpp')
| -rw-r--r-- | src/messageBuilder.hpp | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/messageBuilder.hpp b/src/messageBuilder.hpp index e03e78c8..15bd8bc0 100644 --- a/src/messageBuilder.hpp +++ b/src/messageBuilder.hpp @@ -128,11 +128,18 @@ public: void setSubject(const text& subject); /** Attach a new object to the message. + * This is a synonym for messageBuilder::appendAttachment(). * * @param attach new attachment */ void attach(attachment* attach); + /** Attach a new object to the message. + * + * @param attach new attachment + */ + void appendAttachment(attachment* attach); + /** Remove the attachment at the specified position. * * @param pos position of the attachment to remove |
