[
https://issues.apache.org/jira/browse/CONNECTORS-1409?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15969390#comment-15969390
]
Furkan KAMACI commented on CONNECTORS-1409:
-------------------------------------------
Btw, this is how an attachment is detected at ManifoldCF:
{code:java}
if ((disposition != null) &&
((disposition.toLowerCase(Locale.ROOT).equals(Part.ATTACHMENT) ||
(disposition.toLowerCase(Locale.ROOT).equals(Part.INLINE))))) {
{code}
So, we have a prior acceptance about relying on disposition. I can skip e-mails
via this procedure until (if) we have a solution for disposition.
[[email protected]] what do you think about it?
> Avoid Re-processing Emails
> --------------------------
>
> Key: CONNECTORS-1409
> URL: https://issues.apache.org/jira/browse/CONNECTORS-1409
> Project: ManifoldCF
> Issue Type: Bug
> Components: Email connector
> Affects Versions: ManifoldCF 2.6
> Reporter: Furkan KAMACI
> Assignee: Furkan KAMACI
> Fix For: ManifoldCF 2.8
>
> Attachments: CONNECTORS-1409.patch
>
>
> Currently, we process e-mails twice which have attachment(s). We should avoid
> it.
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)