質問編集履歴

1

コンソールの反応追記

2018/07/20 07:48

投稿

arutaka
arutaka

スコア29

test CHANGED
File without changes
test CHANGED
@@ -335,3 +335,43 @@
335
335
 
336
336
 
337
337
  ```
338
+
339
+ メール受信: 開始
340
+
341
+ DEBUG: setDebug: JavaMail version 1.4.5
342
+
343
+ DEBUG: getProvider() returning javax.mail.Provider[STORE,pop3,com.sun.mail.pop3.POP3Store,Sun Microsystems, Inc]
344
+
345
+ DEBUG POP3: mail.pop3.rsetbeforequit: false
346
+
347
+ DEBUG POP3: mail.pop3.disabletop: false
348
+
349
+ DEBUG POP3: mail.pop3.forgettopheaders: false
350
+
351
+ DEBUG POP3: mail.pop3.cachewriteto: false
352
+
353
+ DEBUG POP3: mail.pop3.filecache.enable: false
354
+
355
+ DEBUG POP3: mail.pop3.keepmessagecontent: false
356
+
357
+ DEBUG POP3: mail.pop3.starttls.enable: false
358
+
359
+ DEBUG POP3: mail.pop3.starttls.required: false
360
+
361
+ DEBUG POP3: mail.pop3.apop.enable: false
362
+
363
+ DEBUG POP3: mail.pop3.disablecapa: false
364
+
365
+ DEBUG POP3: connecting to host "pop.gmail.com", port 995, isSSL false
366
+
367
+ メール受信: サーバ接続に失敗しました。javax.mail.MessagingException: Connect failed;
368
+
369
+ nested exception is:
370
+
371
+ javax.net.ssl.SSLException: java.lang.RuntimeException: Unexpected error: java.security.InvalidAlgorithmParameterException: the trustAnchors parameter must be non-empty
372
+
373
+ メール受信: 終了
374
+
375
+
376
+
377
+ とコンソールででます。