Merge lp:~mardy/account-plugins/lp1245381 into lp:account-plugins

Proposed by Alberto Mardegan
Status: Merged
Approved by: Alberto Mardegan
Approved revision: 129
Merged at revision: 129
Proposed branch: lp:~mardy/account-plugins/lp1245381
Merge into: lp:account-plugins
Diff against target: 12 lines (+1/-1)
1 file modified
data/providers/windows-live.provider.in.in (+1/-1)
To merge this branch: bzr merge lp:~mardy/account-plugins/lp1245381
Reviewer Review Type Date Requested Status
PS Jenkins bot (community) continuous-integration Approve
Ken VanDine Approve
Review via email: mp+195208@code.launchpad.net

Commit message

Live: add IMAP access to scopes list

This will be used by EDS.

Description of the change

Live: add IMAP access to scopes list

This will be used by EDS.

To post a comment you must log in.
Revision history for this message
Ken VanDine (ken-vandine) :
review: Approve
Revision history for this message
PS Jenkins bot (ps-jenkins) wrote :
review: Approve (continuous-integration)

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'data/providers/windows-live.provider.in.in'
2--- data/providers/windows-live.provider.in.in 2013-02-25 06:25:34 +0000
3+++ data/providers/windows-live.provider.in.in 2013-11-14 11:43:32 +0000
4@@ -17,7 +17,7 @@
5 <setting name="TokenPath">/oauth20_token.srf</setting>
6 <setting name="RedirectUri">https://login.live.com/oauth20_desktop.srf</setting>
7 <setting name="ResponseType">code</setting>
8- <setting name="Scope" type="as">['wl.messenger','wl.offline_access','wl.emails']</setting>
9+ <setting name="Scope" type="as">['wl.messenger','wl.offline_access','wl.emails', 'wl.imap']</setting>
10 <setting name="ClientId">@WINDOWS_LIVE_CLIENT_ID@</setting>
11 </group>
12 </group>

Subscribers

People subscribed via source and target branches