Hi, there is now a fetchmail over pop3 mbean in JbossMail. jboss.mail:name=Popper,type=Fetchmail The operation to fetch mail is pop().
Configuration is done through MBean attributes: | <mbean code="org.jboss.mail.fetchmail.Popper" | name="jboss.mail:type=Fetchmail,name=Popper"> | <attribute name="Servername">localhost</attribute> | <attribute name="PopPort">110</attribute> | <attribute name="PopUser">heiko</attribute> | <attribute name="Password">secret</attribute> | <attribute name="LocalUser">[EMAIL PROTECTED]</attribute> | <attribute name="DeleteAfterPop">true</attribute> | </mbean> | | - Servername: the server to fetch mail from | - PopPort: the pop3 port of the server to fetch mail from | - PopUser: the user account on the pop3 server | - Password: the password on the pop3 server | - LocalUser: the [EMAIL PROTECTED] that the mail should be sent to locally | - DeleteAfterPop: if true, delete the mail on the server. If false, leave it. This has another implication: if true: fetch all mail from the server, if false only fetch new mail. | | | The configuration does not yet support pop over ssl and will also change somewhat in the future. | See also JBMAIL-6 in JIRA. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3871645#3871645 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3871645 ------------------------------------------------------- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real users. Discover which products truly live up to the hype. Start reading now. http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click _______________________________________________ JBoss-Development mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jboss-development
