Feature #152
NAP MAIL class
Status: | New | Start date: | 12/02/2016 | |
---|---|---|---|---|
Priority: | Normal | Due date: | ||
Assignee: | Andrew Little | % Done: | 0% | |
Category: | Application Platform | |||
Target version: | 4.9.000 | |||
Operating System: | Any | Tested: | No | |
Version: |
Description
I know how to send a mail using MAIL_SEND, is it possible to read a mail using NAP maybe by using the POP3 Protocol.
My aim is to have NAP monitor a mail account for replies from emails being sent by MAIL_SEND command and then running each reply against a procedure to update specific DB's
This may in the end lend it self to a workflow application.
If its not built into NAP at the moment, is there a plan for it or can you give your views on the best way to achieve this goal.
History
#1 Updated by Pierre Marc almost 8 years ago
There is no plan to implement a pop3 client in Nirva. In any case you can easily do it by a perl (ex.: http://search.cpan.org/~sdowd/Mail-POP3Client-2.16/POP3Client.pm) or java procedure (ex.: http://www.java2s.com/Code/Java/Email/JavaMailPOP3Client.htm).
Kind regards