[
https://issues.apache.org/jira/browse/NIFI-1148?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15391330#comment-15391330
]
ASF GitHub Bot commented on NIFI-1148:
--------------------------------------
Github user olegz commented on the issue:
https://github.com/apache/nifi/pull/710
One advise though is that there are additional JavaMail properties that one
may need to provide to accomodate specific servers. For example in Gmail you
need to specify
```mail.pop3.socketFactory.class=javax.net.ssl.SSLSocketFactory``` and possibly
few more (depending on your server settings). Those should be set as Dynamic
properties since there is no common set. One property you should definitely set
to get more info as to what is happening is ```mail.debug=true```. That will
spit out all kinds of protocol messages which could explain what is going on.
> Add processor to GetEmail supporting IMAP and POP3
> --------------------------------------------------
>
> Key: NIFI-1148
> URL: https://issues.apache.org/jira/browse/NIFI-1148
> Project: Apache NiFi
> Issue Type: New Feature
> Components: Extensions
> Reporter: Joseph Witt
> Assignee: Oleg Zhurakousky
> Fix For: 1.0.0
>
>
> It is fairly common that users want to be able to acquire data via email.
> This means both IMAP and POP3. POP3 is easier as it is a sort of fire/forget
> model whereas IMAP involves more state handling. But in any event both modes
> are important to support.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)