Noel J. Bergman wrote:

> > Oops! That's why I prefer including new and modified files
> > in a patch, it places less load on my memory.
>
> OK, let me see if I can get whatever was breaking on my end
> fixed.  Send me
> a fresh patch against the MAIN branch, since I've only applied your v2
> patches so far, and I shall give that route another try.

As of 30 minutes ago I have separate Sessions and this...

    <!-- 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>

...working. So now I have two options.

1) Update the docs. and then use the result as a cumulative patch
incorporating the above for MAIN, while at the same time submitting a v2
patch to add it to the commits you have just made.

2) Build a cumulative patch for MAIN to synchronize it with v2, then build
two further patches, one for MAIN and one for v2 to add the Sessions and
javaMailProperties changes.

(1) is less work for me, but if (2) is better for you I'm happy to go that
route. Let me know which you prefer.

> > Unfortunately, there are a few issues [with the commit]
>
> Fixed.

Yes, everything looks fine now, thanks.

-- Steve


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to