Hii ...

The part of my fetchmail configuration file is

<!-- The address of the server from which to fetch the mail -->
            <host>imap.gmail.com</host>
                      
            <!-- How frequently this host is checked - in milliseconds.
600000 is every ten minutes -->
            <interval>6000</interval><!-- 600000-->
            
            <!-- name of the javamail provider you wish to use -->
            <!-- (pop3, imap, etc. -->
            <javaMailProviderName>imaps</javaMailProviderName>

            <!-- name of the folder to open -->
            <javaMailFolderName>INBOX</javaMailFolderName>
            
            <!-- 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.imap.connectiontimeout" 
value="180000"/>
               
                                <!-- Set the I/O timeout to 3 minutes -->       
         
                                
                <property name="mail.imaps.timeout" value="180000"/>
                                
                                <property name="mail.imaps.host" 
value="imap.gmail.com"/>
                                
                                <property name="mail.imaps.port" value="993"/>
                                
                                
            </javaMailProperties>            

Thanx in advance..help me out guys.....
-- 
View this message in context: 
http://www.nabble.com/apache-james-tp25255501p25288787.html
Sent from the James - Users mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to