| 302 | } |
| 303 | |
| 304 | String * Attachment::decodedString() |
| 305 | { |
| 306 | if (mData) { |
| 307 | return decodedStringForData(mData); |
| 308 | } |
| 309 | else { |
| 310 | return NULL; |
| 311 | } |
| 312 | } |
| 313 | |
| 314 | AbstractPart * Attachment::attachmentsWithMIME(struct mailmime * mime) |
| 315 | { |
no outgoing calls