maildev@lists.thunderbird.net

Thunderbird email developers

View all threads

User privacy warning about CLIENTID new feature on 68.0

GH
Guillaume Hourdier Mostacero
Thu, Jul 4, 2019 5:05 PM

Hello all,

I don't know where exactly I should warn about the below point. I hope
this is the best place.

I was looking at the new set of features
https://www.thunderbird.net/en-US/thunderbird/68.0beta/releasenotes/
integrated for the next major release 68.0 and I saw an implementation
for the new SMTP/IMAP command named "CLIENTID". After googling this I
couldn't seek a lot of informations except this page :
https://github.com/k9mail/k-9/pull/4023 which is the implementation
proposal for the K9mail SMTP/IMAP client. It seems this feature consists
to give the server a unique machine ID, something like an account UUID
or phone IMEI. Reading the discussion further, it appears that KDE
community refused the patch after considering its usefulness and user
privacy risks.

Then I searched more and come to the RFC
https://tools.ietf.org/html/draft-storey-smtp-client-id-06 of this
command which was created by the same company (linuxMagic/magicMail)
than the one which proposed patches to K9mail and Thunderbird (this
patch
https://hg.mozilla.org/comm-central/rev/e52fa180949cfe4f74737c5e9767a2299e045399)
communities... The last post on the github page upper points out that
this company may not have the user privacy as priority.

Despite I'm note an expert on email technologies, I really take care of
my privacy on internet. I would be worried that my prefered email client
integrates a spy in its code. Can you please have a deep look into this
implementation/RFC (at least at the github link upper) and verify the
benefit of this integration ? Thank you so much.

I take the opportunity to thank all Thunderbird developpers. I use
Thunderbird since 13 years and I always have been grateful for this SW
which I couldn't stop using. I'm also sorry for my poor english. Have a
nice day all !

Best regards,
Guillaume

Hello all, I don't know where exactly I should warn about the below point. I hope this is the best place. I was looking at the new set of features <https://www.thunderbird.net/en-US/thunderbird/68.0beta/releasenotes/> integrated for the next major release 68.0 and I saw an implementation for the new SMTP/IMAP command named "CLIENTID". After googling this I couldn't seek a lot of informations except this page : https://github.com/k9mail/k-9/pull/4023 which is the implementation proposal for the K9mail SMTP/IMAP client. It seems this feature consists to give the server a unique machine ID, something like an account UUID or phone IMEI. Reading the discussion further, it appears that KDE community refused the patch after considering its usefulness and user privacy risks. Then I searched more and come to the RFC <https://tools.ietf.org/html/draft-storey-smtp-client-id-06> of this command which was created by the same company (linuxMagic/magicMail) than the one which proposed patches to K9mail and Thunderbird (this patch <https://hg.mozilla.org/comm-central/rev/e52fa180949cfe4f74737c5e9767a2299e045399>) communities... The last post on the github page upper points out that this company may not have the user privacy as priority. Despite I'm note an expert on email technologies, I really take care of my privacy on internet. I would be worried that my prefered email client integrates a spy in its code. Can you please have a deep look into this implementation/RFC (at least at the github link upper) and verify the benefit of this integration ? Thank you so much. I take the opportunity to thank all Thunderbird developpers. I use Thunderbird since 13 years and I always have been grateful for this SW which I couldn't stop using. I'm also sorry for my poor english. Have a nice day all ! Best regards, Guillaume
JK
Jörg Knobloch
Fri, Jul 5, 2019 10:13 PM

On 04/07/2019 19:05, Guillaume Hourdier Mostacero via Maildev wrote:

I was looking at the new set of features integrated for the next major release 68.0 and I saw an implementation for the new SMTP/IMAP command named "CLIENTID". After googling this I couldn't seek a lot of informations except this page : https://github.com/k9mail/k-9/pull/4023 which is the implementation proposal for the K9mail SMTP/IMAP client. It seems this feature consists to give the server a unique machine ID, something like an account UUID or phone IMEI. Reading the discussion further, it appears that KDE community refused the patch after considering its usefulness and user privacy risks.

Then I searched more and come to the RFC of this command which was created by the same company (linuxMagic/magicMail) than the one which proposed patches to K9mail and Thunderbird (this patch) communities... The last post on the github page upper points out that this company may not have the user privacy as priority.

Despite I'm note an expert on email technologies, I really take care of my privacy on internet. I would be worried that my prefered email client integrates a spy in its code. Can you please have a deep look into this implementation/RFC (at least at the github link upper) and verify the benefit of this integration ? Thank you so much.

Thanks for writing, you've come to the exact right place, the official mailing list of Thunderbird's Engineering Steering Committee.

Can you please outline your privacy concern in detail.

Looking briefly at https://github.com/k9mail/k-9/pull/4023, the main concern was that the phone's identifier, the IMEI, was going to be used as client ID. In the case of Thunderbird, a unique ID is generated and stored in a profile,
https://hg.mozilla.org/comm-central/rev/e52fa180949cfe4f74737c5e9767a2299e045399#l3.37
and then transmitted to the server. The server apparently has a web interface, where that ID can be "approved" as valid.

We were careful not to use the client's telemetry ID. The generated ID doesn't really identify anything. That said, if company X and company Y both operated mail servers and a user had accounts with both companies, if those companies shared the client ID data, they could identify the "shared" user. If that's a concern, we could allocate unique client IDs per account, not per profile.

Kind regards, Jörg.

A
ace
Fri, Jul 5, 2019 11:22 PM

Hi,
thanks Guillaume for exposing this misfeature that has crept into
Thunderbird.
I wasn't aware of this.

Yes, it seems in the current state Thunderbird generates a single
clientID for all IMAP accounts and even for all SMTP servers and sends
that same one to all servers that request it.

I don't know how a random string increases any security for the server.
Only if the string is something special defined by the server for the
particular user, that the user needs to submit back at each connection.
This is being discussed in bug 1532388 comment 156.

So I'd also say the clientID must be switched immediatelly to
per-account unique one as Jorg said and TB should have NO global default
value. And NO clientID must be submitted to any server unless the user
specificallly enables it and provides the value.

Of course best would be to just drop it out of Thunderbird, as I do not
understand why some 'feature' in draft proposal state of a
never-heard-of server needs to be supported by Thunderbird immediatelly
and compromise the privacy of unsuspecting users.
Yes, user having more accounts on the same server (or multiple servers
having the same server software with clientID requirements) is a
problem, the clientID of TB having the fixed string of "TB-UUID" is a
problem (it reveals the application, if that already isn't done in other
ways)

aceman

Dňa 6. 7. 2019 o 0:13 Jörg Knobloch napísal(a):

On 04/07/2019 19:05, Guillaume Hourdier Mostacero via Maildev wrote:
Looking briefly at https://github.com/k9mail/k-9/pull/4023, the main
concern was that the phone's identifier, the IMEI, was going to be used
as client ID. In the case of Thunderbird, a unique ID is generated and
stored in a profile,
https://hg.mozilla.org/comm-central/rev/e52fa180949cfe4f74737c5e9767a2299e045399#l3.37
and then transmitted to the server. The server apparently has a web
interface, where that ID can be "approved" as valid.

We were careful not to use the client's telemetry ID. The generated ID
doesn't really identify anything. That said, if company X and company Y
both operated mail servers and a user had accounts with both companies,
if those companies shared the client ID data, they could identify the
"shared" user. If that's a concern, we could allocate unique client IDs
per account, not per profile.

Kind regards, Jörg.

Hi, thanks Guillaume for exposing this misfeature that has crept into Thunderbird. I wasn't aware of this. Yes, it seems in the current state Thunderbird generates a single clientID for all IMAP accounts and even for all SMTP servers and sends that same one to all servers that request it. I don't know how a random string increases any security for the server. Only if the string is something special defined by the server for the particular user, that the user needs to submit back at each connection. This is being discussed in bug 1532388 comment 156. So I'd also say the clientID must be switched immediatelly to per-account unique one as Jorg said and TB should have NO global default value. And NO clientID must be submitted to any server unless the user specificallly enables it and provides the value. Of course best would be to just drop it out of Thunderbird, as I do not understand why some 'feature' in draft proposal state of a never-heard-of server needs to be supported by Thunderbird immediatelly and compromise the privacy of unsuspecting users. Yes, user having more accounts on the same server (or multiple servers having the same server software with clientID requirements) is a problem, the clientID of TB having the fixed string of "TB-UUID" is a problem (it reveals the application, if that already isn't done in other ways) aceman Dňa 6. 7. 2019 o 0:13 Jörg Knobloch napísal(a): > On 04/07/2019 19:05, Guillaume Hourdier Mostacero via Maildev wrote: > Looking briefly at https://github.com/k9mail/k-9/pull/4023, the main > concern was that the phone's identifier, the IMEI, was going to be used > as client ID. In the case of Thunderbird, a unique ID is generated and > stored in a profile, > https://hg.mozilla.org/comm-central/rev/e52fa180949cfe4f74737c5e9767a2299e045399#l3.37 > and then transmitted to the server. The server apparently has a web > interface, where that ID can be "approved" as valid. > > We were careful not to use the client's telemetry ID. The generated ID > doesn't really identify anything. That said, if company X and company Y > both operated mail servers and a user had accounts with both companies, > if those companies shared the client ID data, they could identify the > "shared" user. If that's a concern, we could allocate unique client IDs > per account, not per profile. > > Kind regards, Jörg.
JK
Jörg Knobloch
Sat, Jul 6, 2019 6:00 AM

On 06/07/2019 01:22, ace wrote:

Of course best would be to just drop it out of Thunderbird, as I do not
understand why some 'feature' in draft proposal state of a
never-heard-of server needs to be supported by Thunderbird immediatelly
and compromise the privacy of unsuspecting users.
Yes, user having more accounts on the same server (or multiple servers
having the same server software with clientID requirements) is a
problem, the clientID of TB having the fixed string of "TB-UUID" is a
problem (it reveals the application, if that already isn't done in other
ways)

Since the patch are pure additions of code, it can be removed within 10
minutes, even from TB 68 beta 5 which we'll shipping next week.

Just note: https://bugzilla.mozilla.org/show_bug.cgi?id=1532388#c5

Jörg.

On 06/07/2019 01:22, ace wrote: > Of course best would be to just drop it out of Thunderbird, as I do not > understand why some 'feature' in draft proposal state of a > never-heard-of server needs to be supported by Thunderbird immediatelly > and compromise the privacy of unsuspecting users. > Yes, user having more accounts on the same server (or multiple servers > having the same server software with clientID requirements) is a > problem, the clientID of TB having the fixed string of "TB-UUID" is a > problem (it reveals the application, if that already isn't done in other > ways) Since the patch are pure additions of code, it can be removed within 10 minutes, even from TB 68 beta 5 which we'll shipping next week. Just note: https://bugzilla.mozilla.org/show_bug.cgi?id=1532388#c5 Jörg.
GH
Guillaume Hourdier Mostacero
Sat, Jul 6, 2019 8:05 AM

Hello Jörg, all,

Thank you for considering my email and for the quick answers.

I'm sorry, I can't tell you more about the privacy problem in details.
Since an other email client community didn't choose to integrate this
feature because of user privacy concerns, I felt as Ace, "I do not
understand why some 'feature' in draft proposal state of a
never-heard-of server needs to be supported by Thunderbird immediatelly
and compromise the privacy of unsuspecting users". So I wanted to get up
a warning flag to the Thunderbird team, just in case you didn't think
about this point. And so you can evaluate the situation to be sure that
this feature deserves integration in Thunderbird.

I trust you all to discuss the point and take the right decision, you
are so much skilled than me on these technologies ! I just can thank you
very much for that and keep continue donating !

Have a nice week-end !

BR,
Guillaume

Le 06/07/2019 à 08:00, Jörg Knobloch a écrit :

On 06/07/2019 01:22, ace wrote:

Of course best would be to just drop it out of Thunderbird, as I do not
understand why some 'feature' in draft proposal state of a
never-heard-of server needs to be supported by Thunderbird immediatelly
and compromise the privacy of unsuspecting users.
Yes, user having more accounts on the same server (or multiple servers
having the same server software with clientID requirements) is a
problem, the clientID of TB having the fixed string of "TB-UUID" is a
problem (it reveals the application, if that already isn't done in other
ways)

Since the patch are pure additions of code, it can be removed within
10 minutes, even from TB 68 beta 5 which we'll shipping next week.

Just note: https://bugzilla.mozilla.org/show_bug.cgi?id=1532388#c5

Jörg.

Hello Jörg, all, Thank you for considering my email and for the quick answers. I'm sorry, I can't tell you more about the privacy problem in details. Since an other email client community didn't choose to integrate this feature because of user privacy concerns, I felt as Ace, "I do not understand why some 'feature' in draft proposal state of a never-heard-of server needs to be supported by Thunderbird immediatelly and compromise the privacy of unsuspecting users". So I wanted to get up a warning flag to the Thunderbird team, just in case you didn't think about this point. And so you can evaluate the situation to be sure that this feature deserves integration in Thunderbird. I trust you all to discuss the point and take the right decision, you are so much skilled than me on these technologies ! I just can thank you very much for that and keep continue donating ! Have a nice week-end ! BR, Guillaume Le 06/07/2019 à 08:00, Jörg Knobloch a écrit : > On 06/07/2019 01:22, ace wrote: >> Of course best would be to just drop it out of Thunderbird, as I do not >> understand why some 'feature' in draft proposal state of a >> never-heard-of server needs to be supported by Thunderbird immediatelly >> and compromise the privacy of unsuspecting users. >> Yes, user having more accounts on the same server (or multiple servers >> having the same server software with clientID requirements) is a >> problem, the clientID of TB having the fixed string of "TB-UUID" is a >> problem (it reveals the application, if that already isn't done in other >> ways) > > Since the patch are pure additions of code, it can be removed within > 10 minutes, even from TB 68 beta 5 which we'll shipping next week. > > Just note: https://bugzilla.mozilla.org/show_bug.cgi?id=1532388#c5 > > Jörg. >
I
ISHIKAWA,chiaki
Sun, Jul 7, 2019 2:55 PM

On 2019/07/06 15:00, Jörg Knobloch wrote:

On 06/07/2019 01:22, ace wrote:

Of course best would be to just drop it out of Thunderbird, as I do not
understand why some 'feature' in draft proposal state of a
never-heard-of server needs to be supported by Thunderbird immediatelly
and compromise the privacy of unsuspecting users.
Yes, user having more accounts on the same server (or multiple servers
having the same server software with clientID requirements) is a
problem, the clientID of TB having the fixed string of "TB-UUID" is a
problem (it reveals the application, if that already isn't done in other
ways)

Since the patch are pure additions of code, it can be removed within
10 minutes, even from TB 68 beta 5 which we'll shipping next week.

Just note: https://bugzilla.mozilla.org/show_bug.cgi?id=1532388#c5

Jörg.

Why don't we simply drop it then?

I don't believe this is necessary for majority imap/pop3 servers, correct?

Chiaki

PS: Im Japan, there is a scandal of a large convenience store chain
which has introduced a QRcode payment system, of a sort, using
smartphone since July 1st.
It was hacked from day 1 and already about a 900 users' accounts and a
half a million dollars were reported to be stolen. The company has
scrambled to limit the operation by stopping in charging/topping the
account from credit  card any more.

From the press conference a couple of days ago, we have learned that
the president of the company did not know about "two stage"
authentication, and the VIP of IT let the system be released when a
change of password, etc. will be notified to OTHER e-mail address,
different from the one originally registered by the user, etc. Dream of
crackers.
(Remember there is no two stage authentication!)
I can't believe what I read, but it is for real.

It is a mess and I have feeling that this company, the operator of 7-11
is not on top of security and less concerned with user security and privacy.

I hope TB stays away from any suspicion of such user privacy/security
problems if it can afford to.
The particular feature is not part of any IETF mail protocol document,
if I am not mistaken.
So my initial reaction much thinking is above.
Remove it immediately. Just a thought. I hope more will chime in to
discuss this issue.

On 2019/07/06 15:00, Jörg Knobloch wrote: > On 06/07/2019 01:22, ace wrote: >> Of course best would be to just drop it out of Thunderbird, as I do not >> understand why some 'feature' in draft proposal state of a >> never-heard-of server needs to be supported by Thunderbird immediatelly >> and compromise the privacy of unsuspecting users. >> Yes, user having more accounts on the same server (or multiple servers >> having the same server software with clientID requirements) is a >> problem, the clientID of TB having the fixed string of "TB-UUID" is a >> problem (it reveals the application, if that already isn't done in other >> ways) > > Since the patch are pure additions of code, it can be removed within > 10 minutes, even from TB 68 beta 5 which we'll shipping next week. > > Just note: https://bugzilla.mozilla.org/show_bug.cgi?id=1532388#c5 > > Jörg. Why don't we simply drop it then? I don't believe this is necessary for majority imap/pop3 servers, correct? Chiaki PS: Im Japan, there is a scandal of a large convenience store chain which has introduced a QRcode payment system, of a sort, using smartphone since July 1st. It was hacked from day 1 and already about a 900 users' accounts and a half a million dollars were reported to be stolen. The company has scrambled to limit the operation by stopping in charging/topping the account from credit  card any more. From the press conference a couple of days ago, we have learned that the president of the company did not know about "two stage" authentication, and the VIP of IT let the system be released when a change of password, etc. will be notified to OTHER e-mail address, different from the one originally registered by the user, etc. Dream of crackers. (Remember there is no two stage authentication!) I can't believe what I read, but it is for real. It is a mess and I have feeling that this company, the operator of 7-11 is not on top of security and less concerned with user security and privacy. I hope TB stays away from any suspicion of such user privacy/security problems if it can afford to. The particular feature is not part of any IETF mail protocol document, if I am not mistaken. So my initial reaction much thinking is above. Remove it immediately. Just a thought. I hope more will chime in to discuss this issue.
PK
Philipp Kewisch
Sun, Jul 7, 2019 6:34 PM

I am in favor of removing this, or at least disabling it by default. A unique id is still something that can be used for tracking a single installation over different geographic locations, even if it is not personal information.

Philipp

On 7. Jul 2019, at 4:55 PM, ISHIKAWA,chiaki ishikawa@yk.rim.or.jp wrote:

On 2019/07/06 15:00, Jörg Knobloch wrote:

On 06/07/2019 01:22, ace wrote:
Of course best would be to just drop it out of Thunderbird, as I do not
understand why some 'feature' in draft proposal state of a
never-heard-of server needs to be supported by Thunderbird immediatelly
and compromise the privacy of unsuspecting users.
Yes, user having more accounts on the same server (or multiple servers
having the same server software with clientID requirements) is a
problem, the clientID of TB having the fixed string of "TB-UUID" is a
problem (it reveals the application, if that already isn't done in other
ways)

Since the patch are pure additions of code, it can be removed within 10 minutes, even from TB 68 beta 5 which we'll shipping next week.

Just note: https://bugzilla.mozilla.org/show_bug.cgi?id=1532388#c5

Jörg.

Why don't we simply drop it then?

I don't believe this is necessary for majority imap/pop3 servers, correct?

Chiaki

PS: Im Japan, there is a scandal of a large convenience store chain which has introduced a QRcode payment system, of a sort, using smartphone since July 1st.
It was hacked from day 1 and already about a 900 users' accounts and a half a million dollars were reported to be stolen. The company has scrambled to limit the operation by stopping in charging/topping the account from credit  card any more.

From the press conference a couple of days ago, we have learned that the president of the company did not know about "two stage" authentication, and the VIP of IT let the system be released when a change of password, etc. will be notified to OTHER e-mail address, different from the one originally registered by the user, etc. Dream of crackers.
(Remember there is no two stage authentication!)
I can't believe what I read, but it is for real.

It is a mess and I have feeling that this company, the operator of 7-11 is not on top of security and less concerned with user security and privacy.

I hope TB stays away from any suspicion of such user privacy/security problems if it can afford to.
The particular feature is not part of any IETF mail protocol document, if I am not mistaken.
So my initial reaction much thinking is above.
Remove it immediately. Just a thought. I hope more will chime in to discuss this issue.


Maildev mailing list
Maildev@lists.thunderbird.net
http://lists.thunderbird.net/mailman/listinfo/maildev_lists.thunderbird.net

I am in favor of removing this, or at least disabling it by default. A unique id is still something that can be used for tracking a single installation over different geographic locations, even if it is not personal information. Philipp > On 7. Jul 2019, at 4:55 PM, ISHIKAWA,chiaki <ishikawa@yk.rim.or.jp> wrote: > >> On 2019/07/06 15:00, Jörg Knobloch wrote: >>> On 06/07/2019 01:22, ace wrote: >>> Of course best would be to just drop it out of Thunderbird, as I do not >>> understand why some 'feature' in draft proposal state of a >>> never-heard-of server needs to be supported by Thunderbird immediatelly >>> and compromise the privacy of unsuspecting users. >>> Yes, user having more accounts on the same server (or multiple servers >>> having the same server software with clientID requirements) is a >>> problem, the clientID of TB having the fixed string of "TB-UUID" is a >>> problem (it reveals the application, if that already isn't done in other >>> ways) >> >> Since the patch are pure additions of code, it can be removed within 10 minutes, even from TB 68 beta 5 which we'll shipping next week. >> >> Just note: https://bugzilla.mozilla.org/show_bug.cgi?id=1532388#c5 >> >> Jörg. > > > Why don't we simply drop it then? > > I don't believe this is necessary for majority imap/pop3 servers, correct? > > Chiaki > > PS: Im Japan, there is a scandal of a large convenience store chain which has introduced a QRcode payment system, of a sort, using smartphone since July 1st. > It was hacked from day 1 and already about a 900 users' accounts and a half a million dollars were reported to be stolen. The company has scrambled to limit the operation by stopping in charging/topping the account from credit card any more. > > From the press conference a couple of days ago, we have learned that the president of the company did not know about "two stage" authentication, and the VIP of IT let the system be released when a change of password, etc. will be notified to OTHER e-mail address, different from the one originally registered by the user, etc. Dream of crackers. > (Remember there is no two stage authentication!) > I can't believe what I read, but it is for real. > > It is a mess and I have feeling that this company, the operator of 7-11 is not on top of security and less concerned with user security and privacy. > > I hope TB stays away from any suspicion of such user privacy/security problems if it can afford to. > The particular feature is not part of any IETF mail protocol document, if I am not mistaken. > So my initial reaction much thinking is above. > Remove it immediately. Just a thought. I hope more will chime in to discuss this issue. > > > > > _______________________________________________ > Maildev mailing list > Maildev@lists.thunderbird.net > http://lists.thunderbird.net/mailman/listinfo/maildev_lists.thunderbird.net
JK
Jörg Knobloch
Sun, Jul 7, 2019 7:51 PM

On 07/07/2019 20:34, Philipp Kewisch wrote:

I am in favor of removing this, or at least disabling it by default. A unique id is still something that can be used for tracking a single installation over different geographic locations, even if it is not personal information.

Perhaps we should at least wait for a word from the inventors of the
client ID.

This is an additional authentication method. The servers are already
contacted by the client and the client identifies itself to the server
with user ID and password. So the mail provider can already track the
location of their customers based on the requests coming in.

Client ID is just another security measure where only certain clients
are allowed to authenticate via username and password. Even if someone
steals username and password, they still can't authenticate since they
still need to have a valid client ID. It's a bit like Google's
app-specific passwords.

To use the phone's IMEI as client ID is not a good idea, that's mostly
why K9 rejected the patch.

The only privacy concern here is that if a user has two accounts with
the same provider operating from the same profile in TB, the provider
can identify this. Or as I wrote earlier, if two providers share that
information, they can identify the common customer.

I'm happy to pull it out from beta 5 and ESR if we come to a decision
this week. I'm not prepared to work on a patch that would a) allocate
different IDs to different accounts, or b) hide the whole thing behind
an option. The original patch authors would need to do that.

Jörg.

On 07/07/2019 20:34, Philipp Kewisch wrote: > I am in favor of removing this, or at least disabling it by default. A unique id is still something that can be used for tracking a single installation over different geographic locations, even if it is not personal information. Perhaps we should at least wait for a word from the inventors of the client ID. This is an additional authentication method. The servers are already contacted by the client and the client identifies itself to the server with user ID and password. So the mail provider can already track the location of their customers based on the requests coming in. Client ID is just another security measure where only certain clients are allowed to authenticate via username and password. Even if someone steals username and password, they still can't authenticate since they still need to have a valid client ID. It's a bit like Google's app-specific passwords. To use the phone's IMEI as client ID is not a good idea, that's mostly why K9 rejected the patch. The only privacy concern here is that if a user has two accounts with the same provider operating from the same profile in TB, the provider can identify this. Or as I wrote earlier, if two providers share that information, they can identify the common customer. I'm happy to pull it out from beta 5 and ESR if we come to a decision this week. I'm not prepared to work on a patch that would a) allocate different IDs to different accounts, or b) hide the whole thing behind an option. The original patch authors would need to do that. Jörg.
MR
Mark Rousell
Sun, Jul 7, 2019 8:15 PM

On 07/07/2019 20:51, Jörg Knobloch wrote:

Perhaps we should at least wait for a word from the inventors of the
client ID.

[...]

I'm not prepared to work on a patch that would a) allocate different
IDs to different accounts, or b) hide the whole thing behind an
option. The original patch authors would need to do that.

Just pull it.

Unless and until this has an opt-in option (which crystal clear
explanation to the end user of its purpose and ramifications) and
per-account IDs it seems pretty obvious now that it has no legitimate
place in Thunderbird.

Why was there such a hurry to add it as a feature, anyway?

--
Mark Rousell

On 07/07/2019 20:51, Jörg Knobloch wrote: > Perhaps we should at least wait for a word from the inventors of the > client ID. [...] > I'm not prepared to work on a patch that would a) allocate different > IDs to different accounts, or b) hide the whole thing behind an > option. The original patch authors would need to do that. Just pull it. Unless and until this has an opt-in option (which crystal clear explanation to the end user of its purpose and ramifications) and per-account IDs it seems pretty obvious now that it has no legitimate place in Thunderbird. Why was there such a hurry to add it as a feature, anyway? -- Mark Rousell
JK
Jörg Knobloch
Sun, Jul 7, 2019 8:20 PM

Further reading:

https://blog.linuxmagic.com/2018/05/15/security-vs-privacy-an-argument-for-cid-authentication/

https://tools.ietf.org/html/draft-yu-imap-client-id-00 which says:

An IMAP server and or its operators SHOULD not share any CID information
presented with a third party as it may represent or be linked to an
individual and SHOULD never be shared in association with authentication
tokens.

Jörg.

Further reading: https://blog.linuxmagic.com/2018/05/15/security-vs-privacy-an-argument-for-cid-authentication/ https://tools.ietf.org/html/draft-yu-imap-client-id-00 which says: An IMAP server and or its operators SHOULD not share any CID information presented with a third party as it may represent or be linked to an individual and SHOULD never be shared in association with authentication tokens. Jörg.