What does BYE system error mean?
843834Sep 21 2009 — edited Sep 21 2009I am using javamail to connect to an IMAP service. Most of the time it seems fine, but once in a while I get an error message when trying to connect to the store:
javax.mail.MessagingException: * BYE System Error 42if5891749yxe.30;
nested exception is:
com.sun.mail.iap.ConnectionException: * BYE System Error 42if5891749yxe.30
at com.sun.mail.imap.IMAPStore.protocolConnect(IMAPStore.java:609)
at javax.mail.Service.connect(Service.java:291)
Anyone know what the cause might be?