<?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"
>

<channel>
	<title>mail server</title>
	<atom:link href="http://www.codeweblog.com/feed/tag/mail-server/" rel="self" type="application/rss+xml" />
	<link>http://www.codeweblog.com/</link>
	<description>mail server</description>
	<pubDate>Fri, 19 Mar 2010 00:31:18+0000</pubDate>
	<generator>http://www.codeweblog.com/</generator>
	<language>en</language>
		<item>
		<title>javamail e-mail experience (1) of the System Planning</title>
		<link>http://www.codeweblog.com/javamail-e-mail-experience-1-of-the-system-planning/</link>
		<comments>http://www.codeweblog.com/javamail-e-mail-experience-1-of-the-system-planning/#comments</comments>
		<pubDate>Tue, 09 Feb 2010 18:25:10+0000</pubDate>
		<dc:creator>CodeWeblog.com</dc:creator>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[experience 1]]></category>
<category><![CDATA[string value]]></category>
<category><![CDATA[e mail]]></category>
<category><![CDATA[mail client]]></category>
<category><![CDATA[javamail]]></category>
<category><![CDATA[mail transport]]></category>
<category><![CDATA[configuration properties]]></category>
<category><![CDATA[mail server]]></category>
<category><![CDATA[static properties]]></category>
<category><![CDATA[mail experience]]></category>
<category><![CDATA[mail utility]]></category>
<category><![CDATA[mail store]]></category>
<category><![CDATA[false mail]]></category>
<category><![CDATA[imap protocol]]></category>
<category><![CDATA[log storage]]></category>
<category><![CDATA[value bundle]]></category>
<category><![CDATA[port 143]]></category>
<category><![CDATA[getkeys]]></category>
<category><![CDATA[transport protocol]]></category>
<category><![CDATA[film article]]></category>
		<guid isPermaLink="true">http://www.codeweblog.com/javamail-e-mail-experience-1-of-the-system-planning/</guid>
		<description><![CDATA[First, the mail server, some basic configuration information extracted to a property file which go as follows QQ here only for the IMAP protocol. Second, write an e-mail utility class (MailUtil), is u ...]]></description>
		<content:encoded><![CDATA[First, the mail server, some basic configuration information extracted to a property file which go as follows QQ here only for the IMAP protocol. Second, write an e-mail utility class (MailUtil), is u ...				<h5>Related Posts</h5>
		<div id="smilar">
		<ul>
					<li><a href="http://www.codeweblog.com/layman-s-language-and-ext-js-2-19-first-national/" title=""Layman's language and Ext JS" 2.19 First National">"Layman's language and Ext JS" 2.19 First National</a> 2009-03-06 21:00:04</li>
					<li><a href="http://www.codeweblog.com/ext-common-problem-of-summing-up/" title="Ext common problem of summing up">Ext common problem of summing up</a> 2009-03-05 19:55:02</li>
					<li><a href="http://www.codeweblog.com/how-to-do-a-good-job-in-the-demand-for-change-management-needs-to-change-flow-specification/" title="How to do a good job in the demand for change management - needs to change flow specification">How to do a good job in the demand for change management - needs to change flow specification</a> 2009-02-28 02:55:04</li>
					<li><a href="http://www.codeweblog.com/hibernate-jpa-composite-primary-key-annotation-statement-ways/" title="hibernate (jpa) composite primary key annotation statement Ways">hibernate (jpa) composite primary key annotation statement Ways</a> 2009-02-27 13:52:18</li>
					<li><a href="http://www.codeweblog.com/process-migration-from-tomcat-to-websphere-changes/" title="Process migration from tomcat to websphere changes">Process migration from tomcat to websphere changes</a> 2009-02-27 11:20:12</li>
				</ul>
		</div>
		        ]]></content:encoded>
		<wfw:commentRss>http://www.codeweblog.com/javamail-e-mail-experience-1-of-the-system-planning/</wfw:commentRss>
	</item>
		<item>
		<title>E-mail on the Rails</title>
		<link>http://www.codeweblog.com/e-mail-on-the-rails/</link>
		<comments>http://www.codeweblog.com/e-mail-on-the-rails/#comments</comments>
		<pubDate>Tue, 17 Nov 2009 14:55:02+0000</pubDate>
		<dc:creator>CodeWeblog.com</dc:creator>
		<category><![CDATA[Ruby]]></category>
		<category><![CDATA[ruby on rails]]></category>
<category><![CDATA[e mail]]></category>
<category><![CDATA[mail smtp]]></category>
<category><![CDATA[mail server]]></category>
<category><![CDATA[mail environment]]></category>
<category><![CDATA[mail problem]]></category>
<category><![CDATA[environment settings]]></category>
<category><![CDATA[smtp server]]></category>
<category><![CDATA[postfix]]></category>
		<guid isPermaLink="true">http://www.codeweblog.com/e-mail-on-the-rails/</guid>
		<description><![CDATA[Gmail Smtp used to send email (rails2.0) Using ActionMailer to send mail (smtp way) E-mail problem ActionMailer increase the use of the local postfix mail server to send mail Ruby on Rails to send e-m ...]]></description>
		<content:encoded><![CDATA[Gmail Smtp used to send email (rails2.0) Using ActionMailer to send mail (smtp way) E-mail problem ActionMailer increase the use of the local postfix mail server to send mail Ruby on Rails to send e-m ...				<h5>Related Posts</h5>
		<div id="smilar">
		<ul>
					<li><a href="http://www.codeweblog.com/pyronaridine-listing-ruby-programming-language/" title="Pyronaridine listing! Ruby programming language">Pyronaridine listing! Ruby programming language</a> 2009-03-01 00:20:03</li>
					<li><a href="http://www.codeweblog.com/rails-command/" title="Rails command">Rails command</a> 2009-02-28 15:15:02</li>
					<li><a href="http://www.codeweblog.com/how-to-do-a-good-job-in-the-demand-for-change-management-needs-to-change-flow-specification/" title="How to do a good job in the demand for change management - needs to change flow specification">How to do a good job in the demand for change management - needs to change flow specification</a> 2009-02-28 02:55:04</li>
					<li><a href="http://www.codeweblog.com/ror-explained/" title="RoR explained">RoR explained</a> 2009-02-27 12:40:02</li>
					<li><a href="http://www.codeweblog.com/ruby-on-rails-routing-simple-examples/" title="Ruby on Rails Routing - Simple Examples">Ruby on Rails Routing - Simple Examples</a> 2009-02-27 10:35:03</li>
				</ul>
		</div>
		        ]]></content:encoded>
		<wfw:commentRss>http://www.codeweblog.com/e-mail-on-the-rails/</wfw:commentRss>
	</item>
		<item>
		<title>Apache open source project classification list</title>
		<link>http://www.codeweblog.com/apache-open-source-project-classification-list/</link>
		<comments>http://www.codeweblog.com/apache-open-source-project-classification-list/#comments</comments>
		<pubDate>Tue, 13 Oct 2009 17:10:01+0000</pubDate>
		<dc:creator>CodeWeblog.com</dc:creator>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[java web server]]></category>
<category><![CDATA[open source project]]></category>
<category><![CDATA[xml rpc]]></category>
<category><![CDATA[web application performance]]></category>
<category><![CDATA[java development tools]]></category>
<category><![CDATA[programming language c]]></category>
<category><![CDATA[project management tools]]></category>
<category><![CDATA[java web development]]></category>
<category><![CDATA[perl programming language]]></category>
<category><![CDATA[ancient chinese characters]]></category>
<category><![CDATA[tcl scripting language]]></category>
<category><![CDATA[apache http server]]></category>
<category><![CDATA[tomcat java]]></category>
<category><![CDATA[mail server]]></category>
<category><![CDATA[encryption standards]]></category>
<category><![CDATA[sandesha]]></category>
<category><![CDATA[project classification]]></category>
<category><![CDATA[xml security]]></category>
<category><![CDATA[kandula]]></category>
<category><![CDATA[xml signature]]></category>
		<guid isPermaLink="true">http://www.codeweblog.com/apache-open-source-project-classification-list/</guid>
		<description><![CDATA[Original link: http://blog.chinaunix.net/u/21477/showart_265148.html Apache open source project classification list Categories Project name Description The development of language Server (20) Apache H ...]]></description>
		<content:encoded><![CDATA[Original link: http://blog.chinaunix.net/u/21477/showart_265148.html Apache open source project classification list Categories Project name Description The development of language Server (20) Apache H ...				<h5>Related Posts</h5>
		<div id="smilar">
		<ul>
					<li><a href="http://www.codeweblog.com/java-remoting-protocol-benchmarks/" title="Java Remoting: Protocol Benchmarks">Java Remoting: Protocol Benchmarks</a> 2009-03-30 21:30:03</li>
					<li><a href="http://www.codeweblog.com/ror-opensource-project-open-source-rails-application/" title="ror opensource project open source rails application">ror opensource project open source rails application</a> 2009-03-17 07:05:03</li>
					<li><a href="http://www.codeweblog.com/ror-resources/" title="ROR resources">ROR resources</a> 2009-02-28 19:15:03</li>
					<li><a href="http://www.codeweblog.com/what-is-the-jpa/" title="What is the JPA">What is the JPA</a> 2009-02-28 16:00:21</li>
					<li><a href="http://www.codeweblog.com/jdbc-driver-types/" title="JDBC driver types">JDBC driver types</a> 2009-02-27 12:35:02</li>
				</ul>
		</div>
		        ]]></content:encoded>
		<wfw:commentRss>http://www.codeweblog.com/apache-open-source-project-classification-list/</wfw:commentRss>
	</item>
	</channel>
</rss>
