Push e-mail for mail clients instead of timed polling?
I've installed Ubuntu onto my on-the-go laptop. I end up sending and receiving mail often, and sometimes quite quickly with people replying immediately. I have two accounts, one of which is my hotmail (outlook.com) account which I actually use most often and are IMAP connections.
I've tried Geary, Claws, Evolution and now I'm using Thunderbird.
The problem here is that I want to be notified immediately when I get a new e-mail so that I can quickly reply, and I can receive quick replies right away without having to keep pressing "Get messages".
Outlook.com does support push mail notification because I get it on my phone. If I send myself an e-mail, I get instant notification on my phone. However, this is no good when I'm roaming and my data is off, and working from a hotel room, or I'm working in an area that doesn't allow cell phones.
I know that I can set Thunderbird to check every 1 minute, but sometimes I'm literally only online for 2 minutes reading, replying and reading e-mails.
tl;dr
How can I get push mail on ANY Linux client? I've been googling and just can't find an answer for Linux. I would also be happy with a separate notification program that just tells me there's new mail so I can hit "Get Messages".
thunderbird evolution imap email-client mail-notification
add a comment |
I've installed Ubuntu onto my on-the-go laptop. I end up sending and receiving mail often, and sometimes quite quickly with people replying immediately. I have two accounts, one of which is my hotmail (outlook.com) account which I actually use most often and are IMAP connections.
I've tried Geary, Claws, Evolution and now I'm using Thunderbird.
The problem here is that I want to be notified immediately when I get a new e-mail so that I can quickly reply, and I can receive quick replies right away without having to keep pressing "Get messages".
Outlook.com does support push mail notification because I get it on my phone. If I send myself an e-mail, I get instant notification on my phone. However, this is no good when I'm roaming and my data is off, and working from a hotel room, or I'm working in an area that doesn't allow cell phones.
I know that I can set Thunderbird to check every 1 minute, but sometimes I'm literally only online for 2 minutes reading, replying and reading e-mails.
tl;dr
How can I get push mail on ANY Linux client? I've been googling and just can't find an answer for Linux. I would also be happy with a separate notification program that just tells me there's new mail so I can hit "Get Messages".
thunderbird evolution imap email-client mail-notification
There is no push e-mail. That's not how IMAP works. You get push notifications on your phone, presumably because you've installed an app for Outlook.com and the server supports the push notification API for your phone platform. When you open the app after receiving the notification, it pulls the messages from the server. There are tools which will sit in the background and poll for new mail, to notify you of new messages.
– dobey
Jun 3 '16 at 0:41
What tools are there that can do this? I have my accounts setup as IMAP but I still don't get notifications until the next "check mail every" interval. I sent myself a test, and when I got the notification, I sent another. It took 10 minutes to get the next notification (the check mail every x interval).
– Dorian
Jun 3 '16 at 0:57
Only IMAP clients which maintain an open connection to the server and support IDLE will receive low latency updates. Anything which polls the server will have a delay up to the poll interval, before seeing any new mail which has appeared on the server. I don't know which tools specifically support IDLE or not.
– dobey
Jun 3 '16 at 1:01
Yeah, there is an option in Thunderbird to use IDLE commands, and it is turned on, but it doesn't seem to work. Pretty disappointing that nothing in Linux seems to support this.
– Dorian
Jun 3 '16 at 1:51
1
Well, then perhaps the server doesn't support IDLE. You shouldn't confuse IDLE with support for push notifications on a phone platform. They are not the same thing, and it has nothing to do with Linux.
– dobey
Jun 3 '16 at 2:19
add a comment |
I've installed Ubuntu onto my on-the-go laptop. I end up sending and receiving mail often, and sometimes quite quickly with people replying immediately. I have two accounts, one of which is my hotmail (outlook.com) account which I actually use most often and are IMAP connections.
I've tried Geary, Claws, Evolution and now I'm using Thunderbird.
The problem here is that I want to be notified immediately when I get a new e-mail so that I can quickly reply, and I can receive quick replies right away without having to keep pressing "Get messages".
Outlook.com does support push mail notification because I get it on my phone. If I send myself an e-mail, I get instant notification on my phone. However, this is no good when I'm roaming and my data is off, and working from a hotel room, or I'm working in an area that doesn't allow cell phones.
I know that I can set Thunderbird to check every 1 minute, but sometimes I'm literally only online for 2 minutes reading, replying and reading e-mails.
tl;dr
How can I get push mail on ANY Linux client? I've been googling and just can't find an answer for Linux. I would also be happy with a separate notification program that just tells me there's new mail so I can hit "Get Messages".
thunderbird evolution imap email-client mail-notification
I've installed Ubuntu onto my on-the-go laptop. I end up sending and receiving mail often, and sometimes quite quickly with people replying immediately. I have two accounts, one of which is my hotmail (outlook.com) account which I actually use most often and are IMAP connections.
I've tried Geary, Claws, Evolution and now I'm using Thunderbird.
The problem here is that I want to be notified immediately when I get a new e-mail so that I can quickly reply, and I can receive quick replies right away without having to keep pressing "Get messages".
Outlook.com does support push mail notification because I get it on my phone. If I send myself an e-mail, I get instant notification on my phone. However, this is no good when I'm roaming and my data is off, and working from a hotel room, or I'm working in an area that doesn't allow cell phones.
I know that I can set Thunderbird to check every 1 minute, but sometimes I'm literally only online for 2 minutes reading, replying and reading e-mails.
tl;dr
How can I get push mail on ANY Linux client? I've been googling and just can't find an answer for Linux. I would also be happy with a separate notification program that just tells me there's new mail so I can hit "Get Messages".
thunderbird evolution imap email-client mail-notification
thunderbird evolution imap email-client mail-notification
asked Jun 3 '16 at 0:16
DorianDorian
5,68511439
5,68511439
There is no push e-mail. That's not how IMAP works. You get push notifications on your phone, presumably because you've installed an app for Outlook.com and the server supports the push notification API for your phone platform. When you open the app after receiving the notification, it pulls the messages from the server. There are tools which will sit in the background and poll for new mail, to notify you of new messages.
– dobey
Jun 3 '16 at 0:41
What tools are there that can do this? I have my accounts setup as IMAP but I still don't get notifications until the next "check mail every" interval. I sent myself a test, and when I got the notification, I sent another. It took 10 minutes to get the next notification (the check mail every x interval).
– Dorian
Jun 3 '16 at 0:57
Only IMAP clients which maintain an open connection to the server and support IDLE will receive low latency updates. Anything which polls the server will have a delay up to the poll interval, before seeing any new mail which has appeared on the server. I don't know which tools specifically support IDLE or not.
– dobey
Jun 3 '16 at 1:01
Yeah, there is an option in Thunderbird to use IDLE commands, and it is turned on, but it doesn't seem to work. Pretty disappointing that nothing in Linux seems to support this.
– Dorian
Jun 3 '16 at 1:51
1
Well, then perhaps the server doesn't support IDLE. You shouldn't confuse IDLE with support for push notifications on a phone platform. They are not the same thing, and it has nothing to do with Linux.
– dobey
Jun 3 '16 at 2:19
add a comment |
There is no push e-mail. That's not how IMAP works. You get push notifications on your phone, presumably because you've installed an app for Outlook.com and the server supports the push notification API for your phone platform. When you open the app after receiving the notification, it pulls the messages from the server. There are tools which will sit in the background and poll for new mail, to notify you of new messages.
– dobey
Jun 3 '16 at 0:41
What tools are there that can do this? I have my accounts setup as IMAP but I still don't get notifications until the next "check mail every" interval. I sent myself a test, and when I got the notification, I sent another. It took 10 minutes to get the next notification (the check mail every x interval).
– Dorian
Jun 3 '16 at 0:57
Only IMAP clients which maintain an open connection to the server and support IDLE will receive low latency updates. Anything which polls the server will have a delay up to the poll interval, before seeing any new mail which has appeared on the server. I don't know which tools specifically support IDLE or not.
– dobey
Jun 3 '16 at 1:01
Yeah, there is an option in Thunderbird to use IDLE commands, and it is turned on, but it doesn't seem to work. Pretty disappointing that nothing in Linux seems to support this.
– Dorian
Jun 3 '16 at 1:51
1
Well, then perhaps the server doesn't support IDLE. You shouldn't confuse IDLE with support for push notifications on a phone platform. They are not the same thing, and it has nothing to do with Linux.
– dobey
Jun 3 '16 at 2:19
There is no push e-mail. That's not how IMAP works. You get push notifications on your phone, presumably because you've installed an app for Outlook.com and the server supports the push notification API for your phone platform. When you open the app after receiving the notification, it pulls the messages from the server. There are tools which will sit in the background and poll for new mail, to notify you of new messages.
– dobey
Jun 3 '16 at 0:41
There is no push e-mail. That's not how IMAP works. You get push notifications on your phone, presumably because you've installed an app for Outlook.com and the server supports the push notification API for your phone platform. When you open the app after receiving the notification, it pulls the messages from the server. There are tools which will sit in the background and poll for new mail, to notify you of new messages.
– dobey
Jun 3 '16 at 0:41
What tools are there that can do this? I have my accounts setup as IMAP but I still don't get notifications until the next "check mail every" interval. I sent myself a test, and when I got the notification, I sent another. It took 10 minutes to get the next notification (the check mail every x interval).
– Dorian
Jun 3 '16 at 0:57
What tools are there that can do this? I have my accounts setup as IMAP but I still don't get notifications until the next "check mail every" interval. I sent myself a test, and when I got the notification, I sent another. It took 10 minutes to get the next notification (the check mail every x interval).
– Dorian
Jun 3 '16 at 0:57
Only IMAP clients which maintain an open connection to the server and support IDLE will receive low latency updates. Anything which polls the server will have a delay up to the poll interval, before seeing any new mail which has appeared on the server. I don't know which tools specifically support IDLE or not.
– dobey
Jun 3 '16 at 1:01
Only IMAP clients which maintain an open connection to the server and support IDLE will receive low latency updates. Anything which polls the server will have a delay up to the poll interval, before seeing any new mail which has appeared on the server. I don't know which tools specifically support IDLE or not.
– dobey
Jun 3 '16 at 1:01
Yeah, there is an option in Thunderbird to use IDLE commands, and it is turned on, but it doesn't seem to work. Pretty disappointing that nothing in Linux seems to support this.
– Dorian
Jun 3 '16 at 1:51
Yeah, there is an option in Thunderbird to use IDLE commands, and it is turned on, but it doesn't seem to work. Pretty disappointing that nothing in Linux seems to support this.
– Dorian
Jun 3 '16 at 1:51
1
1
Well, then perhaps the server doesn't support IDLE. You shouldn't confuse IDLE with support for push notifications on a phone platform. They are not the same thing, and it has nothing to do with Linux.
– dobey
Jun 3 '16 at 2:19
Well, then perhaps the server doesn't support IDLE. You shouldn't confuse IDLE with support for push notifications on a phone platform. They are not the same thing, and it has nothing to do with Linux.
– dobey
Jun 3 '16 at 2:19
add a comment |
2 Answers
2
active
oldest
votes
Nylas n1 is worth a try , I gave up on all the other Linux mail clients because of their low grade handling of IMAP disconnection. Nylas processes your mail and pushes it at the client.
add a comment |
Have a look at:
- http://z-push.org
- http://mswatch.sourceforge.net
I haven't yet tried these myself, but will be looking to, as my searching found your question, as well as these.
add a comment |
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "89"
};
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%2faskubuntu.com%2fquestions%2f781120%2fpush-e-mail-for-mail-clients-instead-of-timed-polling%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
2 Answers
2
active
oldest
votes
2 Answers
2
active
oldest
votes
active
oldest
votes
active
oldest
votes
Nylas n1 is worth a try , I gave up on all the other Linux mail clients because of their low grade handling of IMAP disconnection. Nylas processes your mail and pushes it at the client.
add a comment |
Nylas n1 is worth a try , I gave up on all the other Linux mail clients because of their low grade handling of IMAP disconnection. Nylas processes your mail and pushes it at the client.
add a comment |
Nylas n1 is worth a try , I gave up on all the other Linux mail clients because of their low grade handling of IMAP disconnection. Nylas processes your mail and pushes it at the client.
Nylas n1 is worth a try , I gave up on all the other Linux mail clients because of their low grade handling of IMAP disconnection. Nylas processes your mail and pushes it at the client.
answered Jun 3 '16 at 11:03
AmiasAmias
4,2401329
4,2401329
add a comment |
add a comment |
Have a look at:
- http://z-push.org
- http://mswatch.sourceforge.net
I haven't yet tried these myself, but will be looking to, as my searching found your question, as well as these.
add a comment |
Have a look at:
- http://z-push.org
- http://mswatch.sourceforge.net
I haven't yet tried these myself, but will be looking to, as my searching found your question, as well as these.
add a comment |
Have a look at:
- http://z-push.org
- http://mswatch.sourceforge.net
I haven't yet tried these myself, but will be looking to, as my searching found your question, as well as these.
Have a look at:
- http://z-push.org
- http://mswatch.sourceforge.net
I haven't yet tried these myself, but will be looking to, as my searching found your question, as well as these.
answered Feb 1 at 13:01
therobyouknowtherobyouknow
114211
114211
add a comment |
add a comment |
Thanks for contributing an answer to Ask Ubuntu!
- 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%2faskubuntu.com%2fquestions%2f781120%2fpush-e-mail-for-mail-clients-instead-of-timed-polling%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
There is no push e-mail. That's not how IMAP works. You get push notifications on your phone, presumably because you've installed an app for Outlook.com and the server supports the push notification API for your phone platform. When you open the app after receiving the notification, it pulls the messages from the server. There are tools which will sit in the background and poll for new mail, to notify you of new messages.
– dobey
Jun 3 '16 at 0:41
What tools are there that can do this? I have my accounts setup as IMAP but I still don't get notifications until the next "check mail every" interval. I sent myself a test, and when I got the notification, I sent another. It took 10 minutes to get the next notification (the check mail every x interval).
– Dorian
Jun 3 '16 at 0:57
Only IMAP clients which maintain an open connection to the server and support IDLE will receive low latency updates. Anything which polls the server will have a delay up to the poll interval, before seeing any new mail which has appeared on the server. I don't know which tools specifically support IDLE or not.
– dobey
Jun 3 '16 at 1:01
Yeah, there is an option in Thunderbird to use IDLE commands, and it is turned on, but it doesn't seem to work. Pretty disappointing that nothing in Linux seems to support this.
– Dorian
Jun 3 '16 at 1:51
1
Well, then perhaps the server doesn't support IDLE. You shouldn't confuse IDLE with support for push notifications on a phone platform. They are not the same thing, and it has nothing to do with Linux.
– dobey
Jun 3 '16 at 2:19