Small improvements

This commit is contained in:
M66B
2019-02-06 16:40:47 +00:00
parent 4fc775d711
commit a2ece1c910
2 changed files with 13 additions and 7 deletions

View File

@@ -626,7 +626,7 @@ public class MessageHelper {
return result;
}
List<AttachmentPart> getRawAttachments() {
List<AttachmentPart> getAttachmentParts() {
return attachments;
}