maemo.org - Talk

maemo.org - Talk (https://talk.maemo.org/index.php)
-   MeeGo / Harmattan (https://talk.maemo.org/forumdisplay.php?f=45)
-   -   N9/N950 Email/Mail for Exchange - Get help & give feedback here (https://talk.maemo.org/showthread.php?t=78480)

afaq 2011-10-30 16:11

Re: N9/N950 Email/Mail for Exchange - Get help & give feedback here
 
Quote:

Originally Posted by ripla (Post 1114146)
That worked perfectly. Thanks! What I did:
  1. Change browsers user agent to iPhone (e.g. with an addon, with developer mode in Safari)
  2. Go to https://m.google.com/sync?hl=en
  3. Login and select N9 from the device list
  4. Select the calendars you wish to sync
  5. Next sync on your phone should bring int the additional calendars

ripla, thank you for this. I have carried out the detailed steps (except im using the user agent add on in firefox), but I am unable to check the boxes next to the calendars i wish to sync. The boxes are not greyed out but I cannot click into them.

update: tried it with safari and same behaviour.

Any clues?

phishbone 2011-10-31 03:37

Re: N9/N950 Email/Mail for Exchange - Get help & give feedback here
 
1 Attachment(s)
Any ideas what this might be?

markn 2011-10-31 08:39

Re: N9/N950 Email/Mail for Exchange - Get help & give feedback here
 
Quote:

Originally Posted by Sergey_Kashin (Post 1115923)
Thanks for the logs, will check this issue tomorrow (I hope).

P.S. You've got this error:
[1284] Oct 28 21:55:02 [Debug] SMTP : SEND: MAIL FROM: <mail@mail.mail>
[1284] Oct 28 21:55:02 [Debug] SMTP : RECV: "250 OK"
[1284] Oct 28 21:55:02 [Debug] SMTP : SEND: RCPT TO: <mail@mail.mail>
[1284] Oct 28 21:55:03 [Debug] SMTP : RECV: "550 SMTP AUTH required for Submission Port"
[1284] Oct 28 21:55:03 [Debug] SMTP : Closed connection: "550 SMTP AUTH required for Submission Port
"

just to let you know that I tried setting up a separate account belonging to someone else (Different ISP) same result.

sjordet 2011-10-31 09:13

Re: N9/N950 Email/Mail for Exchange - Get help & give feedback here
 
Quote:

Originally Posted by Sergey_Kashin (Post 1115856)
Quote:

Originally Posted by sjordet (Post 1115856)
Wouldn't it make sense if it created the "Sent"-folder if it did not exist? Or am I seeing this bug?

I don't think that this is a good idea to handle this issue by this way.

Well, it might be that I don't understand something (quite likely). But how is the user supposed to know that he has to have a folder called "Sent" if he does not want to lose the emails he send?

Sergey_Kashin 2011-10-31 19:11

Re: N9/N950 Email/Mail for Exchange - Get help & give feedback here
 
Quote:

Originally Posted by sjordet (Post 1116274)
Well, it might be that I don't understand something (quite likely). But how is the user supposed to know that he has to have a folder called "Sent" if he does not want to lose the emails he send?

He/She simple should be able to choose a folder where sent emails should be stored (I know, we don't have this option :) )

sanders 2011-10-31 20:38

Re: N9/N950 Email/Mail for Exchange - Get help & give feedback here
 
Quote:

Originally Posted by sjordet (Post 1115329)
Hi!

Well, if it's not too much work, I'd be happy to know how to do it. I will not say that I'm very experienced with SQlite, but I have used it before, and "normal" SQL I deal with daily.

But this also means that the only thing missing to let users change sent-folder is the UI-part? I guess servernames and everything is already written to the DB, so it's just one more field... Interesting :)

Thank you for your awesome work, all of you!

Thanks appreciated.

Yes only the UI part is missing to let users change the sent-folder.

Okay I'll give you a general outline how to do it. I haven't verified this works myself.

Quoting Sergey:

!!!!THIS IS NOT SOMETHING RECOMMENDED TO DO. DO IT IF YOU KNOW WHAT YOU ARE DOING. DO IT ON YOUR OWN RISK - All the accounts can be corrupted!!!!!!!

You will need a development machine with sqlite3 executable version 3.7.0 or newer. (Possibly sqlite3 could be installed on the n9 directly but i haven't tried myself)

Developer mode will need to be enabled
  • backup device
  • disable all email accounts
    use accounts app, go through each account one by one toggling switch in top right of screen
    so that mail database isn't modified while you're working
  • copy all the files in the /home/user/.qmf/database directory to your home machine
    e.g. using terminal app, and scp or some file manager
  • back the database files up
  • open the .qmf/database/qmailstore.db file using sqlite3 executable
    e.g. 'sqlite3 qmailstore.db'
  • find the number value for the sent folder flag
    e.g. 'select statusbit from mailstatusflags where name = "Sent" and context = "folderstatus";'
    this should return a number like 7, let's call this n
  • In the mailfolders table turn the n'th bit off of the status column for all rows (it should only be enabled for sent mail folders)
    In the mailfolders table turn the n'th bit on of the status column for the row(s) corresponding to your sent mail folder(s), one per account only.
    e.g. this is the tricky bit to write in sql.
    'select * mailfolders'; '.schema mailfolders'; might get you started
  • copy the .qmf/database files back to the device
  • renable all email accounts

Good luck.

sanders 2011-10-31 20:44

Re: N9/N950 Email/Mail for Exchange - Get help & give feedback here
 
Quote:

Originally Posted by markn (Post 1116266)
just to let you know that I tried setting up a separate account belonging to someone else (Different ISP) same result.

Looks like secure authentication needs to be enabled for the outgoing mail server for the account using the accounts application. Try plain password first.

markn 2011-11-01 00:56

Re: N9/N950 Email/Mail for Exchange - Get help & give feedback here
 
Quote:

Originally Posted by sanders (Post 1116522)
Looks like secure authentication needs to be enabled for the outgoing mail server for the account using the accounts application. Try plain password first.

tried about 20 different methods. none work. ssl on and off plain password, etc. port numbers 587, 465, 25. nothing works. other people seem to have this issue as well. possibly a handshake issue?

Milhouse 2011-11-01 03:23

Re: N9/N950 Email/Mail for Exchange - Get help & give feedback here
 
Quote:

Originally Posted by Sergey_Kashin (Post 1114447)
Quote:

Originally Posted by Milhouse (Post 1113707)
N950/PR1.1 bug:

I'm also noticing that the email scheduling is not being respected. For example, Google account, Gmail schedule set as follows: Always up-to-date, 08:00 to 01:00, Monday-Sunday, Off peak set to Off yet I'm still receiving email at 03:00 which shouldn't be happening, but it does, and it's not easily reproducible either (just sent myself an email, not delivered so it's not all mail, just some).

This scheduling bug didn't happen with Beta1 or Beta2, although that was when I was using the "Other Mail" account for Google Mail, only since PR1.1 have I been using the new Google account for GMail.

Hmm, never saw that bug, will ask our testers about this bug. Thanks.

Something is definitely off with the Google GMail Sync schedule in PR1.1. I've just received more emails at 3am* despite the schedule being off peak (ie. off) between 1am and 8am.

Like I say, it's hard to reproduce on demand but I never had this behaviour in Beta1 or Beta2 while using the "Other Mail" account for Google Mail/IMAP, where "Off" in off peak meant just that, with no emails delivered to the device until 8am when they all came flooding in. The emails I just received were of normal importance, so it's not even as if high priority emails are breaking the embargo...

* I have a server on my home network that sends me overnight logs just after 3am - nothing unusual about these emails, from me to me.

TTFJE 2011-11-01 12:43

Re: N9/N950 Email/Mail for Exchange - Get help & give feedback here
 
Quote:

Originally Posted by ukki (Post 1102100)
I can't get MfE to work at all. Log just says "Connection closed". I get the same message from the browser when I try to access OWA, so I'm guessing it has something to do with the SSL-certificate? All other browsers accept the certificate though so it's valid and both MfE and OWA work with n900 just fine.

I have the same problem...

sjordet 2011-11-01 12:45

Re: N9/N950 Email/Mail for Exchange - Get help & give feedback here
 
Quote:

Originally Posted by Sergey_Kashin (Post 1116500)
He/She simple should be able to choose a folder where sent emails should be stored (I know, we don't have this option :) )

Hehe. We can both agree that this would be the best solution :)

Thanks for your hard work :)

scaramanga89 2011-11-01 13:48

Re: N9/N950 Email/Mail for Exchange - Get help & give feedback here
 
You need to disable Javascript as well from the Develop tab - then re-enable afterwards.

scaramanga89 2011-11-01 13:49

Re: N9/N950 Email/Mail for Exchange - Get help & give feedback here
 
Quote:

Originally Posted by afaq (Post 1115999)
ripla, thank you for this. I have carried out the detailed steps (except im using the user agent add on in firefox), but I am unable to check the boxes next to the calendars i wish to sync. The boxes are not greyed out but I cannot click into them.

update: tried it with safari and same behaviour.

Any clues?

You need to disable Javascript as well from the Develop tab - then re-enable afterwards.

sanders 2011-11-01 15:04

Re: N9/N950 Email/Mail for Exchange - Get help & give feedback here
 
Quote:

Originally Posted by markn (Post 1116608)
tried about 20 different methods. none work. ssl on and off plain password, etc. port numbers 587, 465, 25. nothing works. other people seem to have this issue as well. possibly a handshake issue?

The SMTP server is clearly saying that it won't send mail because you're not authenticated. This is a standard requirement, virtually all email servers accessible from the internet require authentication.

It can be tricky to get this right, your service provider should provide info, ok their documentation looks awful. I suggest:

Server type: SMTP
Username: Either your-username or your-username@mail.orcon.net.nz try both. Replace your-username with your username.
Port: 587
Secure connection: TLS or None try both
Server: mail.orcon.net.nz
Secure authentication: Plain password.

So there are 4 combinations to try (2 username x 2 secure connection).

If it still doesn't work then try deleting the account and creating a new one.

If that still doesn't work try creating a test gmail account and trying to send with that.

teu 2011-11-01 21:36

Re: N9/N950 Email/Mail for Exchange - Get help & give feedback here
 
Quote:

Originally Posted by Sergey_Kashin (Post 1116500)
He/She simple should be able to choose a folder where sent emails should be stored (I know, we don't have this option :) )

Sergey_Kashin, добрый день! Пишу по русски, тк не владею английским языком. Надеюсь, меня не удалят с этой конференции, но в русскоязычном инете совсем нет сообщений об ошибке подключения к серверу при обновлении MfE. Складывается впечатление, что в России это никого не волнует.
На моем N9 не обновляется почта MfE. Я перебробовал все возможные варианты настроек, но обновление происходит только один раз, а дальше как у всех: красная стрелка и "Невозможно подключиться к серверу".
По телефону горячей линии Nokia Care посоветовали изменить пароль к учетной записи за тем, что бы в пароле не содержались специальные знаки кроме цифр и букв, удалить все учетные записи почты, вернуть заводские настройки и настроить учетную запись заново. Я все сделал... Не помогло...совсем...кроме того, что удалились все установленные мною игры, приложения и - самое неприятное - предустановленные карты.
Я потратил 600 EUR на железку, которая не хочет работать как бизнес инструмент, а по телефону в Nokia Care говорят, что слышат о проблеме с MfE впервые.
Все не было бы так грустно и можно было бы говорить, что Nokia не смогла сделать достойный аппарат, но на моей Nokia N8 MfE прекрасно работает и нет никах сбоев.
Сбои в работе MfE считаю серьезным недостатком для аппарата N9 и с этим надо срочно что то делать.
Прошу прощение, если послание получилось эмоциональным.
Подскажите решение проблемы, если такое решение есть, что бы не ждать неизвестно когда обещанного обновления.

PhatApteryx 2011-11-01 22:16

Re: N9/N950 Email/Mail for Exchange - Get help & give feedback here
 
Have my N9 sending & receiving to orcon just fine...

Server type: SMTP
Username: your-username (NOT email address)
Server: smtp.orcon.net.nz
Secure connection: None
Port: 587
Secure authentication: plain password.

Good luck

Quote:

Originally Posted by sanders (Post 1116897)
The SMTP server is clearly saying that it won't send mail because you're not authenticated. This is a standard requirement, virtually all email servers accessible from the internet require authentication.

It can be tricky to get this right, your service provider should provide info, ok their documentation looks awful. I suggest:

Server type: SMTP
Username: Either your-username or your-username@mail.orcon.net.nz try both. Replace your-username with your username.
Port: 587
Secure connection: TLS or None try both
Server: mail.orcon.net.nz
Secure authentication: Plain password.

So there are 4 combinations to try (2 username x 2 secure connection).

If it still doesn't work then try deleting the account and creating a new one.

If that still doesn't work try creating a test gmail account and trying to send with that.


markn 2011-11-02 07:51

Re: N9/N950 Email/Mail for Exchange - Get help & give feedback here
 
Quote:

Originally Posted by PhatApteryx (Post 1117074)
Have my N9 sending & receiving to orcon just fine...

Server type: SMTP
Username: your-username (NOT email address)
Server: smtp.orcon.net.nz
Secure connection: None
Port: 587
Secure authentication: plain password.

Good luck

tried those exact same settings. can you send email over vodafone network away from home? i can send from my phone no probs at home, but not away, or from another wireless connection. thanks

markn 2011-11-02 07:58

Re: N9/N950 Email/Mail for Exchange - Get help & give feedback here
 
Quote:

Originally Posted by markn (Post 1117215)
tried those exact same settings. can you send email over vodafone network away from home? i can send from my phone no probs at home, but not away, or from another wireless connection. thanks

right.... even though i have used those exact settings before i have tried again and it worked. i wonded if changing settings while the email is already in the outbox doesn't pick up the new settings? anyway it worked and i am happy.. thanks

Sergey_Kashin 2011-11-02 08:08

Re: N9/N950 Email/Mail for Exchange - Get help & give feedback here
 
Quote:

Originally Posted by teu (Post 1117057)
Sergey_Kashin, добрый день! Пишу по русски, тк не владею английским языком. Надеюсь, меня не удалят с этой конференции, но в русскоязычном инете совсем нет сообщений об ошибке подключения к серверу при обновлении MfE. Складывается впечатление, что в России это никого не волнует.
На моем N9 не обновляется почта MfE. Я перебробовал все возможные варианты настроек, но обновление происходит только один раз, а дальше как у всех: красная стрелка и "Невозможно подключиться к серверу".
По телефону горячей линии Nokia Care посоветовали изменить пароль к учетной записи за тем, что бы в пароле не содержались специальные знаки кроме цифр и букв, удалить все учетные записи почты, вернуть заводские настройки и настроить учетную запись заново. Я все сделал... Не помогло...совсем...кроме того, что удалились все установленные мною игры, приложения и - самое неприятное - предустановленные карты.
Я потратил 600 EUR на железку, которая не хочет работать как бизнес инструмент, а по телефону в Nokia Care говорят, что слышат о проблеме с MfE впервые.
Все не было бы так грустно и можно было бы говорить, что Nokia не смогла сделать достойный аппарат, но на моей Nokia N8 MfE прекрасно работает и нет никах сбоев.
Сбои в работе MfE считаю серьезным недостатком для аппарата N9 и с этим надо срочно что то делать.
Прошу прощение, если послание получилось эмоциональным.
Подскажите решение проблемы, если такое решение есть, что бы не ждать неизвестно когда обещанного обновления.

answer sent as private message.


To all: that is a really busy weeks, so sorry for non-answering in the thread... Hopefully I'll check

PhatApteryx 2011-11-02 09:49

Re: N9/N950 Email/Mail for Exchange - Get help & give feedback here
 
Good to hear...
I do have some oddities with synching from time to time - it fails for no apparent reason, then synchs next time... Think it does not always kick the Vodafone link up again - not stressing though.
Quote:

Originally Posted by markn (Post 1117218)
right.... even though i have used those exact settings before i have tried again and it worked. i wonded if changing settings while the email is already in the outbox doesn't pick up the new settings? anyway it worked and i am happy.. thanks


Sergey_Kashin 2011-11-03 13:16

Re: N9/N950 Email/Mail for Exchange - Get help & give feedback here
 
Quote:

Originally Posted by phishbone (Post 1116201)
Any ideas what this might be?

checked logs again. Have no idea what could cause such issue. I'll keep in mind this problem (perhaps we'll find the root cause).

billranton 2011-11-04 11:09

Re: N9/N950 Email/Mail for Exchange - Get help & give feedback here
 
When I set up my Mail for Exchange on my N9, I thought I'd let it declare itself a provisioning device to the exchange server to see if it worked. It applied my work's policy, which was way too fussy with locking the phone every 15 mins so I disabled it again.

The security control panel applet let me disable the auto-lock after x minutes, but that's as much as it shows. I'm still stuck with entering my lock code at boot, and can't change the lock code to any previous code. I can't unset the lock code either.

Is there a file I can edit to get rid of this stuff? Or is a factory reset the only way?

Arie 2011-11-04 22:40

Re: N9/N950 Email/Mail for Exchange - Get help & give feedback here
 
Maybe this has been explained, but I have my mfe with hotmail to sync every hour, the problem is that for some reason every time it wants to connect it says transfer failed and I have to do it manually. When I do it manually everything goes smoothly, is there a reason for this and how would I fix this?

anis_ber 2011-11-04 23:59

Re: N9/N950 Email/Mail for Exchange - Get help & give feedback here
 
Im having trouble setting up my hotmail account
Im newbie and dont know what mail for exchange means, I dont know if that's an option for me
but for regular mail, I entered my hotmail address and password, it woked the first tme, but now whenever I hit mail and refresh I get error occurred, any help with that?
Thx

Arie 2011-11-05 00:03

Re: N9/N950 Email/Mail for Exchange - Get help & give feedback here
 
Quote:

Originally Posted by anis_ber (Post 1118506)
Im having trouble setting up my hotmail account
Im newbie and dont know what mail for exchange means, I dont know if that's an option for me
but for regular mail, I entered my hotmail address and password, it woked the first tme, but now whenever I hit mail and refresh I get error occurred, any help with that?
Thx

Delete the account and reenter it. You need to make sure you leave domain blank and for username just retype your hotmail user id.

aldera 2011-11-05 00:13

Re: N9/N950 Email/Mail for Exchange - Get help & give feedback here
 
I have problem with syncing with our work mail which is mail for exchange the problem seems to be with the certificates.

Is it trying to connect to the domain name or straight to the exchange.domain.com because if it tries to connect to domain.com it finds another certificate at that location? All is okey if im connected to wireless lan at work!

Attached logfile!


EDIT: Fixed in PR 1.1

anis_ber 2011-11-05 01:00

Re: N9/N950 Email/Mail for Exchange - Get help & give feedback here
 
Quote:

Originally Posted by Arie (Post 1118508)
Delete the account and reenter it. You need to make sure you leave domain blank and for username just retype your hotmail user id.

I did setup MfE now, however what are the value of these:

peak time inteval (default is 20min)
off-peak time interval (default is off)

Arie 2011-11-05 01:19

Re: N9/N950 Email/Mail for Exchange - Get help & give feedback here
 
Quote:

Originally Posted by anis_ber (Post 1118532)
I did setup MfE now, however what are the value of these:

peak time inteval (default is 20min)
off-peak time interval (default is off)

I set mine to an hour each... though I am also having problems, it syncs, but the sync fails...

arkanoid 2011-11-07 20:46

Re: N9/N950 Email/Mail for Exchange - Get help & give feedback here
 
More google problems:

sometimes google thinks it is time to resync and mfe happily grants the request.

It usually means the whole address book gets dropped and re-fetched.

Guess what happens if network connectivity fails or even more stupid, phone drops connection because it activates power saving mode.

And even if it does not, all favorites are trashed and all gtalk merged contacts explode.

shmerl 2011-11-07 21:35

Re: N9/N950 Email/Mail for Exchange - Get help & give feedback here
 
I'm not sure if it was answered already, is there any way to use LDAP address directory on N9?

otto 2011-11-08 12:21

Re: N9/N950 Email/Mail for Exchange - Get help & give feedback here
 
MFE error "can't connect" disappeared after applying pr1.1 update...

TTFJE 2011-11-08 14:17

Re: N9/N950 Email/Mail for Exchange - Get help & give feedback here
 
Quote:

Originally Posted by fettouhi (Post 1109282)
I had my brother change setting on his Exchange server and low and behold now my N9 can connect to his 2010 Microsoft Exchange server. But he doesn't want the server to run with this option so this needs to get fixed on the N9.

Can you specify the change that he made on the server?

arkanoid 2011-11-09 09:18

Re: N9/N950 Email/Mail for Exchange - Get help & give feedback here
 
Now there is some strange problem with MfE/tracker-store interaction.

MfE fetches "something" from google that tracker-store does not like.
It starts mid-sync, consumes all available cpu and drains battery in a couple of hours. Sync never finishes.

If I kill tracker-store process sync works until next sync and next attempt to index something ugly there.

Sergey_Kashin 2011-11-09 11:41

Re: N9/N950 Email/Mail for Exchange - Get help & give feedback here
 
Hi all,

looks like PR1.1 is finally here, I hope at least few mentioned here bugs should be fixed now :) Sorry that I'm not answering any questions (almost), it's an extremely busy time for us (making some features etc.). Plus, I'm a bit ill. :(

Quote:

Originally Posted by otto (Post 1119930)
MFE error "can't connect" disappeared after applying pr1.1 update...

Great! Than it was a known bug :)

Quote:

Originally Posted by TTFJE (Post 1120012)
Can you specify the change that he made on the server?

I believe there is no need in a workaround for this issue after PR1.1 update.

arkanoid 2011-11-09 12:09

Re: N9/N950 Email/Mail for Exchange - Get help & give feedback here
 
..i think it is time to admit that Google is, technicaly speaking, not exactly "microsoft exchange" even if we use exchange API, move calendar/contact sync to "google" account from MfE and apply implementation-specific workarounds.

ranto 2011-11-09 12:44

Re: N9/N950 Email/Mail for Exchange - Get help & give feedback here
 
I have been using PR1.1 for one day now: no MfE sync problems anymore. Great. N9 works now as expected - meaning great.

raytfer 2011-11-10 18:00

Re: N9/N950 Email/Mail for Exchange - Get help & give feedback here
 
Once I tried to send a large attachment and the email stuck in my outbox. Finally I found out that my attachment is too large and the email client doesn't inform anything about it.

I think the email client lack some progress indicator for sending email (especially when sending large email).

Other than that, quite a nice experience! :D

deadmalc 2011-11-10 20:03

Re: N9/N950 Email/Mail for Exchange - Get help & give feedback here
 
Quote:

Originally Posted by oprocopio (Post 1113958)
Solved!

If you have a folder named: something like "sent" (Sent, sent-items, zz_Sent) then it doesn't function.

Maybe the application tries to save the mail in this folder but something goes wrong.

I have read somewhere that the mail application use "burl" and this function isn't implemented in a lot of imap servers.

So I deleted my mail account on the device (you HAVE to delete the account)...renamed "Sent" to "Zent"...re-created the account on the device...now I can send mails.

That's really strange!

No that is un-believable!
Seems any folder with sent in it causes it to go mad!
A HUGE thanks for that!

noetus 2011-11-10 20:21

Re: N9/N950 Email/Mail for Exchange - Get help & give feedback here
 
Quote:

Originally Posted by Sergey_Kashin (Post 1115856)
Are you sure that server does not require it [Non-provisionable device unchecked]? There shouldn't be any problems with this setting. Did you checked the activesync logs? What kind of error do you have?

It took me a bit of time to come back to this issue because I stopped using N9's MfE client for syncing email - it was being just way too troublesome.

But I got my own N9 (was testing with wife's before) and now there is a new firmware, and I decided to test again. And I can categorically confirm (a) that it won't sync at all with the server - permanently seems to 'hang' with endless sync that syncs nothing, and no sync activity on server - and that it immediately works if I UNCHECK 'Non-provisionable device' - without rebooting the device or doing anything else. I can also categorically confirm that the server DOES NOT require provisioning - I know this because I use my N900 to sync email with the very same server, and the very same account, and the N900 of course does not support provisioning. Also, the server is nuevasync.com, and they explicitly say that provisioning is not required.

So I will repeat: on at least TWO 64GB N9s that I have tried, NEITHER will sync AT ALL when the device is set to non-provisioning with the service I use. And this has NOT been addressed with the latest firmware.

If you would like me to check logs, I am happy to do that, but I do not know where they are. And please note that David Boreman at Nuevasync.com knows about this issue and I am in active communication with him trying to troubleshoot the N9's syncing on their servers.

r0gu 2011-11-11 00:20

Re: N9/N950 Email/Mail for Exchange - Get help & give feedback here
 
After PR1.1 my gmail (the Google account) stopped syncing. I have tried to disable the account and start using it again. Didn't help. Any ideas what to try next?

My IMAP account does not sync either. It also behaves in a bit strange way since it thinks the default folder is the "sent messages" (or whatever it is in English). Of course I can "star" my Inbox, but it's not the same thing.

I have also tried MfE for Gmail. It seems to work like a charm. Especially syncing works contrary to gmail and IMAP. However, I do not understand why there is no possibility to sync messages older than two weeks. Personally, I use Inbox also as a some kind of a to-do list. The messages that require some kind of action from my side I leave in the Inbox. Therefore some of the messages I have there might be quite old. And because of this reason I would like to see all my messages in the Inbox.


All times are GMT. The time now is 23:02.

vBulletin® Version 3.8.8