<?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/"
		xmlns:xhtml="http://www.w3.org/1999/xhtml"
>

<channel>
	<title>imishin.com &#187; ActionMailer</title>
	<atom:link href="http://blog.imishin.com/tag/actionmailer/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.imishin.com</link>
	<description></description>
	<lastBuildDate>Thu, 26 Aug 2010 23:06:43 +0000</lastBuildDate>
	<language>ja</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://blog.imishin.com/tag/actionmailer/feed/" />
		<item>
		<title>ActionMailerJa の不具合を修正しました</title>
		<link>http://blog.imishin.com/2009/08/18/actionmailer-ja-%e3%81%ae%e4%b8%8d%e5%85%b7%e5%90%88%e3%82%92%e4%bf%ae%e6%ad%a3%e3%81%97%e3%81%be%e3%81%97%e3%81%9f/</link>
		<comments>http://blog.imishin.com/2009/08/18/actionmailer-ja-%e3%81%ae%e4%b8%8d%e5%85%b7%e5%90%88%e3%82%92%e4%bf%ae%e6%ad%a3%e3%81%97%e3%81%be%e3%81%97%e3%81%9f/#comments</comments>
		<pubDate>Tue, 18 Aug 2009 03:04:55 +0000</pubDate>
		<dc:creator>kusakari</dc:creator>
				<category><![CDATA[RubyOnRails]]></category>
		<category><![CDATA[ActionMailer]]></category>
		<category><![CDATA[ruby]]></category>

		<guid isPermaLink="false">http://blog.imishin.com/?p=750</guid>
		<description><![CDATA[				しばらく放置気味だった ActionMailerJa の既知の不具合を修正しました。
				修正内容は次の通り。
				
				html メールの日本語が文字化けする不具合の修正。
				添付ファイル付き [...]]]></description>
			<content:encoded><![CDATA[				<p>しばらく放置気味だった <a title="ActionMailerJa" href="http://blog.imishin.com/projects/ruby/actionmailerja/">ActionMailerJa</a> の既知の不具合を修正しました。</p>
				<p>修正内容は次の通り。</p>
				<ul>
				<li>html メールの日本語が文字化けする不具合の修正。</li>
				<li>添付ファイル付きメールの日本語が文字化けする不具合の修正。</li>
				<li>「～」が文字化けする不具合の修正。</li>
				</ul>
				<p>「～」の文字化けについては <a title="beyond さん" href="http://github.com/beyond/" target="_blank">beyond</a> さんに修正頂きました。ありがとうございます！</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.imishin.com/2009/08/18/actionmailer-ja-%e3%81%ae%e4%b8%8d%e5%85%b7%e5%90%88%e3%82%92%e4%bf%ae%e6%ad%a3%e3%81%97%e3%81%be%e3%81%97%e3%81%9f/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://blog.imishin.com/2009/08/18/actionmailer-ja-%e3%81%ae%e4%b8%8d%e5%85%b7%e5%90%88%e3%82%92%e4%bf%ae%e6%ad%a3%e3%81%97%e3%81%be%e3%81%97%e3%81%9f/" />
	</item>
		<item>
		<title>ActionMailerJa をバージョンアップしました</title>
		<link>http://blog.imishin.com/2009/04/28/actionmailer-ja-for-redmine-with-rails-2-2-2/</link>
		<comments>http://blog.imishin.com/2009/04/28/actionmailer-ja-for-redmine-with-rails-2-2-2/#comments</comments>
		<pubDate>Tue, 28 Apr 2009 12:19:58 +0000</pubDate>
		<dc:creator>kusakari</dc:creator>
				<category><![CDATA[RubyOnRails]]></category>
		<category><![CDATA[ActionMailer]]></category>
		<category><![CDATA[ruby]]></category>

		<guid isPermaLink="false">http://blog.imishin.com/?p=406</guid>
		<description><![CDATA[				ActionMailer に日本語対応と携帯テンプレート振り分け機能を追加するプラグイン ActionMailerJa をバージョンアップしました。
				といっても、Redmine + Rails 2.2.2 [...]]]></description>
			<content:encoded><![CDATA[				<p>ActionMailer に日本語対応と携帯テンプレート振り分け機能を追加するプラグイン <a href="http://github.com/kusakari/actionmailer_ja/tree/master" target="_blank">ActionMailerJa</a> をバージョンアップしました。</p>
				<p>といっても、Redmine + Rails 2.2.2 で <a href="http://github.com/kusakari/actionmailer_ja/tree/master" target="_blank">ActionMailerJa</a> を使うと日本語が文字化けする問題を　<a href="http://github.com/knu/" target="_blank">knu</a> さんが修正してくれたものを取り込んだだけです。</p>
				<p><a href="http://github.com/knu/" target="_blank">knu</a> さんありがとうございます！</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.imishin.com/2009/04/28/actionmailer-ja-for-redmine-with-rails-2-2-2/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
	<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://blog.imishin.com/2009/04/28/actionmailer-ja-for-redmine-with-rails-2-2-2/" />
	</item>
	</channel>
</rss>
