Javamail performance
        Posted  
        
            by cbz
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by cbz
        
        
        
        Published on 2010-03-29T14:10:05Z
        Indexed on 
            2010/03/29
            14:13 UTC
        
        
        Read the original article
        Hit count: 520
        
Hi, I've been using javamail to retrieve mails from IMAP server (currently GMail). Javamail retrieves list of messages (only ids) in a particular folder from server very fast, but when I actually fetch message (only envelop not even contents) it takes around 1 to 2 seconds for each message. What are the techniques should be used for fast retrieval?
© Stack Overflow or respective owner