We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ba9206e commit f1e81b0Copy full SHA for f1e81b0
server/libs/modules/components/email/src/main/java/com/bytechef/component/email/commons/EmailUtils.java
@@ -17,8 +17,9 @@
17
package com.bytechef.component.email.commons;
18
19
import static com.bytechef.component.definition.Authorization.USERNAME;
20
-import static com.bytechef.component.email.constant.EmailConstants.*;
+import static com.bytechef.component.email.constant.EmailConstants.CRYPTOGRAPHIC_PROTOCOL;
21
import static com.bytechef.component.email.constant.EmailConstants.HOST;
22
+import static com.bytechef.component.email.constant.EmailConstants.TLS;
23
24
import com.bytechef.component.definition.Parameters;
25
import com.bytechef.component.email.EmailProtocol;
0 commit comments