jrottman
Programmer
- Jun 17, 2005
- 47
I am working on a app that requires an event listener for my email server. I have created teh app in java previously but the app is just to bulky. I was given the idea to re-create it in app in perl to help trim up some of the memory usage. Thus far everything has worked like a dream.
The one issue that I can't seem to figure out is how to create an event listener for a specific protocol. Mainly Pop3. Ideally the listener will connect to the server, and listen for any new email being received on a specific account, if an email comes in it will automatically start next steps in the chain.
Anyone know where I can find an example of a pop3 event listener.
The one issue that I can't seem to figure out is how to create an event listener for a specific protocol. Mainly Pop3. Ideally the listener will connect to the server, and listen for any new email being received on a specific account, if an email comes in it will automatically start next steps in the chain.
Anyone know where I can find an example of a pop3 event listener.