com.hubspot.imap.protocol.response.ImapResponse Maven / Gradle / Ivy
package com.hubspot.imap.protocol.response;
public interface ImapResponse {
String getMessage();
}
package com.hubspot.imap.protocol.response;
public interface ImapResponse {
String getMessage();
}