<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>web development helpdesk &#187; MimeMessage</title>
	<atom:link href="http://helpdesk.objects.com.au/tag/mimemessage/feed" rel="self" type="application/rss+xml" />
	<link>http://helpdesk.objects.com.au</link>
	<description>objects quality - the visible difference</description>
	<lastBuildDate>Sun, 17 Jul 2011 12:27:36 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.4</generator>
		<item>
		<title>How to specify a custom Message-ID with Javamail</title>
		<link>http://helpdesk.objects.com.au/java/how-to-specify-a-custom-message-id-with-javamail?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=how-to-specify-a-custom-message-id-with-javamail</link>
		<comments>http://helpdesk.objects.com.au/java/how-to-specify-a-custom-message-id-with-javamail#comments</comments>
		<pubDate>Fri, 19 Feb 2010 23:12:06 +0000</pubDate>
		<dc:creator>objects</dc:creator>
				<category><![CDATA[java]]></category>
		<category><![CDATA[javamail]]></category>
		<category><![CDATA[Message-ID]]></category>
		<category><![CDATA[MimeMessage]]></category>

		<guid isPermaLink="false">http://helpdesk.objects.com.au/?p=1389</guid>
		<description><![CDATA[When using Javamail to send mail the Message-ID gets set when the message is actually sent. If you want to provide your own Message-ID then you need to subclass MimeMessage. You can then use that subclass to create your message. public class CustomMimeMessage extends MimeMessage { public CustomMimeMessage(Session session) { super(session); } @Override protected void [...]]]></description>
		<wfw:commentRss>http://helpdesk.objects.com.au/java/how-to-specify-a-custom-message-id-with-javamail/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

