hi, everybody . . .
after a little research, and spurred by that pile of stuff that wanted to be autoremoved, i went ahead last night and changed my sources.list to reflect Ubuntu-16.04-LTS and Preliminary Stable and did apt-get update and apt-get dist-upgrade. (ubuntu has traditionally supported LTS-to-LTS upgrades, which makes sense.) and so far, fingers crossed, everything is working.
now comes the part that largely sparked all this upgrade frenzy (though the gemini project has figured in, too, this is now about my desktop machine): getting kmail to work with protonmail. i seem to have all the pieces installed. but there are some configuration issues that i cannot sort -- i simply don't know that much about the mechanics of email.
i have the beta of the protonmail bridge, which is alleged to allow use of a local mail client in linux rather than being tied to protonmail's admittedly very nice webmail. the only configuration example they give, though, is thunderbird. might someone who knows mail well look through here and give me a sense of the analogs in kmail? most of it i can sort out, but such as the "IMAP exception" confounds me, as does where i'm supposed to tell kmail about 127.0.0.1:1143 and 127.0.0.1:1025. i know the numbers after the colons are the port, but no idea about the 127.0.0.1. there are a couple of other things that also puzzle me. the instructions, for thunderbird, are here:
https://protonmail.com/bridge/thunderbird#1
that failing, does anyone know of a good way to export vast kmail message archives to thunderbird?
dep
Sent with [ProtonMail](https://protonmail.com/) Secure Email. Because privacy matters.
In the future try doing the following it is a better process and minimizes potential issues.
apt-get update apt-get upgrade -d apt-get dist-upgrade -d apt-get upgrade apt-get dist-upgrade
On Thu, May 17, 2018 at 10:54 AM, dep dep@drippingwithirony.com wrote:
hi, everybody . . .
after a little research, and spurred by that pile of stuff that wanted to be autoremoved, i went ahead last night and changed my sources.list to reflect Ubuntu-16.04-LTS and Preliminary Stable and did apt-get update and apt-get dist-upgrade. (ubuntu has traditionally supported LTS-to-LTS upgrades, which makes sense.) and so far, fingers crossed, everything is working.
now comes the part that largely sparked all this upgrade frenzy (though the gemini project has figured in, too, this is now about my desktop machine): getting kmail to work with protonmail. i seem to have all the pieces installed. but there are some configuration issues that i cannot sort -- i simply don't know that much about the mechanics of email.
i have the beta of the protonmail bridge, which is alleged to allow use of a local mail client in linux rather than being tied to protonmail's admittedly very nice webmail. the only configuration example they give, though, is thunderbird. might someone who knows mail well look through here and give me a sense of the analogs in kmail? most of it i can sort out, but such as the "IMAP exception" confounds me, as does where i'm supposed to tell kmail about 127.0.0.1:1143 and 127.0.0.1:1025. i know the numbers after the colons are the port, but no idea about the 127.0.0.1. there are a couple of other things that also puzzle me. the instructions, for thunderbird, are here:
https://protonmail.com/bridge/thunderbird#1
that failing, does anyone know of a good way to export vast kmail message archives to thunderbird?
dep
Sent with ProtonMail https://protonmail.com/ Secure Email. Because privacy matters.
Am Donnerstag 17 Mai 2018 schrieb dep:
hi, everybody . . .
after a little research, and spurred by that pile of stuff that wanted to be autoremoved, i went ahead last night and changed my sources.list to reflect Ubuntu-16.04-LTS and Preliminary Stable and did apt-get update and apt-get dist-upgrade. (ubuntu has traditionally supported LTS-to-LTS upgrades, which makes sense.) and so far, fingers crossed, everything is working.
now comes the part that largely sparked all this upgrade frenzy (though the gemini project has figured in, too, this is now about my desktop machine): getting kmail to work with protonmail. i seem to have all the pieces installed. but there are some configuration issues that i cannot sort -- i simply don't know that much about the mechanics of email.
i have the beta of the protonmail bridge, which is alleged to allow use of a local mail client in linux rather than being tied to protonmail's admittedly very nice webmail. the only configuration example they give, though, is thunderbird. might someone who knows mail well look through here and give me a sense of the analogs in kmail? most of it i can sort out, but such as the "IMAP exception" confounds me, as does where i'm supposed to tell kmail about 127.0.0.1:1143 and 127.0.0.1:1025. i know the numbers after the colons are the port, but no idea about the 127.0.0.1.
127.0.0.1 = localhost
Could it be that on those ports the protonmail bridge is communicated with?!
Stefan
On May 17, 2018 11:17 AM, Stefan Krusche linux@stefan-krusche.de wrote:
127.0.0.1 = localhost
so kmail assumes this?
Could it be that on those ports the protonmail bridge is communicated with?!
i rather figured as much -- it was 127.0.0.1 i was most puzzled about.
Am Donnerstag 17 Mai 2018 schrieb dep:
On May 17, 2018 11:17 AM, Stefan Krusche linux@stefan-krusche.de wrote:
127.0.0.1 = localhost
so kmail assumes this?
by definition on every unix-like system, AFAIK
dep wrote:
127.0.0.1 = localhost
so kmail assumes this?
Could it be that on those ports the protonmail bridge is communicated with?!
i rather figured as much -- it was 127.0.0.1 i was most puzzled about.
kmail does not assume anything. It uses a configuration file, where you provide the host and the port. In the case/example you provide 127.0.0.1, which is always the localhost address. It means that proton bridge is using a server to listen to this IP and port. So in theory it should work if you configure your kmail account like in the example. The two different ports are for sending and receiving. I assume the bridge is making all the enc/deryption transparent to whatever mail client you use.
regards