Description: When I fill out the form to connect with the IMAP server (SMTP the same) LibreOffice is not able to connect to the provider's server. Even after setting up an App-Password with the provider, Yahoo!, it is impossible to log in their server. Steps to Reproduce: 1. Options → LibreOffice Writer → Serial e-mail 2. Setting up SMTP and IMAP, adding e-mail address and password. 3. Testing Actual Results: No success. Expected Results: Should connect and make me able to send serial e-mails. Reproducible: Always User Profile Reset: No Additional Info: LibreOffice konnte keine Verbindung zum Postausgangsserver herstellen. Bitte überprüfen Sie die Netzwerkeinstellungen Ihres Systems und die Einstellungen in LibreOffice. Überprüfen Sie den Servernamen, den Port und die Sicherheitseinstellungen. -- <class 'imaplib.IMAP4.abort'>: socket error: EOF, traceback follows File "/opt/libreoffice7.5/program/mailmerge.py", line 304, in connect self.server = imaplib.IMAP4(server, port) File "/opt/libreoffice7.5/program/python-core-3.8.16/lib/imaplib.py", line 201, in __init__ self._connect() File "/opt/libreoffice7.5/program/python-core-3.8.16/lib/imaplib.py", line 243, in _connect self.welcome = self._get_response() File "/opt/libreoffice7.5/program/python-core-3.8.16/lib/imaplib.py", line 1050, in _get_response resp = self._get_line() File "/opt/libreoffice7.5/program/python-core-3.8.16/lib/imaplib.py", line 1160, in _get_line raise self.abort('socket error: EOF')
Yes, doesn't work Version: 7.6.0.0.alpha0+ (X86_64) / LibreOffice Community Build ID: b5c3a7502f7ff6ccf0f829c1f3a2ba50b8584c41 CPU threads: 4; OS: Windows 10.0 Build 19045; UI render: Skia/Raster; VCL: win Locale: en-US (de_DE); UI: en-GB Calc: CL threaded
I updated LibreOffice to version 7.5.2.2 at Debian Linux, still the same issue.
I can also see a very long hang (several minutes) followed by the same error message in: Version: 7.5.2.2 (X86_64) / LibreOffice Community Build ID: 53bb9681a964705cf672590721dbc85eb4d0c3a2 CPU threads: 8; OS: Linux 5.15; UI render: default; VCL: gtk3 Locale: en-AU (en_AU.UTF-8); UI: en-US Calc: threaded Using settings: - Outgoing Email Server (SMTP only) - Port 465 or 587 - Use secure connection - Server authentication - The outgoing mail server requires authentication - The outgoing mail server uses the same authentication - Port 143 or 993 (always reverts back to 993) - Type IMAP (using options listed for LibreOffice accounts, listed on https://wiki.documentfoundation.org/Website/MailAccounts) Even if the settings are wrong, LO should not hang for that long without any feedback. At the very least, the Test Settings dialog should pop up, with some indication that a test is in progress and the option to stop. Justin, what do you think?
Dear Strawberry Fields, To make sure we're focusing on the bugs that affect our users today, LibreOffice QA is asking bug reporters and confirmers to retest open, confirmed bugs which have not been touched for over a year. There have been thousands of bug fixes and commits since anyone checked on this bug report. During that time, it's possible that the bug has been fixed, or the details of the problem have changed. We'd really appreciate your help in getting confirmation that the bug is still present. If you have time, please do the following: Test to see if the bug is still present with the latest version of LibreOffice from https://www.libreoffice.org/download/ If the bug is present, please leave a comment that includes the information from Help - About LibreOffice. If the bug is NOT present, please set the bug's Status field to RESOLVED-WORKSFORME and leave a comment that includes the information from Help - About LibreOffice. Please DO NOT Update the version field Reply via email (please reply directly on the bug tracker) Set the bug's Status field to RESOLVED - FIXED (this status has a particular meaning that is not appropriate in this case) If you want to do more to help you can test to see if your issue is a REGRESSION. To do so: 1. Download and install oldest version of LibreOffice (usually 3.3 unless your bug pertains to a feature added after 3.3) from https://downloadarchive.documentfoundation.org/libreoffice/old/ 2. Test your bug 3. Leave a comment with your results. 4a. If the bug was present with 3.3 - set version to 'inherited from OOo'; 4b. If the bug was not present in 3.3 - add 'regression' to keyword Feel free to come ask questions or to say hello in our QA chat: https://web.libera.chat/?settings=#libreoffice-qa Thank you for helping us make LibreOffice even better for everyone! Warm Regards, QA Team MassPing-UntouchedBug
Still present in Version: 25.8.0.0.alpha0+ (X86_64) / LibreOffice Community Build ID: ddc3cf99a47cb76e1386783df782e4852a19307a CPU threads: 12; OS: Windows 11 X86_64 (build 22631); UI render: Skia/Vulkan; VCL: win Locale: de-DE (de_DE); UI: en-GB Calc: CL threaded Result LibreOfficeDev could not connect to the outgoing mail server. Check your system's settings and the settings in LibreOfficeDev. Check the server name, the port and the secure connections settings -- <class 'poplib.error_proto'>: -ERR EOF, traceback follows File "C:\Program Files\LibreOfficeDev 25\program\mailmerge.py", line 469, in connect self.server = poplib.POP3(server, port, timeout=tout) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "C:\Program Files\LibreOfficeDev 25\program\python-core-3.11.12\lib\poplib.py", line 107, in __init__ self.welcome = self._getresp() ^^^^^^^^^^^^^^^ File "C:\Program Files\LibreOfficeDev 25\program\python-core-3.11.12\lib\poplib.py", line 154, in _getresp resp, o = self._getline() ^^^^^^^^^^^^^^^ File "C:\Program Files\LibreOfficeDev 25\program\python-core-3.11.12\lib\poplib.py", line 138, in _getline if not line: raise error_proto('-ERR EOF') ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^