|
From: Peter B. <pet...@go...> - 2008-04-04 13:55:13
|
Hi Edo, Thanks for the very prompt reply yesterday. It was very helpful and explanatory! It seems that I am waiting eagerly all the new features. On the subject of CTP push email. Do you have any more info on why the ctp-server is ignoring notification messages, and the suspicious exception messages in the ctp-server.log regards, Peter On 03/04/2008, Edoardo Schepis <edo...@fu...> wrote: > Hi Peter, > the email messages are downloaded in the inbox of the JavaME client > using a filter that limits the message size to 2K (email headers + body) > and without attachments (currently not supported, but will be there very > soon ;-) > If the size of the message exceeds 2K then a GetMore command is added in > the ViewMessageScreen. > Using the GetMore command the mail is downloaded but if it fits the > SyncML max message size (at the moment 14Kb: 16Kb minus the SyncML > overhead). > > Therefore using GetMore: > - if the message has body+headers > 14Kb the message is not downloaded. > - if the message has body+headers <= 14Kb then the rest of the body is > downloaded > > Please consider also that: > - the full message is not locally stored after GetMore (we'll fix this > soon), so if you go to the inbox and then go back in the view message > screen you have to click GetMore again > - the command GetMore is removed if you denied to connect to the network > in pone of the previoous attempts. The same happens for all the other > netwrok-related commands like GetMail, SendLog, ResetInbox, > UpdateContacts... > > Hope it clarifies a little more. > > Thanks for your tests > > Edoardo > > > Peter Binks ha scritto: > > Hi Edo, > > > > This may be a bit of a long-shot but here goes. I have what is > > probably a different and completely unrelated problem. I am > > experimenting more with Funambol client on the Nokia E61 and trying to > > receive larger mails, some with attachments. According to the > > documentation I should see a Get Full / Get More option when viewing a > > mail. But I don't? > > > > I see this option is sometimes added or removed (enabled/disabled) > > depending on the SyncClient/SyncListener, but don't understand much > > more than that??? > > > > Please can you tell me what causes the Get More option to be > > unavailable, and what I need to check or do to fix it? Has it got > > anything to do with why the client is not doing push email? > > > > Many thanks, > > Peter > > |