Uses of Enum Class
cloud.opencode.base.email.EmailReceiveConfig.Protocol
Packages that use EmailReceiveConfig.Protocol
-
Uses of EmailReceiveConfig.Protocol in cloud.opencode.base.email
Subclasses with type arguments of type EmailReceiveConfig.Protocol in cloud.opencode.base.emailModifier and TypeClassDescriptionstatic enumEmail receiving protocol 邮件接收协议Methods in cloud.opencode.base.email that return EmailReceiveConfig.ProtocolModifier and TypeMethodDescriptionEmailReceiveConfig.protocol()Returns the value of theprotocolrecord component.static EmailReceiveConfig.ProtocolReturns the enum constant of this class with the specified name.static EmailReceiveConfig.Protocol[]EmailReceiveConfig.Protocol.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in cloud.opencode.base.email with parameters of type EmailReceiveConfig.ProtocolModifier and TypeMethodDescriptionEmailReceiveConfig.Builder.protocol(EmailReceiveConfig.Protocol protocol) Set protocol 设置协议Constructors in cloud.opencode.base.email with parameters of type EmailReceiveConfig.ProtocolModifierConstructorDescriptionEmailReceiveConfig(String host, int port, String username, String password, String oauth2Token, EmailReceiveConfig.Protocol protocol, boolean ssl, boolean starttls, Duration timeout, Duration connectionTimeout, String defaultFolder, int maxMessages, boolean deleteAfterReceive, boolean markAsReadAfterReceive, boolean debug) Creates an instance of aEmailReceiveConfigrecord class.