|
|
@ -892,7 +892,7 @@ public class EmailService implements AutoCloseable {
|
|
|
|
EntityLog.log(context, EntityLog.Type.Protocol, "Dump start " + tag);
|
|
|
|
EntityLog.log(context, EntityLog.Type.Protocol, "Dump start " + tag);
|
|
|
|
while (breadcrumbs != null && !breadcrumbs.isEmpty())
|
|
|
|
while (breadcrumbs != null && !breadcrumbs.isEmpty())
|
|
|
|
EntityLog.log(context, EntityLog.Type.Protocol, "Dump " + breadcrumbs.pop());
|
|
|
|
EntityLog.log(context, EntityLog.Type.Protocol, "Dump " + breadcrumbs.pop());
|
|
|
|
EntityLog.log(context, EntityLog.Type.Protocol, "Dump end" + tag);
|
|
|
|
EntityLog.log(context, EntityLog.Type.Protocol, "Dump end " + tag);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
private static class SocketFactoryService extends SocketFactory {
|
|
|
|
private static class SocketFactoryService extends SocketFactory {
|
|
|
|