working on oidc auth
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
package de.srsoftware.widerhall.mail;
|
||||
|
||||
import javax.mail.Message;
|
||||
import javax.mail.MessagingException;
|
||||
|
||||
public interface MessageHandler {
|
||||
public void onMessageReceived(Message message) throws MessagingException;
|
||||
}
|
||||
Reference in New Issue
Block a user