rajveer
|
2012-11-07
, 02:27
|
Posts: 42 |
Thanked: 14 times |
Joined on Oct 2009
|
#71
|
|
2012-11-07
, 07:36
|
Posts: 27 |
Thanked: 11 times |
Joined on May 2012
|
#72
|
|
2012-11-07
, 07:42
|
Moderator |
Posts: 6,215 |
Thanked: 6,400 times |
Joined on Nov 2011
|
#73
|
In what version of MeMailSettings can I find those 2 fields? I can't choose option "Edit Settings", only "Email Settings" and "Edit Folders". The contextual button (under-right) always lets mee choose the "about" screen.
Tonight I'll try an old version as rajveer suggests. I hope it works.
|
2012-11-07
, 11:12
|
Posts: 27 |
Thanked: 11 times |
Joined on May 2012
|
#74
|
|
2012-11-07
, 11:43
|
Posts: 73 |
Thanked: 44 times |
Joined on May 2012
@ Pakistan
|
#75
|
|
2012-12-10
, 19:16
|
|
Posts: 184 |
Thanked: 327 times |
Joined on Oct 2011
@ Nizhny Novgorod
|
#76
|
Use the latest version when you open it you have easy tweak mode, edit settings and edit folders...
Click on edit settings, choose your MfE Hotmail account then navigate to email_mime set to TRUE then navigate to email/email_mime set to TRUE...click on set from the context menu after you change the value of each field...Re-sync and it should all work
Button { id: settingsButton text: qsTr("Edit Settings") onClicked(): { pageStack.push(Qt.resolvedUrl("AccountsPage.qml"), { nextPageName: "SettingsListPage.qml" , showOnlyMfE: false }) } }
The Following 2 Users Say Thank You to Sergey_Kashin For This Useful Post: | ||
|
2012-12-23
, 08:30
|
|
Posts: 184 |
Thanked: 327 times |
Joined on Oct 2011
@ Nizhny Novgorod
|
#77
|
|
2012-12-23
, 08:52
|
Moderator |
Posts: 6,215 |
Thanked: 6,400 times |
Joined on Nov 2011
|
#78
|
I just realized, that in Easy tweak mode I'm already changing 'email_mime' setting (check out the source code). So, if it is not working, than something else is changed on the server side (ohh, that Hotmail...).
The Following User Says Thank You to thedead1440 For This Useful Post: | ||
|
2012-12-23
, 09:14
|
|
Posts: 184 |
Thanked: 327 times |
Joined on Oct 2011
@ Nizhny Novgorod
|
#79
|
For some reason Sergey when Easy Tweak enables MIME support you can go back into Edit Settings mode and see only 'email_mime' is set to TRUE while 'email/email_mime' doesn't change from FALSE hence the issue (although the source shows it does change both )...Setting both of these to TRUE manually does the job just fine... Hotmail still haven't been able to beat you
|
2012-12-29
, 19:30
|
Posts: 47 |
Thanked: 16 times |
Joined on Jul 2012
|
#80
|
For some reason Sergey when Easy Tweak enables MIME support you can go back into Edit Settings mode and see only 'email_mime' is set to TRUE while 'email/email_mime' doesn't change from FALSE hence the issue (although the source shows it does change both )...Setting both of these to TRUE manually does the job just fine... Hotmail still haven't been able to beat you