com.sun.mail.pop3.POP3Folder and com.sun.mail.pop3.POP3Message are
supplied by mail.jar in the Javamail API, version 1.4.4.  If the mail
component can't be dependent on part of mail.jar, does that mean it
can't be dependent on any of mail.jar?

Don

On Mon, Jun 20, 2011 at 2:57 AM, Claus Ibsen (JIRA) <j...@apache.org> wrote:
>
>    [ 
> https://issues.apache.org/jira/browse/CAMEL-3948?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13051826#comment-13051826
>  ]
>
> Claus Ibsen commented on CAMEL-3948:
> ------------------------------------
>
> This patch cannot be accepted as it uses some internal sun code, eg it has 
> these imports
> {code}
> import com.sun.mail.pop3.POP3Folder;
> import com.sun.mail.pop3.POP3Message;
> {code}
>
>
>> Issue with the RSET command with POP3 servers
>> ---------------------------------------------
>>
>>                 Key: CAMEL-3948
>>                 URL: https://issues.apache.org/jira/browse/CAMEL-3948
>>             Project: Camel
>>          Issue Type: Bug
>>          Components: camel-mail
>>    Affects Versions: 2.7.0
>>            Reporter: Hadrian Zbarcea
>>             Fix For: 2.8.0
>>
>>         Attachments: MailConsumer.java
>>
>>
>> Issue is discussed in this 
>> [thread|http://camel.465427.n5.nabble.com/POP3-mail-deletion-td4370158.html].
>> Note: Donald posted interesting and helpful findings.
>
> --
> This message is automatically generated by JIRA.
> For more information on JIRA, see: http://www.atlassian.com/software/jira
>
>
>

Reply via email to