public interface MailCharset
修飾子とタイプ | メソッドと説明 |
---|---|
String |
encodeWord(String text)
日本語を含むヘッダ用テキストを生成します。
|
InternetAddress |
getAddress(String address,
String personal)
日本語を含むアドレスを生成します。
|
String |
getBit()
Content-Transfer-Encoding を指定する場合の ビット数を返します。
|
void |
setTextContent(MimeMessage mimeMsg,
String text)
テキストをセットします。
|
void setTextContent(MimeMessage mimeMsg, String text)
mimeMsg
- MimeMessage最大取り込み件数text
- 設定するテキストRuntimeException(MessagingException)
String encodeWord(String text)
text
- 設定するテキストRuntimeException(UnsupportedEncodingException)
InternetAddress getAddress(String address, String personal)
address
- アドレス部分personal
- 日本語の説明部分RuntimeException(UnsupportedEncodingException)
String getBit()
Webアプリケーションフレームワーク openGionCopyright (c) 2009 The openGion Project.