Repository: james-site
Updated Branches:
  refs/heads/asf-site 257e27ca9 -> 7c25d3fcc


JAMES-2061 Add news for MIME4J 0.8.1


Project: http://git-wip-us.apache.org/repos/asf/james-site/repo
Commit: http://git-wip-us.apache.org/repos/asf/james-site/commit/7c25d3fc
Tree: http://git-wip-us.apache.org/repos/asf/james-site/tree/7c25d3fc
Diff: http://git-wip-us.apache.org/repos/asf/james-site/diff/7c25d3fc

Branch: refs/heads/asf-site
Commit: 7c25d3fcc4297e75c1ac0d93bcec02651b6e13f6
Parents: 257e27c
Author: benwa <btell...@linagora.com>
Authored: Fri Jun 16 14:53:31 2017 +0700
Committer: benwa <btell...@linagora.com>
Committed: Fri Jun 16 14:53:31 2017 +0700

----------------------------------------------------------------------
 content/feed.xml                                |  56 +++++---
 content/images/james-logo.png                   | Bin 5243 -> 4654 bytes
 content/index.html                              |   4 +-
 .../james/update/2017/06/16/mime4j-0.8.1.html   | 138 +++++++++++++++++++
 content/posts.html                              |   9 ++
 5 files changed, 183 insertions(+), 24 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/james-site/blob/7c25d3fc/content/feed.xml
----------------------------------------------------------------------
diff --git a/content/feed.xml b/content/feed.xml
index 9c3dd45..2e380ed 100644
--- a/content/feed.xml
+++ b/content/feed.xml
@@ -24,11 +24,43 @@
 </description>
     <link>http://localhost:4000/</link>
     <atom:link href="http://localhost:4000/feed.xml"; rel="self" 
type="application/rss+xml"/>
-    <pubDate>Wed, 14 Jun 2017 17:00:20 +0700</pubDate>
-    <lastBuildDate>Wed, 14 Jun 2017 17:00:20 +0700</lastBuildDate>
+    <pubDate>Fri, 16 Jun 2017 11:45:52 +0700</pubDate>
+    <lastBuildDate>Fri, 16 Jun 2017 11:45:52 +0700</lastBuildDate>
     <generator>Jekyll v3.4.3</generator>
     
       <item>
+        <title>Apache James Mime4J 0.8.1</title>
+        <description>&lt;p&gt;James Mime4J 0.8.1 has been released.&lt;/p&gt;
+
+&lt;p&gt;The librairy is available as a maven artifact, for instance for 
mime4j core:&lt;/p&gt;
+
+&lt;div class=&quot;highlighter-rouge&quot;&gt;&lt;pre 
class=&quot;highlight&quot;&gt;&lt;code&gt;&amp;lt;dependency&amp;gt;
+    &amp;lt;groupId&amp;gt;org.apache.james&amp;lt;/groupId&amp;gt;
+    &amp;lt;artifactId&amp;gt;apache-mime4j-core&amp;lt;/artifactId&amp;gt;
+    &amp;lt;version&amp;gt;0.8.1&amp;lt;/version&amp;gt;
+&amp;lt;/dependency&amp;gt;
+&lt;/code&gt;&lt;/pre&gt;
+&lt;/div&gt;
+
+&lt;p&gt;This release solves issues with header Date handling in the dom 
project:&lt;/p&gt;
+
+&lt;ul&gt;
+  &lt;li&gt;It was not possible to know if the Date header was set as a 
default value was always provided&lt;/li&gt;
+  &lt;li&gt;Valid dates missing century was badly parsed.&lt;/li&gt;
+&lt;/ul&gt;
+</description>
+        <pubDate>Fri, 16 Jun 2017 11:30:00 +0700</pubDate>
+        
<link>http://localhost:4000/james/update/2017/06/16/mime4j-0.8.1.html</link>
+        <guid 
isPermaLink="true">http://localhost:4000/james/update/2017/06/16/mime4j-0.8.1.html</guid>
+        
+        
+        <category>james</category>
+        
+        <category>update</category>
+        
+      </item>
+    
+      <item>
         <title>Apache James Server 3.0-RC1</title>
         <description>&lt;p&gt;James server 3.0.0-RC1 has been 
released.&lt;/p&gt;
 
@@ -210,25 +242,5 @@ binded search backend.&lt;/p&gt;
         
       </item>
     
-      <item>
-        <title>James modules merge into james-project</title>
-        <description>&lt;p&gt;Some of James modules were merged into &lt;a 
href=&quot;https://git-wip-us.apache.org/repos/asf?p=james-project.git;a=tree&quot;&gt;james-project&lt;/a&gt;.&lt;/p&gt;
-
-&lt;p&gt;This change was done in order to speed up our development phase 
before the 3.0 release and as long as important changes are needed on the 
API.&lt;/p&gt;
-
-&lt;p&gt;The modules merged are: james-server, apache-james-mailbox, 
apache-mailet, apache-james-mpt, protocols.&lt;/p&gt;
-
-</description>
-        <pubDate>Fri, 08 Jan 2016 21:13:22 +0700</pubDate>
-        
<link>http://localhost:4000/james/update/2016/01/08/module-merge.html</link>
-        <guid 
isPermaLink="true">http://localhost:4000/james/update/2016/01/08/module-merge.html</guid>
-        
-        
-        <category>james</category>
-        
-        <category>update</category>
-        
-      </item>
-    
   </channel>
 </rss>

http://git-wip-us.apache.org/repos/asf/james-site/blob/7c25d3fc/content/images/james-logo.png
----------------------------------------------------------------------
diff --git a/content/images/james-logo.png b/content/images/james-logo.png
index 2ef3d9a..a1bcfcf 100644
Binary files a/content/images/james-logo.png and 
b/content/images/james-logo.png differ

http://git-wip-us.apache.org/repos/asf/james-site/blob/7c25d3fc/content/index.html
----------------------------------------------------------------------
diff --git a/content/index.html b/content/index.html
index 572952d..68d73b9 100644
--- a/content/index.html
+++ b/content/index.html
@@ -149,7 +149,7 @@ WHAT WILL YOU TRY:</b><br>
               <li class="post-template">
                 <span class="icon fa-file-text-o"></span>
                 <span class="details">
-                  <a href="/james/update/2017/05/16/james-3.0.0-rc1.html" 
alt="Apache James Server 3.0-RC1"><b>Apache James Server 3.0-RC1 - May 16, 
2017</b><br><small><p>James server 3.0.0-RC1 has been released.</p>
+                  <a href="/james/update/2017/06/16/mime4j-0.8.1.html" 
alt="Apache James Mime4J 0.8.1"><b>Apache James Mime4J 0.8.1 - June 16, 
2017</b><br><small><p>James Mime4J 0.8.1 has been released.</p>
 
 </small></a>
                 </span>
@@ -158,7 +158,7 @@ WHAT WILL YOU TRY:</b><br>
               <li class="post-template">
                 <span class="icon fa-file-text-o"></span>
                 <span class="details">
-                  <a href="/james/update/2016/11/19/james-3.0.html" 
alt="Apache James Server 3.0-beta5"><b>Apache James Server 3.0-beta5 - November 
19, 2016</b><br><small><p>James server 3.0.0-beta5 has been released.</p>
+                  <a href="/james/update/2017/05/16/james-3.0.0-rc1.html" 
alt="Apache James Server 3.0-RC1"><b>Apache James Server 3.0-RC1 - May 16, 
2017</b><br><small><p>James server 3.0.0-RC1 has been released.</p>
 
 </small></a>
                 </span>

http://git-wip-us.apache.org/repos/asf/james-site/blob/7c25d3fc/content/james/update/2017/06/16/mime4j-0.8.1.html
----------------------------------------------------------------------
diff --git a/content/james/update/2017/06/16/mime4j-0.8.1.html 
b/content/james/update/2017/06/16/mime4j-0.8.1.html
new file mode 100644
index 0000000..b617fba
--- /dev/null
+++ b/content/james/update/2017/06/16/mime4j-0.8.1.html
@@ -0,0 +1,138 @@
+<!--
+    Licensed to the Apache Software Foundation (ASF) under one
+    or more contributor license agreements. See the NOTICE file
+    distributed with this work for additional information
+    regarding copyright ownership. The ASF licenses this file
+    to you under the Apache License, Version 2.0 (the
+    "License"); you may not use this file except in compliance
+    with the License. You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+    Unless required by applicable law or agreed to in writing,
+    software distributed under the License is distributed on an
+    "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+    KIND, either express or implied. See the License for the
+    specific language governing permissions and limitations
+    under the License.
+-->
+<!DOCTYPE html>
+<html>
+    <head>
+        <meta charset="utf-8"/>
+        <title>Apache James</title>
+
+        <link rel="stylesheet" type="text/css" href="/assets/css/main.css">
+        <link rel="stylesheet" type="text/css" 
href="/assets/css/font-awesome.min.css">
+        <link rel="stylesheet" type="text/css" href="/assets/css/ie8.css">
+        <link rel="stylesheet" type="text/css" href="/assets/css/ie9.css">
+        <link rel="shortcut icon" href="/images/james-logo.png">
+    </head>
+<body>
+    <!--
+    Licensed to the Apache Software Foundation (ASF) under one
+    or more contributor license agreements. See the NOTICE file
+    distributed with this work for additional information
+    regarding copyright ownership. The ASF licenses this file
+    to you under the Apache License, Version 2.0 (the
+    "License"); you may not use this file except in compliance
+    with the License. You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+    Unless required by applicable law or agreed to in writing,
+    software distributed under the License is distributed on an
+    "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+    KIND, either express or implied. See the License for the
+    specific language governing permissions and limitations
+    under the License.
+-->
+
+<link href="/assets/css/lightbox.css" rel="stylesheet">
+<div id="wrapper" class="post-page">
+  <div class="apache_ref">
+    <a href="https://www.apache.org"; alt="apache foundation link"><img 
src="https://www.apache.org/foundation/press/kit/asf_logo.svg"; title="apache 
foundation logo"/></a>
+  </div>
+  <div class="apache_ref_mobile">
+    <a href="https://www.apache.org"; alt="apache foundation link">The Apache 
Software Foundation</a>
+  </div>
+
+  <header id="header" class="alt">
+    <div class="logo"><a href="/index.html" alt="Apache James"><img 
src="/images/james.svg" alt="james logo"/></a></div>
+    <h1 class="hidden">James Enterprise Mail Server</h1>
+    <h2>Emails at the heart of your business logic</h2>
+  </header>
+
+  <!-- Main -->
+    <div id="main">
+
+      <!-- Content -->
+        <section id="content" class="main">
+
+          <h1><span class="icon fa-file-text-o"></span> Apache James Mime4J 
0.8.1</h1>
+          <h2><span class="icon fa-clock-o"></span><b> June 16, 2017</b></h2>
+
+          <br/>
+
+          <div>
+            <p>James Mime4J 0.8.1 has been released.</p>
+
+<p>The librairy is available as a maven artifact, for instance for mime4j 
core:</p>
+
+<div class="highlighter-rouge"><pre class="highlight"><code>&lt;dependency&gt;
+    &lt;groupId&gt;org.apache.james&lt;/groupId&gt;
+    &lt;artifactId&gt;apache-mime4j-core&lt;/artifactId&gt;
+    &lt;version&gt;0.8.1&lt;/version&gt;
+&lt;/dependency&gt;
+</code></pre>
+</div>
+
+<p>This release solves issues with header Date handling in the dom project:</p>
+
+<ul>
+  <li>It was not possible to know if the Date header was set as a default 
value was always provided</li>
+  <li>Valid dates missing century was badly parsed.</li>
+</ul>
+
+
+          </div>
+          <footer class="major special">
+            <hr>
+            <center>
+              <ul class="actions">
+                <li><a href="/index.html" class="button">Back to 
homepage</a></li>
+                <li><a href="/posts.html" class="button">Read More 
Posts</a></li>
+              </ul>
+            </center>
+          </footer>
+        </section>
+    </div>
+    <footer id="footer" class="major">
+      <section>
+        <h2>James</h2>
+        <ul class="no-padding">
+          <li class="no-padding"><a href="../#intro" 
class="active">About</a></li>
+          <li class="no-padding"><a href="../#first">Get Started</a></li>
+          <li class="no-padding"><a href="../#posts">Last Posts</a></li>
+          <li class="no-padding"><a href="../#second">Community</a></li>
+          <li class="no-padding"><a href="https://james.apache.org/";><span 
class="fa fa-external-link"></span> Documentation</a></li>
+        </ul>
+      </section>
+      <section>
+        <h2>Connect</h2>
+        <ul class="icons">
+          <li><a href="http://twitter.com/ApacheJames"; class="icon fa-twitter 
alt"><span class="label">Twitter</span></a></li>
+          <li><a href="https://github.com/apache/james-project"; class="icon 
fa-github alt"><span class="label">GitHub</span></a></li>
+          <li><a href="http://james.apache.org/mail.html"; class="icon 
fa-envelope-o alt"><span class="label">Mailing-list</span></a></li>
+        </ul>
+      </section>
+      <section>
+        <h2>Copyright</h2>
+        <a href="http://www.apache.org/";>Apache Licence Copyright</a><br/>
+        &copy;Untitled. Design: <a href="https://html5up.net";>HTML5 UP</a>
+      </section>
+    </footer>
+</div>
+
+</body>
+</html>

http://git-wip-us.apache.org/repos/asf/james-site/blob/7c25d3fc/content/posts.html
----------------------------------------------------------------------
diff --git a/content/posts.html b/content/posts.html
index 661e657..5759960 100644
--- a/content/posts.html
+++ b/content/posts.html
@@ -65,6 +65,15 @@
               <li class="post-template">
                 <span class="icon fa-lg fa-file-text-o"></span>
                 <span class="details">
+                  <a href="/james/update/2017/06/16/mime4j-0.8.1.html" 
alt="Apache James Mime4J 0.8.1"><b>Apache James Mime4J 0.8.1 - June 16, 
2017</b><small><p>James Mime4J 0.8.1 has been released.</p>
+
+</small></a>
+                </span>
+              </li>
+            
+              <li class="post-template">
+                <span class="icon fa-lg fa-file-text-o"></span>
+                <span class="details">
                   <a href="/james/update/2017/05/16/james-3.0.0-rc1.html" 
alt="Apache James Server 3.0-RC1"><b>Apache James Server 3.0-RC1 - May 16, 
2017</b><small><p>James server 3.0.0-RC1 has been released.</p>
 
 </small></a>


---------------------------------------------------------------------
To unsubscribe, e-mail: server-dev-unsubscr...@james.apache.org
For additional commands, e-mail: server-dev-h...@james.apache.org

Reply via email to