Javamail performance

后端 未结 4 1431
南笙
南笙 2021-01-06 02:58

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,

4条回答
  •  不思量自难忘°
    2021-01-06 03:25

    I'm not sure if this is a Javamail issue as much as it may be a Gmail issue. I have an application that retrieves mail from a number of sources, including Gmail, and Gmail is definitely the slowest. The Javamail api is pretty straightforward, but it would be hard to make suggestions without seeing what you are currently doing.

提交回复
热议问题