working on confirmed subscription
This commit is contained in:
@@ -43,11 +43,4 @@ public class Application {
|
||||
|
||||
server.start();
|
||||
}
|
||||
|
||||
private static void startMailSystem(JSONObject json) {
|
||||
MessageHandler forward = new Forwarder(json);
|
||||
new ImapClient(json)
|
||||
.addListener(forward)
|
||||
.start();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user