Showing questions tagged:

Can't get android email to work for pop3 account on Samsung A57 after copying my settings from Thunderbird desktop

I am a senior who has no desire to be in clouds, social media, etc. I have been using Thunderbird email on my laptop for about a year and a half now. Thank you for allo… (Máis información)

I am a senior who has no desire to be in clouds, social media, etc. I have been using Thunderbird email on my laptop for about a year and a half now. Thank you for allowing me to keep my pop3 account, I have been very happy. I just want to have email on my phone because I like to get notice of email but I like to delete it and collect it on my laptop because it remains on the server. I periodically access the laptop and do all banking, etc. from there. Completely old school with local storage. Everything I have looked up said that I could still keep my pop3 account on my phone. I have a new Samsung A57 that I am trying to set up. The old phone had Outlook but it is locked out so I have to start from scratch. I thought I would rather do that with you than the others that seem to be taking all of our personal data over and leaving us no choice in how we would like to work. Your assistance would be greatly appreciated. Thank you

Open 1 10

Successful OAuth2 login doesn't auto-return to Thunderbird Android; app remains logged in as if in browser

Hello everyone, Summary: I am trying to set up my gmail account on my new phone, but after (what appears to be) successfully logging in, the Thunderbird for Android appli… (Máis información)

Hello everyone,

Summary: I am trying to set up my gmail account on my new phone, but after (what appears to be) successfully logging in, the Thunderbird for Android application does not pull me back out of gmail. Instead, I remain logged in to my gmail account as if in a browser. As you can see from my photos, it takes me to the point where I am truly into my gmail inbox, but I am checking it as if in some sort of outdated browser and not as if in Thunderbird. I am stuck; sitting in my gmail account, logged in; able to view email, check and change account settings, even get onto other parts of my google account. Unfortunately, I cannot find a way to get back out of my gmail account that returns me to the Thunderbird for Android accounts setup process with a successfully login to gmail. I end up having to hit exit or to close the app, which causes the account setup to fail.

Expected Behavior: Open the Thunderbird for Android App. Setup new account (gmail which produces an automatically detected OAuth 2.0 method). Give login credentials, gain access to gmail, and then be auto-redirected back to accounts setup process in Thunderbird for Android with full IMAP + SMTP access to my gmail.

Problematic Behavior: Same as above, except I am stuck as if in browser mode. When I exit and thus am returned back to the accounts setup page, I receive a failed notice (see photo). Immediately afterward, I tried to setup an account for the same gmail address on an old android phone and successfully logged in as expected. How do I get back to the main accounts dialog with a success?

Notes: The new phone is a linux-based phone (Furilabs FLX1s) on which I have found Android apps to function without hiccup. It seems like In fact, the Thunderbird for Android app itself seems to function fine. It doesn't crash. It allows me to navigate through the app menus flawlessly.


Thanks for the help!

Open 5 48

cambio pwd account mail certificata su smartphone

Buongiorno ho cambiato la password della mail certificata ma non riesco a modificarla anche sullo smartphone sul quale gestisco la posta tramite l'app tunderbird .come de… (Máis información)

Buongiorno ho cambiato la password della mail certificata ma non riesco a modificarla anche sullo smartphone sul quale gestisco la posta tramite l'app tunderbird .come devoprocedere?

Open 1 20

Twc email not loading

Trying to add twc email to this email manager first said UN /pw not correct , finally changed password still not going thrgoogle states change email charter area to mail.… (Máis información)

Trying to add twc email to this email manager first said UN /pw not correct , finally changed password still not going thrgoogle states change email charter area to mail.twc.com still won't go thru. Twc is my main email so if it won't load up I'll have to use something else what else can I do? Thanks Lora

Open 75

Changing from POP to IMAP with existing e-mail name (locked duplicate)

I use the same e-mail address on my desktop and my Samsung android phone. I was told to change my desktop e-mail from POP3 to IMAP which I did and then told by the Thund… (Máis información)

I use the same e-mail address on my desktop and my Samsung android phone. I was told to change my desktop e-mail from POP3 to IMAP which I did and then told by the Thunderbird desktop forum to change also my phone settings from POP3 to IMAP. I was told in order to do that I needed to create a new account first and then delete the old account.

However, when I go into server settings and I put in my e-mail address from my desktop, it states "e-mail address already in use". Clearly I do not want to create a new e-mail address - just use the same e-mail address that is on my desktop so that I can access e-mails on my phone that appear on my desktop. Help please!

Bloqueado Arquivado 6 223

Yahoo Account in Thunberbird

Greetings, For some reason, my TB client has a conflict with my ISP provider with TB and my personal Yahoo account. When I try to authenticate my personal Yahoo account, … (Máis información)

Greetings,

For some reason, my TB client has a conflict with my ISP provider with TB and my personal Yahoo account. When I try to authenticate my personal Yahoo account, the authentication box pops up in TB, but it points to my ISP Yahoo account with the login instead of my private Yahoo account login. I have deleted my ISP Yahoo account. Everything was fine last year; now, today, I can't authenticate my private Yahoo account in the Authentication box (screenshot below). It's not giving my personal Yahoo account security. It's giving my ISP provider login, it's Rogers.

Any clues as to why?

Regards, Marko

Resolto 1 137

Command error 12 with adding Outlook account to Thunderbird

Would love if someone could please help me with this. It worked perfectly fine adding one Outlook account but this one for some reason just isn't working. It'll bring me … (Máis información)

Would love if someone could please help me with this. It worked perfectly fine adding one Outlook account but this one for some reason just isn't working. It'll bring me to the Outlook sign in to give permissions then throws the error (attached image)

Resolto 2 248

local autodiscover configuration is not trusted

Hi, I host a autodiscover config (config-v1.1.xml) on my local mailserver, when I want to add my local mail account to thunderbird it sees the configuration, but throws … (Máis información)

Hi,

I host a autodiscover config (config-v1.1.xml) on my local mailserver, when I want to add my local mail account to thunderbird it sees the configuration, but throws an error:

Configuration found This configuration is not trusted.

I host a local CA, and have imported the CA root certificate into the android certificate store. But I don't think this is the problem, because Thunderbird doesn't connect to my imap server prior to throwing the error. (this is working, I can browse the local link without any certificate warning)

This is my config-v1.1.xml:

<clientConfig version="1.1">

 <emailProvider id="home.arpa">
   <domain>home.arpa</domain>
   <displayName>Local email server</displayName>
   <displayShortName>local-server</displayShortName>
   <incomingServer type="imap">
     <hostname>mail.home.arpa</hostname>
     <port>993</port>
     <socketType>SSL</socketType>
     <authentication>password-cleartext</authentication>
     <username>%EMAILADDRESS%</username>
   </incomingServer>
   <outgoingServer type="smtp">
     <hostname>mail.home.arpa</hostname>
     <port>465</port>
     <socketType>SSL</socketType>
     <authentication>password-cleartext</authentication>
     <username>%EMAILADDRESS%</username>
   </outgoingServer>
 </emailProvider>

</clientConfig>


I've tried changing "authentication" to other methods, but this doesn't seem to matter.

Any Idea?

Open 1 79