If this is your first visit, be sure to check out the FAQ by clicking the link above.
You may have to register before you can post: click the register link above to proceed.
To start viewing messages, select the forum that you want to visit from the selection below.
I am looking for some code or a shell script that will periodically query a POP server and place the mail in the corresponding IMAP account as "unread" on my Xserve. Does anyone know of such a thing?
Originally posted by DominikHoffmann: I am looking for some code or a shell script that will periodically query a POP server and place the mail in the corresponding IMAP account as "unread" on my Xserve. Does anyone know of such a thing?
Try:
man -k mail
You should find an app that does exactly what you need called fetchmail. (man fetchmail).