Zimbra offers Open Source email server software and shared calendar for Linux and the Mac
 
Go Back   Zimbra - Forums > Mobility > Zimbra Mobile

Reply
 
LinkBack (4) Thread Tools Display Modes
  4 links from elsewhere to this Post. Click to view. #1 (permalink)  
Old 01-18-2007, 10:46 AM
jdell jdell is offline
Contributor
 
Join Date: Jul 2006
Location: Reno, NV, USA
ZCS Version: RHEL4/5, RHEL4 X86_64, 5.0.2 NE
Posts: 199
jdell is on a distinguished road
Question 4.5 IMAP changes? Nokia E61/E62 can't get mail body

I have a Nokia E62 that is configured for secure IMAP to connect to one of my Zimbra servers and it worked beautifully with 4.0.x series.

However, since upgrading to 4.5.0, the E62 will download the message headers so it shows on the phone, but if you click in to view the actual message body, you get a message 'email not retrieved yet, retrieve now?', you click yes and then it will connect, say 'updating mailbox', but then it finishes and takes you back to the inbox list rather than displaying the body of the email. Repeated attempts give the same results ('email not retrieved yet, retrieve now?').

I am able to access the account fine from secure IMAP in Thunderbird. Any ideas?

BTW, I'm *not* using the IMAP proxy (perdition).

Thanks!

Last edited by jdell : 01-18-2007 at 10:56 AM.
Reply With Quote
  #2 (permalink)  
Old 01-18-2007, 10:53 AM
anand anand is offline
Zimbra Employee
 
Join Date: Sep 2005
Posts: 274
anand is on a distinguished road
Default

can you turn up IMAP logging on the server? You can do this by adding:

log4j.logger.zimbra.imap=DEBUG

to the log4j.properties and restarting.

Remember to turn it off later though.

Dan is on holiday in the other hemisphere, so the response on IMAP issues is going to be slow this week.
__________________
Bugzilla - Wiki - Downloads - Before posting... Search!
Reply With Quote
  #3 (permalink)  
Old 01-18-2007, 12:31 PM
jdell jdell is offline
Contributor
 
Join Date: Jul 2006
Location: Reno, NV, USA
ZCS Version: RHEL4/5, RHEL4 X86_64, 5.0.2 NE
Posts: 199
jdell is on a distinguished road
Default

Ok, I am getting an error in the log, but it looks innocuous and is happening in the disconnect after it looks like it does everything correctly, so it wouldn't seem like it would be a problem, but obviously it isn't working.

I don't want to post the humongous log, but here is the error.

Code:
2007-01-18 11:16:58,132 DEBUG [ImapSSLServer-6] [ip=166.195.83.155;name=jdell@gbdev.com;] imap -   S: + 
2007-01-18 11:16:58,430 DEBUG [ImapSSLServer-6] [] imap -   S: * BYE Zimbra IMAP4rev1 server terminating connection
2007-01-18 11:16:58,430 INFO  [ImapSSLServer-6] [] imap - [166.195.83.155] exception while closing connection
java.net.SocketException: Connection closed by remote host
        at com.sun.net.ssl.internal.ssl.SSLSocketImpl.checkWrite(SSLSocketImpl.java:1187)
        at com.sun.net.ssl.internal.ssl.AppOutputStream.write(AppOutputStream.java:43)
        at java.io.BufferedOutputStream.flushBuffer(BufferedOutputStream.java:65)
        at java.io.BufferedOutputStream.flush(BufferedOutputStream.java:123)
        at com.zimbra.cs.imap.ImapHandler.sendLine(ImapHandler.java:2078)
        at com.zimbra.cs.imap.ImapHandler.sendResponse(ImapHandler.java:2068)
        at com.zimbra.cs.imap.ImapHandler.sendUntagged(ImapHandler.java:2057)
        at com.zimbra.cs.imap.ImapHandler.dropConnection(ImapHandler.java:2027)
        at com.zimbra.cs.imap.ImapHandler.dropConnection(ImapHandler.java:2013)
        at com.zimbra.cs.tcpserver.ProtocolHandler.run(ProtocolHandler.java:210)
        at EDU.oswego.cs.dl.util.concurrent.PooledExecutor$Worker.run(Unknown Source)
        at java.lang.Thread.run(Thread.java:595)
2007-01-18 11:16:58,431 INFO  [ImapSSLServer-6] [] ProtocolHandler - Handler exiting normally
Reply With Quote
  #4 (permalink)  
Old 01-18-2007, 01:47 PM
anand anand is offline
Zimbra Employee
 
Join Date: Sep 2005
Posts: 274
anand is on a distinguished road
Default

Looks like the client sent BYE and just disconnected without letting us ack the BYE.

Another common one I see in the logs is the SSL teardown not being done cleanly (which the spec allows, but jsse logs anyway). The SSL shutdown thing is common, I usually don't see the BYE and cut connection as much.
__________________
Bugzilla - Wiki - Downloads - Before posting... Search!
Reply With Quote
  #5 (permalink)  
Old 01-18-2007, 01:48 PM
anand anand is offline
Zimbra Employee
 
Join Date: Sep 2005
Posts: 274
anand is on a distinguished road
Default

oh wait, this is on the same thread that you are not reading the message. This exception may be unrelated to your original problem (guessing).
__________________
Bugzilla - Wiki - Downloads - Before posting... Search!
Reply With Quote
  #6 (permalink)  
Old 01-18-2007, 04:14 PM
jdell jdell is offline
Contributor
 
Join Date: Jul 2006
Location: Reno, NV, USA
ZCS Version: RHEL4/5, RHEL4 X86_64, 5.0.2 NE
Posts: 199
jdell is on a distinguished road
Default

Quote:
Originally Posted by anand View Post
oh wait, this is on the same thread that you are not reading the message. This exception may be unrelated to your original problem (guessing).
Yea, that was my guess too. I have a bigger fire to put out right now, so I'll look at this again next week. Did I mention how much I love Windows, NOT!

Thanks!
Reply With Quote
  #7 (permalink)  
Old 01-19-2007, 02:04 PM
jdell jdell is offline
Contributor
 
Join Date: Jul 2006
Location: Reno, NV, USA
ZCS Version: RHEL4/5, RHEL4 X86_64, 5.0.2 NE
Posts: 199
jdell is on a distinguished road
Thumbs up Fixed it

I just needed to delete the IMAP account and re-create it.

Something must have changed with the way IMAP messages are handled WRT the client for the IMAP client to get so confused. No clue, but consistent behavior from 3 different Nokia E62's that were great with 4.0.x but choked with 4.5.0.

I'm guessing this is related to my other thread about Mail For Exchange getting confused also (http://www.zimbra.com/forums/showthread.php?t=6348).

Anyway, all is good!
Reply With Quote
  #8 (permalink)  
Old 01-23-2007, 04:49 PM
titzesan titzesan is offline
Junior Member
 
Join Date: Jan 2007
Location: Tokyo, Japan
Posts: 2
titzesan is on a distinguished road
Default

I am having a similar problem with my Nokia 6680 (and it seems also with my Thunderbird IMAP client). Sadly I don't have access to the logs right now.

But the behaviour I see is that I can login to the IMAP server with my mobile phone and retrieve and display one mail. Returning to the list of mails and trying to retrieve a different mail leads to loosing the connection to the server.

I already tried recreating the IMAP account on my mobile phone, but to no avail.

Anyone else seeing this?
Reply With Quote
  #9 (permalink)  
Old 01-23-2007, 11:44 PM
anand anand is offline
Zimbra Employee
 
Join Date: Sep 2005
Posts: 274
anand is on a distinguished road
Default

Quote:
Originally Posted by titzesan View Post
I am having a similar problem with my Nokia 6680 (and it seems also with my Thunderbird IMAP client). Sadly I don't have access to the logs right now.

But the behaviour I see is that I can login to the IMAP server with my mobile phone and retrieve and display one mail. Returning to the list of mails and trying to retrieve a different mail leads to loosing the connection to the server.

I already tried recreating the IMAP account on my mobile phone, but to no avail.

Anyone else seeing this?
Lot of folks here test/use Thunderbird all the time. Anything in the server logs? What does a kill -3 on the tomcat process show? Anything odd about a message in your mailbox?
__________________
Bugzilla - Wiki - Downloads - Before posting... Search!
Reply With Quote
  #10 (permalink)  
Old 01-26-2007, 12:31 PM
flamingcow flamingcow is offline
Junior Member
 
Join Date: Jan 2007
Posts: 2
flamingcow is on a distinguished road
Default Packet dump

Attached is a packet dump (tcpdump format; password elided) of the mail client from my Nokia E61 with the latest firmware trying to "retrieve a message". The actual dump seems to show no retrieval commands, just folder checking. Something in the Zimbra responses must be putting it off from trying to pull the message body.
Attached Files
File Type: tgz output.tgz (12.5 KB, 98 views)
Reply With Quote
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

LinkBacks (?)
LinkBack to this Thread: http://www.zimbra.com/forums/zimbra-mobile/6318-4-5-imap-changes-nokia-e61-e62-cant-get-mail-body.html
Posted By For Type Date
Colin Charles Agenda » OSSSoftware This thread Refback 11-28-2007 09:33 PM
Colin Charles Agenda » Software This thread Refback 10-26-2007 01:09 AM
Goa-india » Tags » nokia20e61i This thread Refback 10-15-2007 11:33 PM
Colin Charles Agenda » Blog Archive » Zimbra, and Nokia Symbian Series 60 IMAPS issue This thread Pingback 08-02-2007 10:43 PM

Similar Threads
Thread Thread Starter Forum Replies Last Post
fresh install down may be due to tomcat gon Installation 10 07-25-2007 08:09 AM
Problems with port 25 yogiman Installation 55 09-25-2006 06:14 AM
Post install : Zimbra start up is taking upwards of 10 minutes zcook Installation 6 12-27-2005 03:47 PM
receiveing mail maybethistime Administrators 15 12-09-2005 03:55 PM


freshmeat.net sourceforge.net The best Java IDE



 

Search Engine Optimization by vBSEO 3.0.0