| イベント名 | イベント番号/発生条件/内包データ | ||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 処理完了 |
|
||||||||||||||||||||
| データ生成 |
|
| メソッド名(日本語) | メソッド名 | 引数 | ||||
|---|---|---|---|---|---|---|
| ユーザIDを取得する | getAuthId | |||||
| 認証方法を取得する | getAuthMethod | |||||
| パスワードを取得する | getAuthPassword | |||||
| メールダイジェストテーブルを取得する | getMailDigestTable | |||||
| POP3サーバアドレスを取得する | getServerAddress | |||||
| POP3サーバポートを取得する | getServerPort | |||||
| SSL/TLS使用フラグを取得する | isSslTlsEnabled | |||||
| STARTTLS使用フラグを取得する | isStartTlsEnabled | |||||
| STARTTLS必須フラグを取得する | isStartTlsRequired | |||||
| 指定したメールを取得する | receiveMail |
|
||||
| メールをすべて取得する | receiveMail |
|
||||
| メールのダイジェスト情報を取得する | receiveMailDigest | |||||
| ユーザIDを設定する | setAuthId |
|
||||
| 認証方法を設定する | setAuthMethod |
|
||||
| パスワードを設定する | setAuthPassword |
|
||||
| POP3サーバアドレスを設定する | setServerAddress |
|
||||
| POP3サーバポートを設定する | setServerPort |
|
||||
| SSL//TLS使用フラグを設定する | setSslTlsEnabled |
|
||||
| STARTTLS使用フラグを設定する | setStartTlsEnabled |
|
||||
| STARTTLS必須フラグを設定する | setStartTlsRequired |
|