10 #include <Wt/WCompositeWidget>
49 void setTo(
const std::vector<Contact>& to);
53 void setSubject(
const WString& subject);
57 void setMessage(
const WString& message);
61 void setAddressBook(
const std::vector<Contact>& addressBook);
65 std::vector<Contact> to()
const;
69 std::vector<Contact> cc()
const;
73 std::vector<Contact> bcc()
const;
84 std::vector<Attachment> attachments()
const;
179 void attachmentDone();
199 #endif // COMPOSER_H_