| 977 | } |
| 978 | |
| 979 | void MessageHeader::importIMAPInternalDate(struct mailimap_date_time * date) |
| 980 | { |
| 981 | setReceivedDate(timestampFromIMAPDate(date)); |
| 982 | } |
| 983 | |
| 984 | Array * MessageHeader::recipientWithReplyAll(bool replyAll, bool includeTo, bool includeCc, Array * senderEmails) |
| 985 | { |