Comments on: Firm pushes open-source BlackBerry alternative
New mobile e-mail software from Funambol works with Exchange, Domino, IMAP and POP e-mail servers.
New mobile e-mail software from Funambol works with Exchange, Domino, IMAP and POP e-mail servers.
December 1, 2009 5:28 PM PST
December 1, 2009 4:58 PM PST
December 1, 2009 4:38 PM PST
Add headlines from CNET News to your homepage or feedreader.
More feeds available in our RSS feed index.
Related quotes
our e-mail on that same system. Our e-mail would be delivered there to the
mail spool via a mechanism such as UUCP or SMTP with out any action on our
part.
Everything old is new again ...
However there are more user friendly ways of doing this: webmail is EXACTLY the same thing: connecting to a computer that has access to your email and getting it to send a representation of the email to be displayed on your display device. That's not true "push" technology. Your email is on a different device. You have to access it: login and query for new email. You only get a representation and not the message delivered to your device. WAP email interfaces (like FastMail.FM's wap interface) are the same as webmail and are tailored to mobile phones. You get the functionality of accessing a shell and then the mail command but without the extra step of first having to login to the shell and only then accessing email (and exiting twice when you finish).
With POP3 you do the same but get the email message itself delivered to your device upon request. IMAP4 does the same but allows much much more control over what is delivered to you (so it is much better than POP3 over low bandwidth connections or with a device that has limited storage capacity).
Finally, IMAP4 with the IDLE command exension gives you true "push technology": after a session is established the server alerts the client when there is a change to the mailbox, and the client can then decide what to do with it (alert the user, fetch the whole message otr just headers or just text and no attachments etc.) It might be problemetic if the device doesn't have a fixed IP address for the duration of a session.
- So-called "push e-mail" is nothing new
- by aabcdefghij987654321 February 6, 2006 8:00 PM PST
- Back in the days when we would log on to a shared system we would often read
- Like this Reply to this comment
-
-
- Those days are not over!
- by hadaso February 6, 2006 11:03 PM PST
- You can still access your email the old way if you have a shell account (like a free freeshell.org account).
- Like this
-
(4 Comments)our e-mail on that same system. Our e-mail would be delivered there to the
mail spool via a mechanism such as UUCP or SMTP with out any action on our
part.
Everything old is new again ...
However there are more user friendly ways of doing this: webmail is EXACTLY the same thing: connecting to a computer that has access to your email and getting it to send a representation of the email to be displayed on your display device. That's not true "push" technology. Your email is on a different device. You have to access it: login and query for new email. You only get a representation and not the message delivered to your device. WAP email interfaces (like FastMail.FM's wap interface) are the same as webmail and are tailored to mobile phones. You get the functionality of accessing a shell and then the mail command but without the extra step of first having to login to the shell and only then accessing email (and exiting twice when you finish).
With POP3 you do the same but get the email message itself delivered to your device upon request. IMAP4 does the same but allows much much more control over what is delivered to you (so it is much better than POP3 over low bandwidth connections or with a device that has limited storage capacity).
Finally, IMAP4 with the IDLE command exension gives you true "push technology": after a session is established the server alerts the client when there is a change to the mailbox, and the client can then decide what to do with it (alert the user, fetch the whole message otr just headers or just text and no attachments etc.) It might be problemetic if the device doesn't have a fixed IP address for the duration of a session.