Thunderbird is a great email client but I don't trust it when it comes to calendars and contacts. Syncing with CalDAV/CardDAV or Google Calendar/Contacts has always been problematic and apparently this is the very first version where you can edit single entries of an recurring calendar event. This does not help in building confidence in Thunderbird as a PIM.
Thunderbird 60.0 release
41–50 of 57 posts
Re: Thunderbird 60.0 release
#42Update: found here - http://forums.mozillazine.org/viewtopic.php?f=29&t=3039509
Re: Thunderbird 60.0 release
#43I currently have Thunderbird installed from apt but pinned to an ancient version that allows Lightning (the calendar tool) to work. (Newer versions broke Lightning on Linux, although I can't recall the failure mode.) Maybe I'll try out Thunderbird 60 on my work computer to see if it works better now... It's funny, I actually only use Thunderbird for its calendar these days, not for email.
I vaguely recall a point when Lightning wasn't working but that has been aaaaaaaages. It has been working fine for years on Linux.
Re: Thunderbird 60.0 release
#44Earlier quoted context omitted.
IMAP authentication is done within SSL, so you'd have to start with an SSL MITM to be able to access the password login anyways. If you're scared about people having access to that, there are quite a few password authentication schemes baked into IMAP that don't leak your password over the network (SCRAM-SHA-256, anybody?). That said, all IMAP servers in practice implement only plaintext auth, or maybe NTLM and Kerbe…
Or a brute-force attack guesses your app password. One of the major benefits of TOTP is that you have only a certain time window (usually, 30 seconds) to guess a password before the thing you're trying to guess changes and you have to start over. With HOTP, you only get one guess before the goalposts move. The downside is that it's more vulnerable to DoS attacks when configured that way. An app password has no brute-…
Re: Thunderbird 60.0 release
#45Earlier quoted context omitted.
IMAP authentication is done within SSL, so you'd have to start with an SSL MITM to be able to access the password login anyways. If you're scared about people having access to that, there are quite a few password authentication schemes baked into IMAP that don't leak your password over the network (SCRAM-SHA-256, anybody?). That said, all IMAP servers in practice implement only plaintext auth, or maybe NTLM and Kerbe…
Or a brute-force attack guesses your app password. One of the major benefits of TOTP is that you have only a certain time window (usually, 30 seconds) to guess a password before the thing you're trying to guess changes and you have to start over. With HOTP, you only get one guess before the goalposts move. The downside is that it's more vulnerable to DoS attacks when configured that way. An app password has no brute-…
This is, again, wrong. Guessing a 6-digit number will take, on average, 500,000 tries; if the answer changes with each guess, it will take only twice as much (same as when picking random guesses instead of iterating through all possibilities in order).
In fact, you might as well try "000,000" over and over every said 30 seconds, and your guess will eventually be correct after about the above-mentioned 500,000 tries.
Re: Thunderbird 60.0 release
#46Which is a shame, I much prefer Thunderbird to Kmail UI wise, but when processing thousands of messages (deleting, moving, filtering, etc) it slows to a crawl then freezes. Kmail stays responsive.
This on 16 core 32 GB machine. But it doesn't look like the cores are used very effectively by TB as opposed to Kmail.
For normal usage though it's great. Maybe the next release will focus on performance optimization, in particular multicore.
Re: Thunderbird 60.0 release
#47I was hoping that Thunderbird would become a unified desktop equivalent of Mail/Calendar/ToDo of the apps we have on the mobile that can handle all the major providers (exchange, gmail, icloud, yahoo, pop, imap, etc...). But it doesn't support a good chunk of these, which makes it difficult to adopt in my life.
Re: Thunderbird 60.0 release
#48Something overlooked, but which I have a lot of respect for is properly incrementing version numbers. It's rare to see semantic versioning properly work. Good job TB team.
What do you mean? Doesn't the jump go from 52 to 60?
Re: Thunderbird 60.0 release
#49Earlier quoted context omitted.
Or a brute-force attack guesses your app password. One of the major benefits of TOTP is that you have only a certain time window (usually, 30 seconds) to guess a password before the thing you're trying to guess changes and you have to start over. With HOTP, you only get one guess before the goalposts move. The downside is that it's more vulnerable to DoS attacks when configured that way. An app password has no brute-…
> One of the major benefits of TOTP is that you have only a certain time window (usually, 30 seconds) to guess a password before the thing you're trying to guess changes and you have to start over. This is, again, wrong. Guessing a 6-digit number will take, on average, 500,000 tries; if the answer changes with each guess, it will take only twice as much (same as when picking random guesses instead of iterating throug…
If the OTP "000000" is correct with 50% probability after 500,000 attempts, you've just increased the number of attacks necessary to brute-force a password against a live server by (conservatively) 50,000,000%.