<?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>javamail</title>
	<atom:link href="http://www.codeweblog.com/feed/tag/javamail/" rel="self" type="application/rss+xml" />
	<link>http://www.codeweblog.com/</link>
	<description>javamail</description>
	<pubDate>Mon, 15 Mar 2010 02:36:43+0000</pubDate>
	<generator>http://www.codeweblog.com/</generator>
	<language>en</language>
		<item>
		<title>javamail e-mail experience (3) of the sending e-mail</title>
		<link>http://www.codeweblog.com/javamail-e-mail-experience-3-of-the-sending-e-mail/</link>
		<comments>http://www.codeweblog.com/javamail-e-mail-experience-3-of-the-sending-e-mail/#comments</comments>
		<pubDate>Thu, 11 Feb 2010 04:15:20+0000</pubDate>
		<dc:creator>CodeWeblog.com</dc:creator>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[datasource]]></category>
<category><![CDATA[text html]]></category>
<category><![CDATA[vo]]></category>
<category><![CDATA[javamail]]></category>
<category><![CDATA[getfile]]></category>
<category><![CDATA[mp]]></category>
<category><![CDATA[internetaddress]]></category>
<category><![CDATA[send e mail]]></category>
<category><![CDATA[mail experience]]></category>
<category><![CDATA[mimemessage]]></category>
		<guid isPermaLink="true">http://www.codeweblog.com/javamail-e-mail-experience-3-of-the-sending-e-mail/</guid>
		<description><![CDATA[Send e-mail is relatively simple, specific code is as follows:]]></description>
		<content:encoded><![CDATA[Send e-mail is relatively simple, specific code is as follows:				<h5>Related Posts</h5>
		<div id="smilar">
		<ul>
					<li><a href="http://www.codeweblog.com/javascript-object-model/" title="Javascript Object Model">Javascript Object Model</a> 2009-03-01 16:10:02</li>
					<li><a href="http://www.codeweblog.com/jpa-data-source-data-source-to-configure-tomcat-conversion-essay-questions/" title="JPA data source data source to configure Tomcat conversion essay questions">JPA data source data source to configure Tomcat conversion essay questions</a> 2009-02-28 16:00:38</li>
					<li><a href="http://www.codeweblog.com/use-ext-js-to-read-the-jsonreader-complex-object-json/" title="Use Ext JS to read the JsonReader complex object json">Use Ext JS to read the JsonReader complex object json</a> 2009-02-27 18:50:03</li>
					<li><a href="http://www.codeweblog.com/javascript-inheritance/" title="JavaScript inheritance">JavaScript inheritance</a> 2009-02-27 16:45:03</li>
					<li><a href="http://www.codeweblog.com/spring-hibernate-to-use-glassfish-database-connection-pool/" title="Spring + Hibernate to use Glassfish Database Connection Pool">Spring + Hibernate to use Glassfish Database Connection Pool</a> 2009-02-27 11:21:06</li>
				</ul>
		</div>
		        ]]></content:encoded>
		<wfw:commentRss>http://www.codeweblog.com/javamail-e-mail-experience-3-of-the-sending-e-mail/</wfw:commentRss>
	</item>
		<item>
		<title>javamail e-mail experience (b) of the e-mail authentication</title>
		<link>http://www.codeweblog.com/javamail-e-mail-experience-b-of-the-e-mail-authentication/</link>
		<comments>http://www.codeweblog.com/javamail-e-mail-experience-b-of-the-e-mail-authentication/#comments</comments>
		<pubDate>Thu, 11 Feb 2010 02:05:18+0000</pubDate>
		<dc:creator>CodeWeblog.com</dc:creator>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[public string]]></category>
<category><![CDATA[public void]]></category>
<category><![CDATA[props]]></category>
<category><![CDATA[authentication]]></category>
<category><![CDATA[e mail]]></category>
<category><![CDATA[validation]]></category>
<category><![CDATA[string username]]></category>
<category><![CDATA[pwd]]></category>
<category><![CDATA[user information]]></category>
<category><![CDATA[javamail]]></category>
<category><![CDATA[mail experience]]></category>
<category><![CDATA[javax mail]]></category>
<category><![CDATA[authenticator]]></category>
		<guid isPermaLink="true">http://www.codeweblog.com/javamail-e-mail-experience-b-of-the-e-mail-authentication/</guid>
		<description><![CDATA[First, write a validation class, and inherit Authenticator class, as follows 2, landing validation, the specific code is as follows Try the above code can be placed inside, such as abnormal then the l ...]]></description>
		<content:encoded><![CDATA[First, write a validation class, and inherit Authenticator class, as follows 2, landing validation, the specific code is as follows Try the above code can be placed inside, such as abnormal then the l ...				<h5>Related Posts</h5>
		<div id="smilar">
		<ul>
					<li><a href="http://www.codeweblog.com/based-on-spring-s-hibernate-search-full-text-search-function-of-sample/" title="Based on Spring's Hibernate Search full-text search function of sample">Based on Spring's Hibernate Search full-text search function of sample</a> 2009-02-27 12:34:20</li>
					<li><a href="http://www.codeweblog.com/hibernate-configuration-parameters-hibernate-hbm2ddl-auto/" title="Hibernate configuration parameters hibernate.hbm2ddl.auto">Hibernate configuration parameters hibernate.hbm2ddl.auto</a> 2009-02-27 11:22:24</li>
					<li><a href="http://www.codeweblog.com/spring-hibernate-to-use-glassfish-database-connection-pool/" title="Spring + Hibernate to use Glassfish Database Connection Pool">Spring + Hibernate to use Glassfish Database Connection Pool</a> 2009-02-27 11:21:06</li>
					<li><a href="http://www.codeweblog.com/hibernate-generic-generic-dao/" title="hibernate generic generic DAO">hibernate generic generic DAO</a> 2009-02-27 09:46:44</li>
					<li><a href="http://www.codeweblog.com/struts2-hibernate-spring-problem-user-log-in/" title="Struts2 + hibernate + spring problem user log in">Struts2 + hibernate + spring problem user log in</a> 2009-02-27 09:45:41</li>
				</ul>
		</div>
		        ]]></content:encoded>
		<wfw:commentRss>http://www.codeweblog.com/javamail-e-mail-experience-b-of-the-e-mail-authentication/</wfw:commentRss>
	</item>
		<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>javamail e-mail experience (order)</title>
		<link>http://www.codeweblog.com/javamail-e-mail-experience-order/</link>
		<comments>http://www.codeweblog.com/javamail-e-mail-experience-order/#comments</comments>
		<pubDate>Tue, 09 Feb 2010 16:15:10+0000</pubDate>
		<dc:creator>CodeWeblog.com</dc:creator>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[authentication]]></category>
<category><![CDATA[blog]]></category>
<category><![CDATA[protocol]]></category>
<category><![CDATA[complexity]]></category>
<category><![CDATA[mail client]]></category>
<category><![CDATA[javamail]]></category>
<category><![CDATA[e mail search]]></category>
<category><![CDATA[mail experience]]></category>
<category><![CDATA[mail mobile]]></category>
		<guid isPermaLink="true">http://www.codeweblog.com/javamail-e-mail-experience-order/</guid>
		<description><![CDATA[Recently doing a mail client for IMAP protocol QQ mailbox, so write down some experience to share with you, and there are many issues to discuss with you, hope that we can give some help, here is my b ...]]></description>
		<content:encoded><![CDATA[Recently doing a mail client for IMAP protocol QQ mailbox, so write down some experience to share with you, and there are many issues to discuss with you, hope that we can give some help, here is my b ...				<h5>Related Posts</h5>
		<div id="smilar">
		<ul>
					<li><a href="http://www.codeweblog.com/i-heard-good-ruby-and-rails-site/" title="I heard good Ruby and Rails site">I heard good Ruby and Rails site</a> 2009-03-02 21:05:02</li>
					<li><a href="http://www.codeweblog.com/rails-source-code-analysis-1-railsfcgihandler/" title="Rails source code analysis (1): RailsFCGIHandler">Rails source code analysis (1): RailsFCGIHandler</a> 2009-03-02 11:45:02</li>
					<li><a href="http://www.codeweblog.com/hibernate-in-the-inverse-and-cascade/" title="Hibernate in the inverse and cascade">Hibernate in the inverse and cascade</a> 2009-02-28 15:59:51</li>
					<li><a href="http://www.codeweblog.com/to-a-generic-hibernate-example-dao/" title="To a generic hibernate example DAO">To a generic hibernate example DAO</a> 2009-02-28 15:59:27</li>
					<li><a href="http://www.codeweblog.com/hibernate-configuration-parameters-hibernate-hbm2ddl-auto/" title="Hibernate configuration parameters hibernate.hbm2ddl.auto">Hibernate configuration parameters hibernate.hbm2ddl.auto</a> 2009-02-27 11:22:24</li>
				</ul>
		</div>
		        ]]></content:encoded>
		<wfw:commentRss>http://www.codeweblog.com/javamail-e-mail-experience-order/</wfw:commentRss>
	</item>
		<item>
		<title>To: Classic Review: Java programmers a common growth</title>
		<link>http://www.codeweblog.com/to-classic-review-java-programmers-a-common-growth/</link>
		<comments>http://www.codeweblog.com/to-classic-review-java-programmers-a-common-growth/#comments</comments>
		<pubDate>Wed, 17 Jun 2009 05:05:02+0000</pubDate>
		<dc:creator>CodeWeblog.com</dc:creator>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[javabean]]></category>
<category><![CDATA[ejb]]></category>
<category><![CDATA[java development]]></category>
<category><![CDATA[scripting language]]></category>
<category><![CDATA[jsp servlet]]></category>
<category><![CDATA[java programmers]]></category>
<category><![CDATA[software programming]]></category>
<category><![CDATA[development language]]></category>
<category><![CDATA[desktop applications]]></category>
<category><![CDATA[e commerce website]]></category>
<category><![CDATA[javamail]]></category>
<category><![CDATA[java syntax]]></category>
<category><![CDATA[programming j2me]]></category>
<category><![CDATA[java2 enterprise edition]]></category>
<category><![CDATA[environment system]]></category>
<category><![CDATA[greatest joy]]></category>
<category><![CDATA[desktop application]]></category>
<category><![CDATA[erp systems]]></category>
<category><![CDATA[sun one]]></category>
<category><![CDATA[applications software]]></category>
		<guid isPermaLink="true">http://www.codeweblog.com/to-classic-review-java-programmers-a-common-growth/</guid>
		<description><![CDATA[Learn a lot of friends ask me there is no shortcut to Java, I said, &quot;No him, but hand-cooked Seoul.&quot; But I am very willing to study some of their own experience to write out to less then det ...]]></description>
		<content:encoded><![CDATA[Learn a lot of friends ask me there is no shortcut to Java, I said, &quot;No him, but hand-cooked Seoul.&quot; But I am very willing to study some of their own experience to write out to less then det ...				<h5>Related Posts</h5>
		<div id="smilar">
		<ul>
					<li><a href="http://www.codeweblog.com/j2ee-architect-road/" title="J2EE Architect road">J2EE Architect road</a> 2009-02-27 13:51:54</li>
					<li><a href="http://www.codeweblog.com/log4j-easy-application-in-java/" title="log4j easy application in java">log4j easy application in java</a> 2009-02-27 13:51:33</li>
					<li><a href="http://www.codeweblog.com/jboss-ejb3-message-driven-bean/" title="jboss ejb3 Message Driven Bean">jboss ejb3 Message Driven Bean</a> 2009-02-27 13:50:10</li>
					<li><a href="http://www.codeweblog.com/spring-hibernate-oracle9i-to-read-and-write-clob/" title="spring + hibernate + oracle9i to read and write CLOB">spring + hibernate + oracle9i to read and write CLOB</a> 2009-02-27 11:21:19</li>
					<li><a href="http://www.codeweblog.com/in-the-servlet-use-bean/" title="In the servlet use Bean">In the servlet use Bean</a> 2009-02-27 10:01:23</li>
				</ul>
		</div>
		        ]]></content:encoded>
		<wfw:commentRss>http://www.codeweblog.com/to-classic-review-java-programmers-a-common-growth/</wfw:commentRss>
	</item>
		<item>
		<title>How Java is rapidly becoming a master</title>
		<link>http://www.codeweblog.com/how-java-is-rapidly-becoming-a-master/</link>
		<comments>http://www.codeweblog.com/how-java-is-rapidly-becoming-a-master/#comments</comments>
		<pubDate>Wed, 10 Jun 2009 12:45:03+0000</pubDate>
		<dc:creator>CodeWeblog.com</dc:creator>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[javabean]]></category>
<category><![CDATA[ejb]]></category>
<category><![CDATA[java development]]></category>
<category><![CDATA[scripting language]]></category>
<category><![CDATA[jsp servlet]]></category>
<category><![CDATA[software programming]]></category>
<category><![CDATA[development language]]></category>
<category><![CDATA[desktop applications]]></category>
<category><![CDATA[e commerce website]]></category>
<category><![CDATA[javamail]]></category>
<category><![CDATA[java syntax]]></category>
<category><![CDATA[programming j2me]]></category>
<category><![CDATA[pda programming]]></category>
<category><![CDATA[java2 enterprise edition]]></category>
<category><![CDATA[environment system]]></category>
<category><![CDATA[greatest joy]]></category>
<category><![CDATA[desktop application]]></category>
<category><![CDATA[erp systems]]></category>
<category><![CDATA[sun one]]></category>
<category><![CDATA[applications software]]></category>
		<guid isPermaLink="true">http://www.codeweblog.com/how-java-is-rapidly-becoming-a-master/</guid>
		<description><![CDATA[Learn a lot of friends ask me there is no shortcut to Java, I said, &quot;No him, but hand-cooked Seoul.&quot; But I am very willing to study some of their own experience to write out to less then det ...]]></description>
		<content:encoded><![CDATA[Learn a lot of friends ask me there is no shortcut to Java, I said, &quot;No him, but hand-cooked Seoul.&quot; But I am very willing to study some of their own experience to write out to less then det ...				<h5>Related Posts</h5>
		<div id="smilar">
		<ul>
					<li><a href="http://www.codeweblog.com/j2ee-architect-road/" title="J2EE Architect road">J2EE Architect road</a> 2009-02-27 13:51:54</li>
					<li><a href="http://www.codeweblog.com/log4j-easy-application-in-java/" title="log4j easy application in java">log4j easy application in java</a> 2009-02-27 13:51:33</li>
					<li><a href="http://www.codeweblog.com/jboss-ejb3-message-driven-bean/" title="jboss ejb3 Message Driven Bean">jboss ejb3 Message Driven Bean</a> 2009-02-27 13:50:10</li>
					<li><a href="http://www.codeweblog.com/spring-hibernate-oracle9i-to-read-and-write-clob/" title="spring + hibernate + oracle9i to read and write CLOB">spring + hibernate + oracle9i to read and write CLOB</a> 2009-02-27 11:21:19</li>
					<li><a href="http://www.codeweblog.com/in-the-servlet-use-bean/" title="In the servlet use Bean">In the servlet use Bean</a> 2009-02-27 10:01:23</li>
				</ul>
		</div>
		        ]]></content:encoded>
		<wfw:commentRss>http://www.codeweblog.com/how-java-is-rapidly-becoming-a-master/</wfw:commentRss>
	</item>
		<item>
		<title>spring foundation</title>
		<link>http://www.codeweblog.com/spring-foundation/</link>
		<comments>http://www.codeweblog.com/spring-foundation/#comments</comments>
		<pubDate>Tue, 28 Apr 2009 05:00:03+0000</pubDate>
		<dc:creator>CodeWeblog.com</dc:creator>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[spring framework]]></category>
<category><![CDATA[ejb development]]></category>
<category><![CDATA[google]]></category>
<category><![CDATA[package id]]></category>
<category><![CDATA[release id]]></category>
<category><![CDATA[functional modules]]></category>
<category><![CDATA[class libraries]]></category>
<category><![CDATA[jakarta commons]]></category>
<category><![CDATA[production efficiency]]></category>
<category><![CDATA[ejb containers]]></category>
<category><![CDATA[necessary libraries]]></category>
<category><![CDATA[factory spring]]></category>
<category><![CDATA[foundation spring]]></category>
<category><![CDATA[spring resources]]></category>
<category><![CDATA[factory model]]></category>
<category><![CDATA[hivemind]]></category>
<category><![CDATA[guice]]></category>
<category><![CDATA[distribution package]]></category>
<category><![CDATA[project history]]></category>
<category><![CDATA[javamail]]></category>
		<guid isPermaLink="true">http://www.codeweblog.com/spring-foundation/</guid>
		<description><![CDATA[Spring foundation 1. Teaching objectives know the basic situation of Spring (website, project history, and other frameworks) Spring master class library installation manual Factory model to understand ...]]></description>
		<content:encoded><![CDATA[Spring foundation 1. Teaching objectives know the basic situation of Spring (website, project history, and other frameworks) Spring master class library installation manual Factory model to understand ...				<h5>Related Posts</h5>
		<div id="smilar">
		<ul>
					<li><a href="http://www.codeweblog.com/spring-jar-package-detailed/" title="Spring jar package Detailed">Spring jar package Detailed</a> 2009-02-28 16:00:32</li>
					<li><a href="http://www.codeweblog.com/use-ext-js-to-read-the-jsonreader-complex-object-json/" title="Use Ext JS to read the JsonReader complex object json">Use Ext JS to read the JsonReader complex object json</a> 2009-02-27 18:50:03</li>
					<li><a href="http://www.codeweblog.com/noclassdeffounderror-javax-servlet-servlet/" title="NoClassDefFoundError: javax / servlet / Servlet">NoClassDefFoundError: javax / servlet / Servlet</a> 2009-02-27 13:50:42</li>
					<li><a href="http://www.codeweblog.com/jsf-ejb-development-examples/" title="jsf + EJB development examples">jsf + EJB development examples</a> 2009-02-27 13:50:17</li>
					<li><a href="http://www.codeweblog.com/what-is-the-appfuse/" title="What is the appfuse">What is the appfuse</a> 2009-02-27 10:02:10</li>
				</ul>
		</div>
		        ]]></content:encoded>
		<wfw:commentRss>http://www.codeweblog.com/spring-foundation/</wfw:commentRss>
	</item>
	</channel>
</rss>
