We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
在服务器上运行好几年了一直好好的,直到上一次服务器重启了一回,然后再启动服务器端始终报错,日志如下:
[root@mail yuchsbox_server_1.16.2085.2]# java -jar svr.jar 01-07 09:17:14 : start DestroySession 01-07 09:17:14 : end DestroySession 01-07 09:17:14 : [email protected] PasswordKey is Empty, wait for client send PasswordKey. 01-07 09:17:29 : some client<6.6.6.6> connecting ,waiting for auth 01-07 09:17:29 : some client connect IP<6.6.6.6> 01-07 09:17:29 : m_store is not connected, ResetSession first 01-07 09:17:29 : start DestroySession 01-07 09:17:29 : end DestroySession 01-07 09:17:29 : [email protected] PasswordKey is Empty, wait for client send PasswordKey. 01-07 09:17:29 : java.lang.IllegalStateException: Not connected at com.sun.mail.imap.IMAPStore.checkConnected(IMAPStore.java:1903) at com.sun.mail.imap.IMAPStore.getDefaultFolder(IMAPStore.java:1677) at com.yuchting.yuchberry.server.fetchEmail.checkIMAPFolder(fetchEmail.java:656) at com.yuchting.yuchberry.server.fetchEmail.CheckFolder(fetchEmail.java:645) at com.yuchting.yuchberry.server.fetchMgr.CheckAccountFolders(fetchMgr.java:873) at com.yuchting.yuchberry.server.berrySvrPush.run(berrySvrDeamon.java:55) 01-07 09:17:29 : receive package head<22> length<27>
上一次gmail升级TLS 1.3的issue也是我提的,一眨眼又过去好几年了,不知这个bug还能不能被看到。
先道一声感谢,这个app给工作带来无数便利,真心希望能再用一段时间。
The text was updated successfully, but these errors were encountered:
No branches or pull requests
在服务器上运行好几年了一直好好的,直到上一次服务器重启了一回,然后再启动服务器端始终报错,日志如下:
[root@mail yuchsbox_server_1.16.2085.2]# java -jar svr.jar
01-07 09:17:14 : start DestroySession
01-07 09:17:14 : end DestroySession
01-07 09:17:14 : [email protected] PasswordKey is Empty, wait for client send PasswordKey.
01-07 09:17:29 : some client<6.6.6.6> connecting ,waiting for auth
01-07 09:17:29 : some client connect IP<6.6.6.6>
01-07 09:17:29 : m_store is not connected, ResetSession first
01-07 09:17:29 : start DestroySession
01-07 09:17:29 : end DestroySession
01-07 09:17:29 : [email protected] PasswordKey is Empty, wait for client send PasswordKey.
01-07 09:17:29 : java.lang.IllegalStateException: Not connected
at com.sun.mail.imap.IMAPStore.checkConnected(IMAPStore.java:1903)
at com.sun.mail.imap.IMAPStore.getDefaultFolder(IMAPStore.java:1677)
at com.yuchting.yuchberry.server.fetchEmail.checkIMAPFolder(fetchEmail.java:656)
at com.yuchting.yuchberry.server.fetchEmail.CheckFolder(fetchEmail.java:645)
at com.yuchting.yuchberry.server.fetchMgr.CheckAccountFolders(fetchMgr.java:873)
at com.yuchting.yuchberry.server.berrySvrPush.run(berrySvrDeamon.java:55)
01-07 09:17:29 : receive package head<22> length<27>
上一次gmail升级TLS 1.3的issue也是我提的,一眨眼又过去好几年了,不知这个bug还能不能被看到。
先道一声感谢,这个app给工作带来无数便利,真心希望能再用一段时间。
The text was updated successfully, but these errors were encountered: