質問編集履歴
1
コンソールの反応追記
title
CHANGED
File without changes
|
body
CHANGED
@@ -166,4 +166,24 @@
|
|
166
166
|
}
|
167
167
|
}
|
168
168
|
|
169
|
-
```
|
169
|
+
```
|
170
|
+
メール受信: 開始
|
171
|
+
DEBUG: setDebug: JavaMail version 1.4.5
|
172
|
+
DEBUG: getProvider() returning javax.mail.Provider[STORE,pop3,com.sun.mail.pop3.POP3Store,Sun Microsystems, Inc]
|
173
|
+
DEBUG POP3: mail.pop3.rsetbeforequit: false
|
174
|
+
DEBUG POP3: mail.pop3.disabletop: false
|
175
|
+
DEBUG POP3: mail.pop3.forgettopheaders: false
|
176
|
+
DEBUG POP3: mail.pop3.cachewriteto: false
|
177
|
+
DEBUG POP3: mail.pop3.filecache.enable: false
|
178
|
+
DEBUG POP3: mail.pop3.keepmessagecontent: false
|
179
|
+
DEBUG POP3: mail.pop3.starttls.enable: false
|
180
|
+
DEBUG POP3: mail.pop3.starttls.required: false
|
181
|
+
DEBUG POP3: mail.pop3.apop.enable: false
|
182
|
+
DEBUG POP3: mail.pop3.disablecapa: false
|
183
|
+
DEBUG POP3: connecting to host "pop.gmail.com", port 995, isSSL false
|
184
|
+
メール受信: サーバ接続に失敗しました。javax.mail.MessagingException: Connect failed;
|
185
|
+
nested exception is:
|
186
|
+
javax.net.ssl.SSLException: java.lang.RuntimeException: Unexpected error: java.security.InvalidAlgorithmParameterException: the trustAnchors parameter must be non-empty
|
187
|
+
メール受信: 終了
|
188
|
+
|
189
|
+
とコンソールででます。
|