Class AbstractIMAPFolderOperation<O>

    • Field Detail

      • m_Folder

        protected String m_Folder
        the folder to query.
    • Constructor Detail

      • AbstractIMAPFolderOperation

        public AbstractIMAPFolderOperation()
    • Method Detail

      • getDefaultFolder

        protected String getDefaultFolder()
        Returns the default folder.
        Returns:
        the default
      • setFolder

        public void setFolder​(String value)
        Sets the folder to query.
        Parameters:
        value - the folder
      • getFolder

        public String getFolder()
        Returns the folder to query.
        Returns:
        the folder
      • folderTipText

        public String folderTipText()
        Returns the tip text for this property.
        Returns:
        tip text for this property suitable for displaying in the GUI or for listing the options.
      • check

        protected String check​(IMAPConnection conn)
        Hook method for checks before executing the operation.
        Overrides:
        check in class AbstractIMAPOperation<O>
        Parameters:
        conn - the connection to use
        Returns:
        the generated output, can be null