Hi, The attached file contains patches made against branch 2_1_fcs as of 10:50 GMT, 23 Sep 2003. They add the following new features to fetchmail:
- Each fetch task now has its own JavaMail Session enabling each fetch task
to have its own set of configuration properties. Previously all fetch tasks
shared the default Session instance and the same configuration properties.
- Configuration properties can now be set for each fetch task using the
optional configuration tag <javaMailProperties> and any number of its child
tag <property name="x" value="y">. The following example has been added to
the default fetchmail configuration...
<!-- Properties to be applied to the JavaMail Session. -->
<!-- Properties are specific to the selected JavaMail provider. -->
<!-- Any number may be specified. -->
<javaMailProperties>
<!-- Set the connection timeout to 3 minutes -->
<property name="mail.pop3.connectiontimeout" value="180000"/>
<!-- Set the I/O timeout to 3 minutes -->
<property name="mail.pop3.timeout" value="180000"/>
</javaMailProperties>
The patch contains source updates, configuration updates and documentation
updates. It does not contain any new files :-)
Any questions, please ask.
-- Steve
fetchmail2_1_fcs_Patch.23Sep03.zip
Description: Zip compressed data
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
