Imap 在特定日期后不下载电子邮件
我正在开发电子邮件客户端应用程序。
我编写了一个示例程序,用于使用 IMAP 客户端库从 Gmail 帐户下载电子邮件,它从 AllMail 文件夹下载电子邮件。
我在这里面临着非常不同的问题。我的示例应用程序不会在特定日期之后下载电子邮件。
实际上,我在 2009 年 1 月创建了 Gmail 帐户,并且我的示例程序仅下载 2009 年 9 月之前的电子邮件,而不下载 2009 年 9 月之前发送/接收的电子邮件,尽管我的 Gmail AllMail 文件夹中在 2009 年 1 月到 2009 年 9 月之间存在更多电子邮件。
我已尝试使用 Thunderbird 电子邮件使用同一帐户来检查此问题, 奇怪的是 Thunderbird 也遇到了同样的问题(仅下载 2009 年 9 月之前的电子邮件)。
请问有人可以帮我看看我的 Gmail 帐户设置有什么问题吗?
注意:我仅使用 IMAP 配置了我的 Gmail 帐户。
I am working on Email client application.
I have written one sample program for downloading emails from Gmail account using IMAP client library, It downloads emails from AllMail folder.
Here I am facing very different problem. my sample application won’t download emails after certain date.
Actually I have created my Gmail account in Jan 2009 and my sample program downloads emails up to Sept 2009 only, not downloading email sent/received before Sept 2009, even though more emails exists between Jan 2009 and Sept 2009 in my Gmail AllMail folder.
I have tried same account with Thunderbird Email to check this issue,
Strangely Thunderbird also has got same issue (downloading emails up to Sept 2009 only).
Can you some one help what is wrong with my Gmail account setting?
Note: I have configured my Gmail account with IMAP only.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这实际上可能不是日期限制,而是邮箱大小限制。仔细检查您的 GMail IMAP 设置的文件夹大小限制是否设置为“不限制...”。
另外,在 IMAP 设置上方,检查 POP 设置以查看其设置的限制日期(如果有)。我不知道这两者是否有联系,但如果 POP 限制是 2009 年 9 月,那就值得怀疑了。
This may not actually be a date limitation but a mailbox size limitation. Double-check that your GMail IMAP settings for Folder Size Limits is set to "Do not limit...".
Also, above the IMAP settings, check the POP settings to see what date it has set for its limit (if any). I don't know if the two are tied together or not, but if the POP limit is September 2009, that would be suspicious.