first milestone:

We are sucessfully receiving push mails and sending notifications upon receiving emails.
Next step:
Enable Online configuration
This commit is contained in:
2022-04-13 16:44:03 +02:00
parent c9019b63f3
commit b2d9a115b9
5 changed files with 28 additions and 14 deletions

View File

@@ -6,4 +6,5 @@ public class Constants {
public static final String HOST = "host";
public static final String USER = "user";
public static final String PASSWORD = "password";
public static final String INBOX = "inbox";
}