Created attachment 103850 [details] Screen shots and system configuration text report Email settings are correct in preferences (points to /Applications/Mail). Oracle Java 1.8 is enabled/selected in Preferences/advanced Current behavior: When I choose "Send" (No matter which email choice I select), I get a dialog box saying: "An error occurred in sending the message. Possible errors could be a missing user account or a defective setup. Please check the LibreOffice settings or your e-mail program settings." Expected behavior: Email opens up (with the chosen content) so I can address it. -- Operating System: Mac OS X Version: 4.3.0.4 release
Greg: just for information, did it work with previous version or is it your first LO install?
No problem with previous versions sending email copies in assorted formats -- I used that feature 3-6 times a month. New behavior for this version. Current work-around is "save as" then set up an email and add the saved attachment. On Friday, August 1, 2014 11:03 PM, "bugzilla-daemon@freedesktop.org" <bugzilla-daemon@freedesktop.org> wrote: > > > >Julien Nabet changed bug 82038 > >What >Removed >Added >CC serval2412@yahoo.fr >See Also https://bugs.freedesktop.org/show_bug.cgi?id=43277 >Comment # 1 on bug 82038 from Julien Nabet >Greg: just for information, did it work with previous version or is it your first LO install? >________________________________ > You are receiving this mail because: > * You are on the CC list for the bug. > * You reported the bug. > >
With 4.3.0.4, I could reproduce this. I don't reproduce this with 4.2.6 -> regression but dup with 43277 *** This bug has been marked as a duplicate of bug 43277 ***
*** Bug 82389 has been marked as a duplicate of this bug. ***
Some gdb + adding some message in catch exception, I got this: component context fails to supply service 'com.sun.star.system.SimpleCommandMail' of type 'com.sun.star.system.XSimpleMailClientSupplier' from this part: 744 if ( ! xSimpleMailClientSupplier.is() ) 745 { 746 try { 747 xSimpleMailClientSupplier = SimpleCommandMail::create( xContext ); 748 } 749 catch ( const uno::Exception & ) 750 {} 751 } See http://opengrok.libreoffice.org/xref/core/sfx2/source/dialog/mailmodel.cxx#744
Stephan: This problem isn't present on Linux, any idea if it could be related with Uno part?
Created attachment 104382 [details] SimpleCommandMail.hpp generated with master sources
This apparently got broken with <http://cgit.freedesktop.org/libreoffice/core/commit/?id=ee39446353a7fd6ba28b6fcf915bc6c020f3bda6> "Why would we need GNOME and KDE scripts on OS X?" which (accidentally?) stopped building shell/Library_cmdmail.mk for MACOSX. Tor, can you have a look please?
Tor Lillqvist committed a patch related to this issue. It has been pushed to "master": http://cgit.freedesktop.org/libreoffice/core/commit/?id=a59e2d4f05679142f10950c15a78b952ef0aac9e fdo#82038: Make sending email from LO work again on OS X The patch should be included in the daily builds available at http://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More information about daily builds can be found at: http://wiki.documentfoundation.org/Testing_Daily_Builds Affected users are encouraged to test the fix and report feedback.
*** Bug 82443 has been marked as a duplicate of this bug. ***
*** Bug 82495 has been marked as a duplicate of this bug. ***
*** Bug 82819 has been marked as a duplicate of this bug. ***
Tor Lillqvist committed a patch related to this issue. It has been pushed to "libreoffice-4-3": http://cgit.freedesktop.org/libreoffice/core/commit/?id=5496d431f991ce9e8e0dc953d2cb1d40db899ee0&h=libreoffice-4-3 fdo#82038: Make sending email from LO work again on OS X It will be available in LibreOffice 4.3.2. The patch should be included in the daily builds available at http://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More information about daily builds can be found at: http://wiki.documentfoundation.org/Testing_Daily_Builds Affected users are encouraged to test the fix and report feedback.
Just downloaded and installed Version: 4.3.3.0.0+ Build ID: b3e96abc32623891a7147c9f8fa6477ffcddd643 Again (still?) "LibreOfficeDev was unable to find a working e-mail configuration. Please save this document locally instead and attach it from within your e-mail client."
In 4.3.2.2 on Mac OSX Yosemite too. Worked in previous version (4.1, as i remember).
Still in 4.3.3.2.
*** Bug 83105 has been marked as a duplicate of this bug. ***
Stephan Bergmann committed a patch related to this issue. It has been pushed to "master": http://cgit.freedesktop.org/libreoffice/core/commit/?id=f3f63f555df87449b2d2a33718589b3afb3d9ddf fdo#82038: senddoc, uri-encode got lost on Mac It will be available in 4.4.0. The patch should be included in the daily builds available at http://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More information about daily builds can be found at: http://wiki.documentfoundation.org/Testing_Daily_Builds Affected users are encouraged to test the fix and report feedback.
(In reply to Commit Notification from comment #18) > Stephan Bergmann committed a patch related to this issue. > It has been pushed to "master": > > http://cgit.freedesktop.org/libreoffice/core/commit/ > ?id=f3f63f555df87449b2d2a33718589b3afb3d9ddf > > fdo#82038: senddoc, uri-encode got lost on Mac > > It will be available in 4.4.0. requested backport to libreoffice-4-3 towards LO 4.3.4 at <https://gerrit.libreoffice.org/#/c/12289>
Verified: OSX 10.10 Version: 4.4.0.0.alpha2+ Build ID: bd15fb03dfc3a14b8f1f233080ec3084e0bf25be TinderBox: MacOSX-x86_64@49-TDF, Branch:master, Time: 2014-11-07_07:29:01 Thanks a lot Stephan, this was very annoying.
*** Bug 85752 has been marked as a duplicate of this bug. ***
Stephan Bergmann committed a patch related to this issue. It has been pushed to "libreoffice-4-3": http://cgit.freedesktop.org/libreoffice/core/commit/?id=cbf7cb4ab0c76932dd5e0db3958c163fac459114&h=libreoffice-4-3 fdo#82038: senddoc, uri-encode got lost on Mac It will be available in 4.3.4. The patch should be included in the daily builds available at http://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More information about daily builds can be found at: http://wiki.documentfoundation.org/Testing_Daily_Builds Affected users are encouraged to test the fix and report feedback.
(In reply to Commit Notification from comment #22) > Stephan Bergmann committed a patch related to this issue. > It has been pushed to "libreoffice-4-3": > > http://cgit.freedesktop.org/libreoffice/core/commit/ > ?id=cbf7cb4ab0c76932dd5e0db3958c163fac459114&h=libreoffice-4-3 > > fdo#82038: senddoc, uri-encode got lost on Mac > > It will be available in 4.3.4. ...should read "4.3.5" (bot bug). Backport to libreoffice-4-3-4 requested at <https://gerrit.libreoffice.org/#/c/12336/>.
Stephan Bergmann committed a patch related to this issue. It has been pushed to "libreoffice-4-3-4": http://cgit.freedesktop.org/libreoffice/core/commit/?id=3b928e097b61fbed0f6fd97d2755f1158091c9f6&h=libreoffice-4-3-4 fdo#82038: senddoc, uri-encode got lost on Mac It will be available in 4.3.4. The patch should be included in the daily builds available at http://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More information about daily builds can be found at: http://wiki.documentfoundation.org/Testing_Daily_Builds Affected users are encouraged to test the fix and report feedback.