Re: [Bulk] Re: claws-mail: stop using encrypt()

2015-04-09 Thread Kevin Chadwick
On Mon, 26 Jan 2015 13:30:23 + Kevin Chadwick wrote: > > > Sorry for that. > > > And yes I'm running claws with this diff and it reads and writes my old > > > config > > > file just fine, since Jan 4 now. > > > > Thanks, commited! > > Since I updated to the Jan 18th snapshot I have ha

Re: claws-mail: stop using encrypt()

2015-01-26 Thread Kevin Chadwick
On Mon, 12 Jan 2015 22:49:00 +0100 Landry Breuil wrote: > > Sorry for that. > > And yes I'm running claws with this diff and it reads and writes my old > > config > > file just fine, since Jan 4 now. > > Thanks, commited! Since I updated to the Jan 18th snapshot I have had the password field

Re: claws-mail: stop using encrypt()

2015-01-12 Thread Landry Breuil
On Mon, Jan 12, 2015 at 10:31:09PM +0100, Benjamin Baier wrote: > > > On Sun, 11 Jan 2015 23:00:15 +0100 > j...@wxcvbn.org (Jérémie Courrèges-Anglas) wrote: > > > Your diff does not apply cleanly, I guess that's why nobody replied > > (boo!). Did you test that the resulting format is actually b

Re: claws-mail: stop using encrypt()

2015-01-12 Thread Benjamin Baier
On Sun, 11 Jan 2015 23:00:15 +0100 j...@wxcvbn.org (Jérémie Courrèges-Anglas) wrote: > Your diff does not apply cleanly, I guess that's why nobody replied > (boo!). Did you test that the resulting format is actually backwards > compatible? Sorry for that. And yes I'm running claws with this di

Re: claws-mail: stop using encrypt()

2015-01-11 Thread Stuart Henderson
On 2015/01/11 23:00, Jérémie Courrèges-Anglas wrote: > Benjamin Baier writes: > > > On Tue, 30 Dec 2014 21:35:06 +0100 > > Daniel Jakots wrote: > > > >> On Wed, 17 Dec 2014 13:56:18 +, Stuart Henderson > >> wrote: > >> > >> > So an alternative diff below. It isn't particularly nice but doe

Re: claws-mail: stop using encrypt()

2015-01-11 Thread Jérémie Courrèges-Anglas
Benjamin Baier writes: > On Tue, 30 Dec 2014 21:35:06 +0100 > Daniel Jakots wrote: > >> On Wed, 17 Dec 2014 13:56:18 +, Stuart Henderson >> wrote: >> >> > So an alternative diff below. It isn't particularly nice but does >> > unbreak the port... Does anyone have a better idea? >> >> Hi, >

Re: claws-mail: stop using encrypt()

2015-01-04 Thread Benjamin Baier
On Tue, 30 Dec 2014 21:35:06 +0100 Daniel Jakots wrote: > On Wed, 17 Dec 2014 13:56:18 +, Stuart Henderson > wrote: > > > So an alternative diff below. It isn't particularly nice but does > > unbreak the port... Does anyone have a better idea? > > Hi, > > I'm a claws-mail user. Would the

Re: claws-mail: stop using encrypt()

2014-12-30 Thread Daniel Jakots
On Wed, 17 Dec 2014 13:56:18 +, Stuart Henderson wrote: > So an alternative diff below. It isn't particularly nice but does > unbreak the port... Does anyone have a better idea? Hi, I'm a claws-mail user. Would the test of the diff help? (looking for a way to unblock the situation :)) Chee

Re: claws-mail: stop using encrypt()

2014-12-18 Thread John Long
On Thu, Dec 18, 2014 at 02:09:24PM +, Stuart Henderson wrote: > On 2014/12/18 13:40, John Long wrote: > > On Thu, Dec 18, 2014 at 01:30:23PM +, Stuart Henderson wrote: > > > On 2014/12/18 12:38, Christian Weisgerber wrote: > > > > On 2014-12-17, Stuart Henderson wrote: > > > > > > > > > c

Re: claws-mail: stop using encrypt()

2014-12-18 Thread Christian Weisgerber
On 2014-12-18, Stuart Henderson wrote: > https://github.com/b4n/clawsmail-password-decrypter Should we bundle this with claws-mail? Would people who need it find the bundled script? -- Christian "naddy" Weisgerber na...@mips.inka.de

Re: claws-mail: stop using encrypt()

2014-12-18 Thread Christian Weisgerber
On 2014-12-18, Stuart Henderson wrote: >> Doesn't changing the obfuscation, including removing it, mean that >> a user's saved passwords are now lost? > > Yes. > > I suppose the other option would be to add the removed DES code as a > patch in the port.. Isn't this stuff available in libcrypto?

Re: claws-mail: stop using encrypt()

2014-12-18 Thread Stuart Henderson
On 2014/12/18 13:40, John Long wrote: > On Thu, Dec 18, 2014 at 01:30:23PM +, Stuart Henderson wrote: > > On 2014/12/18 12:38, Christian Weisgerber wrote: > > > On 2014-12-17, Stuart Henderson wrote: > > > > > > > claws-mail uses encrypt() for password obfuscation in the saved config > > > >

Re: claws-mail: stop using encrypt()

2014-12-18 Thread John Long
On Thu, Dec 18, 2014 at 01:30:23PM +, Stuart Henderson wrote: > On 2014/12/18 12:38, Christian Weisgerber wrote: > > On 2014-12-17, Stuart Henderson wrote: > > > > > claws-mail uses encrypt() for password obfuscation in the saved config > > > file (.claws-mail/accountrc), which was removed fr

Re: claws-mail: stop using encrypt()

2014-12-18 Thread Stuart Henderson
On 2014/12/18 12:38, Christian Weisgerber wrote: > On 2014-12-17, Stuart Henderson wrote: > > > claws-mail uses encrypt() for password obfuscation in the saved config > > file (.claws-mail/accountrc), which was removed from libc. > > > > So an alternative diff below. It isn't particularly nice bu

Re: claws-mail: stop using encrypt()

2014-12-18 Thread Christian Weisgerber
On 2014-12-17, Stuart Henderson wrote: > claws-mail uses encrypt() for password obfuscation in the saved config > file (.claws-mail/accountrc), which was removed from libc. > > So an alternative diff below. It isn't particularly nice but does > unbreak the port... Does anyone have a better idea?