This is an automated email from the ASF dual-hosted git repository.

dongxu pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/james-hupa.git

commit 42cf07669bac239186a5286ffd671a2a04c46932
Author: Echo Wang <don...@apache.org>
AuthorDate: Wed Feb 28 08:24:00 2018 +0800

    Use header5 for the title of doc.
---
 README.md | 11 +++++------
 1 file changed, 5 insertions(+), 6 deletions(-)

diff --git a/README.md b/README.md
index ef15443..912d963 100644
--- a/README.md
+++ b/README.md
@@ -1,5 +1,4 @@
-
-###### Introduction ######
+##### Introduction #####
 Hupa is a Rich IMAP-based Webmail application written in GWT.
 
 Hupa has been entirely written in java to be coherent with the language used 
in the James project.
@@ -7,12 +6,12 @@ It has been a development reference using GWT good practices 
(MVP pattern and Un
 
 It is ready for reading, sending,  and managing messages and folders, but it 
still lacks of many features email clients nowadays have.
 
-###### Bulding ######
+##### Bulding #####
 Hupa use maven as building tool. To build hupa download maven 
(http://maven.apache.org), unpack maven and install it.
 After that change to hupa directory and execute the following cmd:
 $ mvn clean package
 
-###### Configuring server side  ########
+##### Configuring server side  #####
 Hupa uses a properties file to know the IMAP and SMTP servers configuration.
 There is an example configuration file in 
'hupa/src/main/webapp/WEB-INF/conf/config.properties'
 
@@ -31,7 +30,7 @@ http://localhost:8282
 
 If you prefer to use any other servlet container you can deploy the provided 
.war file in it.
 
-###### Hupa and IMAP/SMTP servers  #################
+##### Hupa and IMAP/SMTP servers  #####
 Hupa is able to discover most of the imap/smtp configuration based on the 
email domain part.
 When you are prompted to login, type your email address and wait few seconds, 
if you click on the
 gear button you can see the configuration discovered by Hupa, you can modify 
it if it does not match
@@ -40,7 +39,7 @@ email provider servers.
 
 Hupa is compatible with most email providers, gmail, yahoo, hotmail, outlook, 
exchange, james, etc.
 
-###### Eclipse GWT Plugin notes ################
+##### Eclipse GWT Plugin notes #####
 - Hupa uses maven to be built, before inporting the project, you shoul install 
m2eclipse
 and google plugins, then go to Import -> New maven project and select the 
modules:
 shared, mock, server, widgets, client and hupa.

-- 
To stop receiving notification emails like this one, please contact
don...@apache.org.

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