Why gmail reimports old mail again?
I'm importing mail from our own mail server via POP3 (without removing mail on import). It worked flawlessly for a few years, but recently gmail reimported all old mail again and showed up us unread (edit: all the mail from a certain date in mid-2012, not all the mail since the beginning of time). I thought it was some kind of our server misconfiguration, blamed our sysadmin and sent all the old mail to trash in gmail. The problem, however, repeated, and our admin claims that no changes were made to our server configuration. What to do to prevent old mail showing up again in inbox? Gmail import settings are as follows:
Import mail using POP3
username: [my mail at company domain]
password: [my password]
pop server: [our pop server address], port: 110
[YES]: Leave a copy of received message on the server
[NO]: Always use SSL connection (that probably should get switched on, but it's a different story)
[NO]: Apply a label
[NO]: Archive incoming mail
gmail pop3 import-mail
add a comment |
I'm importing mail from our own mail server via POP3 (without removing mail on import). It worked flawlessly for a few years, but recently gmail reimported all old mail again and showed up us unread (edit: all the mail from a certain date in mid-2012, not all the mail since the beginning of time). I thought it was some kind of our server misconfiguration, blamed our sysadmin and sent all the old mail to trash in gmail. The problem, however, repeated, and our admin claims that no changes were made to our server configuration. What to do to prevent old mail showing up again in inbox? Gmail import settings are as follows:
Import mail using POP3
username: [my mail at company domain]
password: [my password]
pop server: [our pop server address], port: 110
[YES]: Leave a copy of received message on the server
[NO]: Always use SSL connection (that probably should get switched on, but it's a different story)
[NO]: Apply a label
[NO]: Archive incoming mail
gmail pop3 import-mail
What do you mean by "old mail". Do you receive again and again every mail you received from the beginning, are do you only receive mails from a certain date?
– ssssteffff
Apr 18 '14 at 9:24
Gmail reimported again all the mail dating from mid-2012 -- not all the mail ever received, but pretty much
– Wojciech Ptak
Apr 18 '14 at 9:25
add a comment |
I'm importing mail from our own mail server via POP3 (without removing mail on import). It worked flawlessly for a few years, but recently gmail reimported all old mail again and showed up us unread (edit: all the mail from a certain date in mid-2012, not all the mail since the beginning of time). I thought it was some kind of our server misconfiguration, blamed our sysadmin and sent all the old mail to trash in gmail. The problem, however, repeated, and our admin claims that no changes were made to our server configuration. What to do to prevent old mail showing up again in inbox? Gmail import settings are as follows:
Import mail using POP3
username: [my mail at company domain]
password: [my password]
pop server: [our pop server address], port: 110
[YES]: Leave a copy of received message on the server
[NO]: Always use SSL connection (that probably should get switched on, but it's a different story)
[NO]: Apply a label
[NO]: Archive incoming mail
gmail pop3 import-mail
I'm importing mail from our own mail server via POP3 (without removing mail on import). It worked flawlessly for a few years, but recently gmail reimported all old mail again and showed up us unread (edit: all the mail from a certain date in mid-2012, not all the mail since the beginning of time). I thought it was some kind of our server misconfiguration, blamed our sysadmin and sent all the old mail to trash in gmail. The problem, however, repeated, and our admin claims that no changes were made to our server configuration. What to do to prevent old mail showing up again in inbox? Gmail import settings are as follows:
Import mail using POP3
username: [my mail at company domain]
password: [my password]
pop server: [our pop server address], port: 110
[YES]: Leave a copy of received message on the server
[NO]: Always use SSL connection (that probably should get switched on, but it's a different story)
[NO]: Apply a label
[NO]: Archive incoming mail
gmail pop3 import-mail
gmail pop3 import-mail
edited Apr 18 '14 at 9:32
Wojciech Ptak
asked Apr 18 '14 at 9:20
Wojciech PtakWojciech Ptak
10613
10613
What do you mean by "old mail". Do you receive again and again every mail you received from the beginning, are do you only receive mails from a certain date?
– ssssteffff
Apr 18 '14 at 9:24
Gmail reimported again all the mail dating from mid-2012 -- not all the mail ever received, but pretty much
– Wojciech Ptak
Apr 18 '14 at 9:25
add a comment |
What do you mean by "old mail". Do you receive again and again every mail you received from the beginning, are do you only receive mails from a certain date?
– ssssteffff
Apr 18 '14 at 9:24
Gmail reimported again all the mail dating from mid-2012 -- not all the mail ever received, but pretty much
– Wojciech Ptak
Apr 18 '14 at 9:25
What do you mean by "old mail". Do you receive again and again every mail you received from the beginning, are do you only receive mails from a certain date?
– ssssteffff
Apr 18 '14 at 9:24
What do you mean by "old mail". Do you receive again and again every mail you received from the beginning, are do you only receive mails from a certain date?
– ssssteffff
Apr 18 '14 at 9:24
Gmail reimported again all the mail dating from mid-2012 -- not all the mail ever received, but pretty much
– Wojciech Ptak
Apr 18 '14 at 9:25
Gmail reimported again all the mail dating from mid-2012 -- not all the mail ever received, but pretty much
– Wojciech Ptak
Apr 18 '14 at 9:25
add a comment |
1 Answer
1
active
oldest
votes
The problem is with your Email client. The client controls what data to receive with POP3. As I bet you have a setting on which would leave messages in POP3 server after downloading (not deleting), once you changed/updated your email client, it downloads everything as it lost track of what was previously downloaded.
You can avoid this by using IMAP as when using POP3, servers cant distinguish between "read" and "unread" messages. Messages are just there and your client usually keeps information on which emails were already downloaded (so it does not redownload everything every time if you have "leave messages on the server" option enabled).
Gmail is my email client in this case. And you don't have to bet, I explicitly stated that "leave emails on the server" is on. So are you saying that gmail "forgot" it already downloaded the mail?
– Wojciech Ptak
Apr 18 '14 at 9:49
Yes. You can see this answer for reference: stackoverflow.com/questions/13473534/…
– phoops
Apr 18 '14 at 9:51
I would say your problem is that you are using wrong protocol for what you want to achieve. Is there any reason you are not using IMAP?
– phoops
Apr 18 '14 at 9:52
Gmail can't retrieve mails using IMAP protocol, and changing protocol won't explain why the behavior suddenly changed.
– ssssteffff
Apr 18 '14 at 10:06
No it won't, but I think the use-case would be more appropriate for IMAP servers, thus my suggestion. I doubt the reasons can be explained really when email client you are using is out of your control.
– phoops
Apr 18 '14 at 10:19
add a comment |
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "3"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f743277%2fwhy-gmail-reimports-old-mail-again%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
The problem is with your Email client. The client controls what data to receive with POP3. As I bet you have a setting on which would leave messages in POP3 server after downloading (not deleting), once you changed/updated your email client, it downloads everything as it lost track of what was previously downloaded.
You can avoid this by using IMAP as when using POP3, servers cant distinguish between "read" and "unread" messages. Messages are just there and your client usually keeps information on which emails were already downloaded (so it does not redownload everything every time if you have "leave messages on the server" option enabled).
Gmail is my email client in this case. And you don't have to bet, I explicitly stated that "leave emails on the server" is on. So are you saying that gmail "forgot" it already downloaded the mail?
– Wojciech Ptak
Apr 18 '14 at 9:49
Yes. You can see this answer for reference: stackoverflow.com/questions/13473534/…
– phoops
Apr 18 '14 at 9:51
I would say your problem is that you are using wrong protocol for what you want to achieve. Is there any reason you are not using IMAP?
– phoops
Apr 18 '14 at 9:52
Gmail can't retrieve mails using IMAP protocol, and changing protocol won't explain why the behavior suddenly changed.
– ssssteffff
Apr 18 '14 at 10:06
No it won't, but I think the use-case would be more appropriate for IMAP servers, thus my suggestion. I doubt the reasons can be explained really when email client you are using is out of your control.
– phoops
Apr 18 '14 at 10:19
add a comment |
The problem is with your Email client. The client controls what data to receive with POP3. As I bet you have a setting on which would leave messages in POP3 server after downloading (not deleting), once you changed/updated your email client, it downloads everything as it lost track of what was previously downloaded.
You can avoid this by using IMAP as when using POP3, servers cant distinguish between "read" and "unread" messages. Messages are just there and your client usually keeps information on which emails were already downloaded (so it does not redownload everything every time if you have "leave messages on the server" option enabled).
Gmail is my email client in this case. And you don't have to bet, I explicitly stated that "leave emails on the server" is on. So are you saying that gmail "forgot" it already downloaded the mail?
– Wojciech Ptak
Apr 18 '14 at 9:49
Yes. You can see this answer for reference: stackoverflow.com/questions/13473534/…
– phoops
Apr 18 '14 at 9:51
I would say your problem is that you are using wrong protocol for what you want to achieve. Is there any reason you are not using IMAP?
– phoops
Apr 18 '14 at 9:52
Gmail can't retrieve mails using IMAP protocol, and changing protocol won't explain why the behavior suddenly changed.
– ssssteffff
Apr 18 '14 at 10:06
No it won't, but I think the use-case would be more appropriate for IMAP servers, thus my suggestion. I doubt the reasons can be explained really when email client you are using is out of your control.
– phoops
Apr 18 '14 at 10:19
add a comment |
The problem is with your Email client. The client controls what data to receive with POP3. As I bet you have a setting on which would leave messages in POP3 server after downloading (not deleting), once you changed/updated your email client, it downloads everything as it lost track of what was previously downloaded.
You can avoid this by using IMAP as when using POP3, servers cant distinguish between "read" and "unread" messages. Messages are just there and your client usually keeps information on which emails were already downloaded (so it does not redownload everything every time if you have "leave messages on the server" option enabled).
The problem is with your Email client. The client controls what data to receive with POP3. As I bet you have a setting on which would leave messages in POP3 server after downloading (not deleting), once you changed/updated your email client, it downloads everything as it lost track of what was previously downloaded.
You can avoid this by using IMAP as when using POP3, servers cant distinguish between "read" and "unread" messages. Messages are just there and your client usually keeps information on which emails were already downloaded (so it does not redownload everything every time if you have "leave messages on the server" option enabled).
answered Apr 18 '14 at 9:44
phoopsphoops
2,79731520
2,79731520
Gmail is my email client in this case. And you don't have to bet, I explicitly stated that "leave emails on the server" is on. So are you saying that gmail "forgot" it already downloaded the mail?
– Wojciech Ptak
Apr 18 '14 at 9:49
Yes. You can see this answer for reference: stackoverflow.com/questions/13473534/…
– phoops
Apr 18 '14 at 9:51
I would say your problem is that you are using wrong protocol for what you want to achieve. Is there any reason you are not using IMAP?
– phoops
Apr 18 '14 at 9:52
Gmail can't retrieve mails using IMAP protocol, and changing protocol won't explain why the behavior suddenly changed.
– ssssteffff
Apr 18 '14 at 10:06
No it won't, but I think the use-case would be more appropriate for IMAP servers, thus my suggestion. I doubt the reasons can be explained really when email client you are using is out of your control.
– phoops
Apr 18 '14 at 10:19
add a comment |
Gmail is my email client in this case. And you don't have to bet, I explicitly stated that "leave emails on the server" is on. So are you saying that gmail "forgot" it already downloaded the mail?
– Wojciech Ptak
Apr 18 '14 at 9:49
Yes. You can see this answer for reference: stackoverflow.com/questions/13473534/…
– phoops
Apr 18 '14 at 9:51
I would say your problem is that you are using wrong protocol for what you want to achieve. Is there any reason you are not using IMAP?
– phoops
Apr 18 '14 at 9:52
Gmail can't retrieve mails using IMAP protocol, and changing protocol won't explain why the behavior suddenly changed.
– ssssteffff
Apr 18 '14 at 10:06
No it won't, but I think the use-case would be more appropriate for IMAP servers, thus my suggestion. I doubt the reasons can be explained really when email client you are using is out of your control.
– phoops
Apr 18 '14 at 10:19
Gmail is my email client in this case. And you don't have to bet, I explicitly stated that "leave emails on the server" is on. So are you saying that gmail "forgot" it already downloaded the mail?
– Wojciech Ptak
Apr 18 '14 at 9:49
Gmail is my email client in this case. And you don't have to bet, I explicitly stated that "leave emails on the server" is on. So are you saying that gmail "forgot" it already downloaded the mail?
– Wojciech Ptak
Apr 18 '14 at 9:49
Yes. You can see this answer for reference: stackoverflow.com/questions/13473534/…
– phoops
Apr 18 '14 at 9:51
Yes. You can see this answer for reference: stackoverflow.com/questions/13473534/…
– phoops
Apr 18 '14 at 9:51
I would say your problem is that you are using wrong protocol for what you want to achieve. Is there any reason you are not using IMAP?
– phoops
Apr 18 '14 at 9:52
I would say your problem is that you are using wrong protocol for what you want to achieve. Is there any reason you are not using IMAP?
– phoops
Apr 18 '14 at 9:52
Gmail can't retrieve mails using IMAP protocol, and changing protocol won't explain why the behavior suddenly changed.
– ssssteffff
Apr 18 '14 at 10:06
Gmail can't retrieve mails using IMAP protocol, and changing protocol won't explain why the behavior suddenly changed.
– ssssteffff
Apr 18 '14 at 10:06
No it won't, but I think the use-case would be more appropriate for IMAP servers, thus my suggestion. I doubt the reasons can be explained really when email client you are using is out of your control.
– phoops
Apr 18 '14 at 10:19
No it won't, but I think the use-case would be more appropriate for IMAP servers, thus my suggestion. I doubt the reasons can be explained really when email client you are using is out of your control.
– phoops
Apr 18 '14 at 10:19
add a comment |
Thanks for contributing an answer to Super User!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f743277%2fwhy-gmail-reimports-old-mail-again%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
What do you mean by "old mail". Do you receive again and again every mail you received from the beginning, are do you only receive mails from a certain date?
– ssssteffff
Apr 18 '14 at 9:24
Gmail reimported again all the mail dating from mid-2012 -- not all the mail ever received, but pretty much
– Wojciech Ptak
Apr 18 '14 at 9:25