| 195 | } |
| 196 | |
| 197 | void AbstractPart::setAttachment(bool attachment) |
| 198 | { |
| 199 | mAttachment = attachment; |
| 200 | } |
| 201 | |
| 202 | void AbstractPart::importIMAPFields(struct mailimap_body_fields * fields, |
| 203 | struct mailimap_body_ext_1part * extension) |
no outgoing calls
no test coverage detected