Public Member Functions | |
| Collection< MailAttachment > | getAttachments () |
| void | loadAttachments (String path, boolean publicOnly) |
| void | loadAttachments (String path, boolean publicOnly, Date from) |
| void | removeAttachments () |
| Collection< Attachment > | getAttachmentList (String path, boolean publicOnly, Date from) |
Definition at line 39 of file AttachCollection.java.
| Collection<Attachment> org.turro.attach.search.AttachCollection.getAttachmentList | ( | String | path, |
| boolean | publicOnly, | ||
| Date | from | ||
| ) |
Definition at line 78 of file AttachCollection.java.

| Collection<MailAttachment> org.turro.attach.search.AttachCollection.getAttachments | ( | ) |
Definition at line 43 of file AttachCollection.java.
| void org.turro.attach.search.AttachCollection.loadAttachments | ( | String | path, |
| boolean | publicOnly | ||
| ) |
Definition at line 47 of file AttachCollection.java.
| void org.turro.attach.search.AttachCollection.loadAttachments | ( | String | path, |
| boolean | publicOnly, | ||
| Date | from | ||
| ) |
Definition at line 51 of file AttachCollection.java.

| void org.turro.attach.search.AttachCollection.removeAttachments | ( | ) |
Definition at line 72 of file AttachCollection.java.