<?xml version="1.0" encoding="utf-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: email mailmerge</title>
	<atom:link href="http://blogs.linux.ie/caolan/2005/07/05/email-mailmerge/feed/" rel="self" type="application/rss+xml" />
	<link>http://blogs.linux.ie/caolan/2005/07/05/email-mailmerge/</link>
	<description>babblings!</description>
	<lastBuildDate>Thu, 27 Oct 2011 12:28:47 +0100</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.4</generator>
	<item>
		<title>By: Peter</title>
		<link>http://blogs.linux.ie/caolan/2005/07/05/email-mailmerge/comment-page-1/#comment-10771</link>
		<dc:creator>Peter</dc:creator>
		<pubDate>Mon, 11 Sep 2006 11:21:43 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.linux.ie/caolan/2005/07/05/email-mailmerge/#comment-10771</guid>
		<description>Would it be a big effort to implement a python script for SMTP generally?
The com.sun.star.mail.MailServiceProvider isn&#039;t really supported in StarBasic, see
http://www.oooforum.org/forum/viewtopic.phtml?t=42500

Peter</description>
		<content:encoded><![CDATA[<p>Would it be a big effort to implement a python script for SMTP generally?<br />
The com.sun.star.mail.MailServiceProvider isn&#8217;t really supported in StarBasic, see<br />
<a href="http://www.oooforum.org/forum/viewtopic.phtml?t=42500" rel="nofollow">http://www.oooforum.org/forum/viewtopic.phtml?t=42500</a></p>
<p>Peter</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: caolan</title>
		<link>http://blogs.linux.ie/caolan/2005/07/05/email-mailmerge/comment-page-1/#comment-2898</link>
		<dc:creator>caolan</dc:creator>
		<pubDate>Thu, 29 Jun 2006 11:43:48 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.linux.ie/caolan/2005/07/05/email-mailmerge/#comment-2898</guid>
		<description>Please don&#039;t submit bugreports to the comment area :-) Please submit them to qa.openoffice.org, feel free to cc cmc@openoffice.org (me also) on those reports though</description>
		<content:encoded><![CDATA[<p>Please don&#8217;t submit bugreports to the comment area <img src='http://blogs.linux.ie/caolan/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' />  Please submit them to qa.openoffice.org, feel free to cc <a href="mailto:cmc@openoffice.org">cmc@openoffice.org</a> (me also) on those reports though</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Craig</title>
		<link>http://blogs.linux.ie/caolan/2005/07/05/email-mailmerge/comment-page-1/#comment-2896</link>
		<dc:creator>Craig</dc:creator>
		<pubDate>Thu, 29 Jun 2006 11:32:50 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.linux.ie/caolan/2005/07/05/email-mailmerge/#comment-2896</guid>
		<description>I have tried mailmerge.py in OOo v2 and there is a bug when emailing to merge in the Biblio database names.  If the Author field contains an extended charset character, it generates an error if you choose Plain Text as the message format.  See below:
exceptions.UnicodeEncodeError: &#039;ascii&#039; codec can&#039;t encode character u&#039;\xf6&#039; in position 33: ordinal not in range(128), traceback follows
  File &quot;&quot;, line 183, in sendMailMessage
  File &quot;C:\Program Files\OpenOffice.org 2.0\program\python-core-2.3.4\lib\email\Message.py&quot;, line 130, in as_string
    g.flatten(self, unixfrom=unixfrom)
  File &quot;C:\Program Files\OpenOffice.org 2.0\program\python-core-2.3.4\lib\email\Generator.py&quot;, line 102, in flatten
    self._write(msg)
  File &quot;C:\Program Files\OpenOffice.org 2.0\program\python-core-2.3.4\lib\email\Generator.py&quot;, line 130, in _write
    self._dispatch(msg)
  File &quot;C:\Program Files\OpenOffice.org 2.0\program\python-core-2.3.4\lib\email\Generator.py&quot;, line 156, in _dispatch
    meth(msg)
  File &quot;C:\Program Files\OpenOffice.org 2.0\program\python-core-2.3.4\lib\email\Generator.py&quot;, line 202, in _handle_text
    self._fp.write(payload)

Funny - it doesn&#039;t look as if it is using your code so the bug might have nothing to do with you...</description>
		<content:encoded><![CDATA[<p>I have tried mailmerge.py in OOo v2 and there is a bug when emailing to merge in the Biblio database names.  If the Author field contains an extended charset character, it generates an error if you choose Plain Text as the message format.  See below:<br />
exceptions.UnicodeEncodeError: &#8216;ascii&#8217; codec can&#8217;t encode character u&#8217;\xf6&#8242; in position 33: ordinal not in range(128), traceback follows<br />
  File &#8220;&#8221;, line 183, in sendMailMessage<br />
  File &#8220;C:\Program Files\OpenOffice.org 2.0\program\python-core-2.3.4\lib\email\Message.py&#8221;, line 130, in as_string<br />
    g.flatten(self, unixfrom=unixfrom)<br />
  File &#8220;C:\Program Files\OpenOffice.org 2.0\program\python-core-2.3.4\lib\email\Generator.py&#8221;, line 102, in flatten<br />
    self._write(msg)<br />
  File &#8220;C:\Program Files\OpenOffice.org 2.0\program\python-core-2.3.4\lib\email\Generator.py&#8221;, line 130, in _write<br />
    self._dispatch(msg)<br />
  File &#8220;C:\Program Files\OpenOffice.org 2.0\program\python-core-2.3.4\lib\email\Generator.py&#8221;, line 156, in _dispatch<br />
    meth(msg)<br />
  File &#8220;C:\Program Files\OpenOffice.org 2.0\program\python-core-2.3.4\lib\email\Generator.py&#8221;, line 202, in _handle_text<br />
    self._fp.write(payload)</p>
<p>Funny &#8211; it doesn&#8217;t look as if it is using your code so the bug might have nothing to do with you&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Excidium</title>
		<link>http://blogs.linux.ie/caolan/2005/07/05/email-mailmerge/comment-page-1/#comment-2551</link>
		<dc:creator>Excidium</dc:creator>
		<pubDate>Wed, 31 May 2006 11:27:57 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.linux.ie/caolan/2005/07/05/email-mailmerge/#comment-2551</guid>
		<description>Marc. Your&#039;re looking in the wrong folder. There is more than one copy of that file in, at least on in the open office folder and one (windows) in the &quot;C:\Documents and Settings\My Username\Application Data\OpenOffice.org2\user\registry\data\org\openoffice\Office\Writer.xcu&quot; folder.</description>
		<content:encoded><![CDATA[<p>Marc. Your&#8217;re looking in the wrong folder. There is more than one copy of that file in, at least on in the open office folder and one (windows) in the &#8220;C:\Documents and Settings\My Username\Application Data\OpenOffice.org2\user\registry\data\org\openoffice\Office\Writer.xcu&#8221; folder.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Marc</title>
		<link>http://blogs.linux.ie/caolan/2005/07/05/email-mailmerge/comment-page-1/#comment-1100</link>
		<dc:creator>Marc</dc:creator>
		<pubDate>Fri, 31 Mar 2006 03:08:34 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.linux.ie/caolan/2005/07/05/email-mailmerge/#comment-1100</guid>
		<description>I attempted to follow the instructions, but I don&#039;t seem to have the &quot;EMailSupported&quot; property in my Writer.xcu.  Can anyone tell me what node to hang it off of? (or better yet, post an email merge-functional Writer.xcu?)

Thanks!</description>
		<content:encoded><![CDATA[<p>I attempted to follow the instructions, but I don&#8217;t seem to have the &#8220;EMailSupported&#8221; property in my Writer.xcu.  Can anyone tell me what node to hang it off of? (or better yet, post an email merge-functional Writer.xcu?)</p>
<p>Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Marc</title>
		<link>http://blogs.linux.ie/caolan/2005/07/05/email-mailmerge/comment-page-1/#comment-1099</link>
		<dc:creator>Marc</dc:creator>
		<pubDate>Thu, 30 Mar 2006 04:28:59 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.linux.ie/caolan/2005/07/05/email-mailmerge/#comment-1099</guid>
		<description>I don&#039;t seem to have the &quot;EMailSupported&quot; property in my Writer.xcu.  Can anyone tell me what node to hang it off of?

Thanks!</description>
		<content:encoded><![CDATA[<p>I don&#8217;t seem to have the &#8220;EMailSupported&#8221; property in my Writer.xcu.  Can anyone tell me what node to hang it off of?</p>
<p>Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nam Vo</title>
		<link>http://blogs.linux.ie/caolan/2005/07/05/email-mailmerge/comment-page-1/#comment-881</link>
		<dc:creator>Nam Vo</dc:creator>
		<pubDate>Fri, 02 Dec 2005 04:47:35 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.linux.ie/caolan/2005/07/05/email-mailmerge/#comment-881</guid>
		<description>i installed mailmerge follow the instruction http://internet.cybermesa.com/~aaron_w/OOo_email_merge/OOo_email_merge.html . It works fine when execute mailmerge to email in OpenOffice 2.0. But When i use API for execute mailmerge in VB.NET program. It doesn&#039;t work correctly, at the first time, when i do that, i work fine, but later it sometimes sends email but it almost doesn&#039;t delivers to the correct email address, although the execute method of mailmerge return True.

Could someone figure out how to fix that.

Thank you very much.

namvo</description>
		<content:encoded><![CDATA[<p>i installed mailmerge follow the instruction <a href="http://internet.cybermesa.com/~aaron_w/OOo_email_merge/OOo_email_merge.html" rel="nofollow">http://internet.cybermesa.com/~aaron_w/OOo_email_merge/OOo_email_merge.html</a> . It works fine when execute mailmerge to email in OpenOffice 2.0. But When i use API for execute mailmerge in VB.NET program. It doesn&#8217;t work correctly, at the first time, when i do that, i work fine, but later it sometimes sends email but it almost doesn&#8217;t delivers to the correct email address, although the execute method of mailmerge return True.</p>
<p>Could someone figure out how to fix that.</p>
<p>Thank you very much.</p>
<p>namvo</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Craig</title>
		<link>http://blogs.linux.ie/caolan/2005/07/05/email-mailmerge/comment-page-1/#comment-876</link>
		<dc:creator>Craig</dc:creator>
		<pubDate>Fri, 11 Nov 2005 18:53:53 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.linux.ie/caolan/2005/07/05/email-mailmerge/#comment-876</guid>
		<description>I got this to work also using aaron_w&#039;s notes and comments; however, it appears to fail when there is a badly formed smtp address in the addresses table.  It seems to then be impossible to resume the sending.  I can provide the details to someone if they would be helpful in making a further fix.</description>
		<content:encoded><![CDATA[<p>I got this to work also using aaron_w&#8217;s notes and comments; however, it appears to fail when there is a badly formed smtp address in the addresses table.  It seems to then be impossible to resume the sending.  I can provide the details to someone if they would be helpful in making a further fix.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John C</title>
		<link>http://blogs.linux.ie/caolan/2005/07/05/email-mailmerge/comment-page-1/#comment-869</link>
		<dc:creator>John C</dc:creator>
		<pubDate>Mon, 07 Nov 2005 20:15:19 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.linux.ie/caolan/2005/07/05/email-mailmerge/#comment-869</guid>
		<description>Do you still need to have JavaMail installed for this to work?  I have followed Aaron W&#039;s doc, but no luck.

John</description>
		<content:encoded><![CDATA[<p>Do you still need to have JavaMail installed for this to work?  I have followed Aaron W&#8217;s doc, but no luck.</p>
<p>John</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: aaron w</title>
		<link>http://blogs.linux.ie/caolan/2005/07/05/email-mailmerge/comment-page-1/#comment-867</link>
		<dc:creator>aaron w</dc:creator>
		<pubDate>Thu, 03 Nov 2005 06:37:30 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.linux.ie/caolan/2005/07/05/email-mailmerge/#comment-867</guid>
		<description>do these comments work?  I can&#039;t get mine to show -</description>
		<content:encoded><![CDATA[<p>do these comments work?  I can&#8217;t get mine to show -</p>
]]></content:encoded>
	</item>
</channel>
</rss>

