| Package | Description | 
|---|---|
| net.waglewagle.mail | |
| net.waglewagle.util | 
| Modifier and Type | Method and Description | 
|---|---|
java.util.List<IFileData> | 
MailMessage.getAttachedFileList()  | 
java.util.List<IFileData> | 
IMailMessage.getAttachedFileList()
첨부 파일 목록을 얻는다. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
MailMessage.addAttachedFile(IFileData attachedFile)  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
MailMessage.setAttachedFileList(java.util.List<IFileData> attachedFileList)  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
FileData
파일 데이터 클래스. 
 |