Push Email Support for Cell Phones

Need help? Ask here.

Moderator: Moderators

Seth
Site Admin
Posts: 309
Joined: Sun Aug 30, 2009 10:44 pm
Location: Nevada
Contact:

Push Email Support for Cell Phones

Post by Seth »

As of April 19, 2012 we have deployed an early release of an ActiveSync compatible open source push server. Since it is based on open source software we will not be charging for this ActiveSync option, but we reserve the right to limit it on lower level accounts depending on its server side resource usage (it's a PHP script that holds one Apache process per connection).

This is an experimental service. Although not officially supported it is reported to work for almost all cases. To configure it on your mobile device set the ActiveSync server to "activesync.rollernet.us" with your mail box login name and password. Please post feedback here or email it to support. I decided to release this in an early stage I'd dropped the ball on this feature request for too long. It currently lacks the normal hooks I'd put into the control center for a released feature; they will be added over time.

Known limitations and issues:
* Does not support HTML email (yet). HTML should be supported since z-push 2.0.6
* Deleting a message on Android may fail.

We will not be offering Blackberry push, only ActiveSync via an open source tool. There wasn't any interest from our customer base in paying extra to support the licensing costs for BlackBerry Enterprise Server.
Seth Mattinen, Roller Network LLC
jxself
Posts: 12
Joined: Sun Dec 18, 2005 10:23 am

Re: Push Email Support for Cell Phones

Post by jxself »

Seth wrote:I've created this poll to see if there's any interest in push mail for cell phones. Please let us know if there is any interest in support for these technologies so that we may evaluate whether or not they would be a useful addition for our customers.
If the intent is to determine interest level, shouldn't there be a third option, then, that says we're not interested? As it is right now, we must vote in favor of one or the other.
Seth
Site Admin
Posts: 309
Joined: Sun Aug 30, 2009 10:44 pm
Location: Nevada
Contact:

Re: Push Email Support for Cell Phones

Post by Seth »

jxself wrote:
Seth wrote:I've created this poll to see if there's any interest in push mail for cell phones. Please let us know if there is any interest in support for these technologies so that we may evaluate whether or not they would be a useful addition for our customers.
If the intent is to determine interest level, shouldn't there be a third option, then, that says we're not interested? As it is right now, we must vote in favor of one or the other.
Added a third option.
Seth Mattinen, Roller Network LLC
Seth
Site Admin
Posts: 309
Joined: Sun Aug 30, 2009 10:44 pm
Location: Nevada
Contact:

Re: Push Email Support for Cell Phones

Post by Seth »

Apparently adding that third option reset the vote counts to zero, so if you already voted please re-submit your vote.
Seth Mattinen, Roller Network LLC
ki6gxm
Posts: 1
Joined: Fri Mar 13, 2009 8:39 pm

Re: Push Email Support for Cell Phones

Post by ki6gxm »

I Vote for Exchange and Blackberry
darrenings
Posts: 29
Joined: Thu Oct 13, 2005 5:33 am
Contact:

Re: Push Email Support for Cell Phones

Post by darrenings »

I'd be interested in MS push for my iPhone but not at the prices you mentioned.
Thanks.
Seth
Site Admin
Posts: 309
Joined: Sun Aug 30, 2009 10:44 pm
Location: Nevada
Contact:

Re: Push Email Support for Cell Phones

Post by Seth »

darrenings wrote:I'd be interested in MS push for my iPhone but not at the prices you mentioned.
Thanks.
What would you be willing to pay? Unfortunately we can't offer it for free.
Seth Mattinen, Roller Network LLC
jammapic
Posts: 3
Joined: Sun Dec 20, 2009 2:40 am

Re: Push Email Support for Cell Phones

Post by jammapic »

I'm so interested in this, Activesync for my iPhone; that I would be willing to pay a fee to get it up and running as well as a monthly subscription.

It would be great to be able to use outlook on my PC to connect to an exchange server, do calender and keep contact or whatever - and THEN hook my iPhone up and share all that same info.

I use IMAP at the moment, which is good - but no-where as good as exchange :-)

JP
triplett
Posts: 4
Joined: Sun Dec 20, 2009 7:29 am

Re: Push Email Support for Cell Phones

Post by triplett »

Not interested, personally. I can wait 5 minutes for my client to pull. I do understand the costs incurred by licensing, though, so I can't fault Rollernet for passing on the cost.

FWIW, on android, the K-9 mail client supports IMAP IDLE, so there's an alternative to costly licensed protocols. If the Rollernet servers support this, or if support for IMAP IDLE can be added without great additional cost, I might be interested.

http://en.wikipedia.org/wiki/IMAP_IDLE
http://code.google.com/p/k9mail/
Seth
Site Admin
Posts: 309
Joined: Sun Aug 30, 2009 10:44 pm
Location: Nevada
Contact:

Re: Push Email Support for Cell Phones

Post by Seth »

triplett wrote:Not interested, personally. I can wait 5 minutes for my client to pull. I do understand the costs incurred by licensing, though, so I can't fault Rollernet for passing on the cost.

FWIW, on android, the K-9 mail client supports IMAP IDLE, so there's an alternative to costly licensed protocols. If the Rollernet servers support this, or if support for IMAP IDLE can be added without great additional cost, I might be interested.

http://en.wikipedia.org/wiki/IMAP_IDLE
http://code.google.com/p/k9mail/
Absolutely, we've always supported IMAP IDLE. Here's what an IDLE session looks like:

Code: Select all

Connected to mailbox.rollernet.us.
Escape character is '^]'.
* OK Dovecot ready.
? CAPABILITY
* CAPABILITY IMAP4rev1 SASL-IR SORT THREAD=REFERENCES MULTIAPPEND UNSELECT LITERAL+ IDLE CHILDREN NAMESPACE LOGIN-REFERRALS UIDPLUS LIST-EXTENDED I18NLEVEL=1 QUOTA STARTTLS AUTH=PLAIN
? OK Capability completed.
? LOGIN xxx@rollernet.us xxx
? OK Logged in.
? SELECT INBOX
* FLAGS (\Answered \Flagged \Deleted \Seen \Draft nonjunk $Forwarded $Label1 Junk $MDNSent $label2 $NotJunk $Junk)
* OK [PERMANENTFLAGS (\Answered \Flagged \Deleted \Seen \Draft nonjunk $Forwarded $Label1 Junk $MDNSent $label2 $NotJunk $Junk \*)] Flags permitted.
* 1854 EXISTS
* 0 RECENT
* OK [UNSEEN 1853] First unseen.
* OK [UIDVALIDITY 1189055822] UIDs valid
* OK [UIDNEXT 71318] Predicted next UID
? OK [READ-WRITE] Select completed.
? IDLE
+ idling
* 1855 EXISTS
* 1 RECENT
DONE
? OK Idle completed.
? LOGOUT
* BYE Logging out
? OK Logout completed.
Connection closed by foreign host.
Anytime a new message arrives after issuing IDLE, the EXISTS and RECENT lines are sent immediately. At that point it's up to the client to FETCH the new message, but in the example above I just issued DONE and logged out.
Seth Mattinen, Roller Network LLC
jammapic
Posts: 3
Joined: Sun Dec 20, 2009 2:40 am

Re: Push Email Support for Cell Phones

Post by jammapic »

the problem with IDLE, certainly on my iphone; is that it only works when the phone is on (more specifically if the mail client is open). As soon as it goes into standby, IDLE doesn't work. Whereas microsoft ActveSync stays connected all the time, plus with the come the benefits of syncing contacts/calenders etc...
Seth
Site Admin
Posts: 309
Joined: Sun Aug 30, 2009 10:44 pm
Location: Nevada
Contact:

Re: Push Email Support for Cell Phones

Post by Seth »

If anyone is feeling adventurous I've set up a preliminary ActiveSync service based on Z-Push 2.0 beta.

Server Name: activesync.rollernet.us
Domain: leave blank

Use your IMAP mail box login name and password.
Seth Mattinen, Roller Network LLC
cbrace
Posts: 23
Joined: Sun Dec 31, 2006 5:01 am
Location: Amsterdam
Contact:

Re: Push Email Support for Cell Phones

Post by cbrace »

Testing this with K-9 mailer on an Android phone. Can't connect with the server, either on port 143 or 993. IDLE works fine, maybe not needed?
Seth
Site Admin
Posts: 309
Joined: Sun Aug 30, 2009 10:44 pm
Location: Nevada
Contact:

Re: Push Email Support for Cell Phones

Post by Seth »

cbrace wrote:Testing this with K-9 mailer on an Android phone. Can't connect with the server, either on port 143 or 993. Any ideas?
It's not IMAP, it's Exchange ActiveSync via HTTPS. You'd configure it like an Exchange server. I don't know if K-9 supports ActiveSync. The regular Mail app does and I tested it on my EVO successfully.
Seth Mattinen, Roller Network LLC
Seth
Site Admin
Posts: 309
Joined: Sun Aug 30, 2009 10:44 pm
Location: Nevada
Contact:

Re: Push Email Support for Cell Phones

Post by Seth »

I should probably reiterate that this is an experimental service; it hasn't been tested much more beyond verifying that it works. Please post feedback here or email it to support. I decided to push it out early like this because I'd dropped the ball on this feature request for too long, and so it lacks any of the normal hooks I'd put into the control center for a released feature. I know there are who prefer push mail ActiveSync style over IMAP IDLE style (some mobile IMAP clients can IDLE well and some don't), so by offering ActiveSync it just broadens our options.

At this time it only works with "mail" sync, not contacts or events. One benefit ActiveSync can have over IMAP IDLE is the ability to store things like contacts on our server so if your mobile device is ever lost/destroyed/stolen then you wouldn't lose your contacts.
Seth Mattinen, Roller Network LLC
Post Reply