All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.hubspot.imap.protocol.command.ImapCommand Maven / Gradle / Ivy

The newest version!
package com.hubspot.imap.protocol.command;

import com.hubspot.imap.protocol.command.atoms.ImapAtom;

public interface ImapCommand extends ImapAtom {
  String commandString();
  ImapCommandType getCommandType();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy