Bug 59062 - Failure on connexion for e-mailing
Summary: Failure on connexion for e-mailing
Status: RESOLVED DUPLICATE of bug 59249
Alias: None
Product: LibreOffice
Classification: Unclassified
Component: Writer (show other bugs)
Version:
(earliest affected)
4.0.0.0.beta1
Hardware: x86 (IA32) Windows (All)
: medium normal
Assignee: Not Assigned
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-01-05 18:00 UTC by ribotb
Modified: 2013-01-14 19:59 UTC (History)
2 users (show)

See Also:
Crash report or crash signature:


Attachments
settings and error message (49.16 KB, application/zip)
2013-01-05 18:00 UTC, ribotb
Details

Note You need to log in before you can comment on or make changes to this bug.
Description ribotb 2013-01-05 18:00:06 UTC
Created attachment 72554 [details]
settings and error message

With exactly same settings used in LO 3.6.4.3, LOdev can't connect to smtp server. 
Attachment : a zip containing
- LO 3.6.4 settings
- LoDev 4.0b1 settings
- error message

Regards
Bernard Ribot
Comment 1 Jacques Guilleron 2013-01-05 23:45:35 UTC
Same behaviour with Lo 3.6.4 which work, and failure with LO 4.0.0.0.beta 2.

Regards

Jacques Guilleron
Comment 2 Jean-Baptiste Faure 2013-01-06 09:19:12 UTC
No crash for me but an error message:
LibreOffice n'a pas pu se connecter au serveur de courrier sortant. Vérifiez vos paramètres système et les paramètres de LibreOffice. Vérifiez le nom du serveur, le port et les paramètres des connexions sécurisées
---
<class 'AttributeError'>: 'bytes' object has no attribute 'encode', traceback follows
  /home/jbf/LibO/master/solver/unxlngx6.pro/installation/opt/program/python-core-3.3.0/lib/smtplib.py:623 in function login() ["%s %s" % (AUTH_LOGIN, encode_base64(user.encode('ascii'), eol='')))]
  /home/jbf/LibO/master/solver/unxlngx6.pro/installation/opt/program/mailmerge.py:107 in function connect() [self.server.login(user, password)]

Tested with Version 4.0.0.0.beta2+ (Build ID: a31f703366b89abcb8cda1321163c596fc8e556) under Ubuntu 12.04 x86-64

Best regards. JBF
Comment 3 ribotb 2013-01-06 10:35:21 UTC
Sorry, "crash" is not the appropriate term.

Bernard Ribot
Comment 4 Jean-Baptiste Faure 2013-01-06 10:48:27 UTC
(In reply to comment #3)
> Sorry, "crash" is not the appropriate term.

Ok, changed the summary accordingly.

Thank you.
JBF
Comment 5 Julien Nabet 2013-01-06 15:51:15 UTC
On pc Debian x86-64 with master sources updated today, I've got this:
LibreOffice could not connect to the outgoing mail server. Check your system's settings and the settings in LibreOffice. Check the server name, the port and the secure connections settings
--
<class 'smtplib.SMTPException'>: SMTP AUTH extension not supported by server., traceback follows
  /home/julien/compile-libreoffice/libo/solver/unxlngx6/installation/opt/program/python-core-3.3.0/lib/smtplib.py:594 in function login() [raise SMTPException("SMTP AUTH extension not supported by server.")]
  /home/julien/compile-libreoffice/libo/solver/unxlngx6/installation/opt/program/mailmerge.py:107 in function connect() [self.server.login(user, password)]

On 3.6, it's ok.

I use an SMTP without authentification (since I use the box provided by my provider to connect)
Comment 6 Jean-Baptiste Faure 2013-01-14 19:59:23 UTC
Work to fix this bug is related in bug 59249.

Best regards. JBF

*** This bug has been marked as a duplicate of bug 59249 ***