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

com.hubspot.imap.protocol.command.search.keys.SearchKey Maven / Gradle / Ivy

There is a newer version: 0.6.1
Show newest version
package com.hubspot.imap.protocol.command.search.keys;

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

public interface SearchKey extends ImapAtom {
  String keyString();
  SearchKeyType getKeyType();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy