You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by "ppalaga (via GitHub)" <gi...@apache.org> on 2023/05/21 07:00:56 UTC

[GitHub] [camel] ppalaga commented on a diff in pull request #10181: CAMEL-19375: Upgrade to angus-mail 2.0.1, test camel-mail against GreenMail instead of mock_javamail

ppalaga commented on code in PR #10181:
URL: https://github.com/apache/camel/pull/10181#discussion_r1199708563


##########
components/camel-mail/src/generated/resources/META-INF/javamail.default.providers:
##########
@@ -1,9 +1,9 @@
 # Jakarta Mail IMAP provider Oracle
-protocol=imap; type=store; class=com.sun.mail.imap.IMAPStore; vendor=Oracle;
-protocol=imaps; type=store; class=com.sun.mail.imap.IMAPSSLStore; vendor=Oracle;
+protocol=imap; type=store; class=org.eclipse.angus.mail.imap.IMAPStore; vendor=Oracle;

Review Comment:
   Thanks, let me change it.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@camel.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org