[james-hupa] 01/04: Add license copyright for the roundcube theme.

2018-02-25 Thread dongxu
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 1519cf937cf3ef68f8927bad43a2b7ae37d87a0a
Author: Echo Wang 
AuthorDate: Sat Feb 24 08:31:44 2018 +0800

Add license copyright for the roundcube theme.
---
 .../src/main/java/org/apache/hupa/client/ui/README | 29 --
 1 file changed, 27 insertions(+), 2 deletions(-)

diff --git a/client/src/main/java/org/apache/hupa/client/ui/README 
b/client/src/main/java/org/apache/hupa/client/ui/README
index 0a344ff..5b7397a 100644
--- a/client/src/main/java/org/apache/hupa/client/ui/README
+++ b/client/src/main/java/org/apache/hupa/client/ui/README
@@ -1,2 +1,27 @@
-The majority of the theme resources in this ui package are copied from 
http://roundcube.net
-Therefore, the theme comply with https://roundcube.net/license/
\ No newline at end of file
+The majority of the theme resources in the ui package are referred from 
http://roundcube.net
+Therefore, the theme complies with https://roundcube.net/license/
+
+The original license README:
+
+ROUNDCUBE WEBMAIL DEFAULT SKIN
+==
+
+This skin package contains the current development theme of the Roundcube
+Webmail software. It can be used, modified and redistributed according to
+the terms described in the LICENSE section.
+
+For information about building or modifiying Roundcube skins please visit
+https://github.com/roundcube/roundcubemail/wiki/Skins
+
+The theme uses icons originally designed by Stephen Horlander and Kevin Gerich
+for Mozilla.org. In case of redistribution giving credit to these artwork
+creators is mandatory.
+
+
+LICENSE
+---
+The contents of this folder are subject to the Creative Commons
+Attribution-ShareAlike License. It is allowed to copy, distribute,
+transmit and to adapt the work by keeping credits to the original
+autors in the README file.
+See http://creativecommons.org/licenses/by-sa/3.0/ for details.

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



[james-hupa] 03/04: Reformat code.

2018-02-25 Thread dongxu
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 73a8e70193b1484bb4f179bd4325d90effb99870
Author: Echo Wang 
AuthorDate: Sun Feb 25 17:59:19 2018 +0800

Reformat code.
---
 .../src/main/java/org/apache/hupa/client/ui/FolderListView.java   | 8 
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/client/src/main/java/org/apache/hupa/client/ui/FolderListView.java 
b/client/src/main/java/org/apache/hupa/client/ui/FolderListView.java
index f659bef..a36c071 100644
--- a/client/src/main/java/org/apache/hupa/client/ui/FolderListView.java
+++ b/client/src/main/java/org/apache/hupa/client/ui/FolderListView.java
@@ -70,11 +70,11 @@ public class FolderListView extends Composite implements 
FolderListActivity.Disp
 }
 
 public static final ProvidesKey KEY_PROVIDER = new 
ProvidesKey() {
-  @Override
-  public Object getKey(LabelNode item) {
+@Override
+public Object getKey(LabelNode item) {
 return item == null ? null : item.getPath();
-  }
-};
+}
+};
 
 protected void onAttach() {
 super.onAttach();

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



[james-hupa] 04/04: Add TODO tag for issue#HUPA-117.

2018-02-25 Thread dongxu
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 697eda5a53b74f09b3e4162fa03721284b062e8d
Author: Echo Wang 
AuthorDate: Sun Feb 25 18:03:45 2018 +0800

Add TODO tag for issue#HUPA-117.
---
 client/src/main/java/org/apache/hupa/client/ui/FolderListView.java | 1 +
 1 file changed, 1 insertion(+)

diff --git a/client/src/main/java/org/apache/hupa/client/ui/FolderListView.java 
b/client/src/main/java/org/apache/hupa/client/ui/FolderListView.java
index a36c071..8d5b965 100644
--- a/client/src/main/java/org/apache/hupa/client/ui/FolderListView.java
+++ b/client/src/main/java/org/apache/hupa/client/ui/FolderListView.java
@@ -108,6 +108,7 @@ public class FolderListView extends Composite implements 
FolderListActivity.Disp
 
 @Override
 public void refresh() {
+   //TODO not only refresh data, but highlight the folder list item. <= 
https://issues.apache.org/jira/browse/HUPA-117
 data.refresh();
 }
 

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



[james-hupa] 02/04: Clean code.

2018-02-25 Thread dongxu
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 8cac67181dcf18cb9b79f5653bc441fd2e2a1e76
Author: Echo Wang 
AuthorDate: Sat Feb 24 08:39:51 2018 +0800

Clean code.
---
 client/src/main/java/org/apache/hupa/client/ui/HupaLayoutable.java | 2 ++
 client/src/main/java/org/apache/hupa/client/ui/HupaPlugins.java| 3 ---
 2 files changed, 2 insertions(+), 3 deletions(-)

diff --git a/client/src/main/java/org/apache/hupa/client/ui/HupaLayoutable.java 
b/client/src/main/java/org/apache/hupa/client/ui/HupaLayoutable.java
index d0a921d..a8b3ded 100644
--- a/client/src/main/java/org/apache/hupa/client/ui/HupaLayoutable.java
+++ b/client/src/main/java/org/apache/hupa/client/ui/HupaLayoutable.java
@@ -24,6 +24,7 @@ import org.apache.hupa.client.place.SettingPlace;
 import com.google.gwt.user.client.ui.AcceptsOneWidget;
 
 public interface HupaLayoutable extends Layoutable {
+   
 AcceptsOneWidget getTopBarView();
 
 AcceptsOneWidget getLogoView();
@@ -49,6 +50,7 @@ public interface HupaLayoutable extends Layoutable {
 AcceptsOneWidget getNotificationView();
 
 AcceptsOneWidget getLabelListView();
+
 AcceptsOneWidget getAddressListView();
 
 AcceptsOneWidget getLabelPropertiesView();
diff --git a/client/src/main/java/org/apache/hupa/client/ui/HupaPlugins.java 
b/client/src/main/java/org/apache/hupa/client/ui/HupaPlugins.java
index 1f61b7e..32d9a71 100644
--- a/client/src/main/java/org/apache/hupa/client/ui/HupaPlugins.java
+++ b/client/src/main/java/org/apache/hupa/client/ui/HupaPlugins.java
@@ -6,7 +6,4 @@ public interface HupaPlugins {
 
 }
 
-
-
-
 }

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



[james-hupa] branch trunk updated (586ac80 -> 697eda5)

2018-02-25 Thread dongxu
This is an automated email from the ASF dual-hosted git repository.

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


from 586ac80  Reformat, remove the blank space.
 new 1519cf9  Add license copyright for the roundcube theme.
 new 8cac671  Clean code.
 new 73a8e70  Reformat code.
 new 697eda5  Add TODO tag for issue#HUPA-117.

The 4 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../org/apache/hupa/client/ui/FolderListView.java  |  9 ---
 .../org/apache/hupa/client/ui/HupaLayoutable.java  |  2 ++
 .../org/apache/hupa/client/ui/HupaPlugins.java |  3 ---
 .../src/main/java/org/apache/hupa/client/ui/README | 29 --
 4 files changed, 34 insertions(+), 9 deletions(-)

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



[jira] [Assigned] (HUPA-109) Mail Attachment does not work in HTTPS mode In internet Explorer When URL is added in trusted sites

2018-02-25 Thread Dongxu Wang (JIRA)

 [ 
https://issues.apache.org/jira/browse/HUPA-109?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Dongxu Wang reassigned HUPA-109:


Assignee: Dongxu Wang  (was: Manuel Carrasco Moñino)

> Mail Attachment does not work in HTTPS mode  In internet Explorer When URL is 
> added in trusted sites  
> --
>
> Key: HUPA-109
> URL: https://issues.apache.org/jira/browse/HUPA-109
> Project: James Hupa
>  Issue Type: Bug
>  Components: client, server
> Environment: Windows XP/7
> Internet Explorer 8/9
>Reporter: ajay kumar
>Assignee: Dongxu Wang
>Priority: Blocker
>
> Mail Attachment does not work in HTTPS mode  In internet Explorer When URL is 
> added in trusted sites  
> Steps to Reproduce:
> ***
> 1.Browse the application in HTTPS protocol in Internet Explorer only (version 
> 8,9)
> 2.Add the browsing URL in :-> Internet Options ->Security->Trusted Sites
> 3.Now send a mail with attachment to any person .
> 4.The mail is sent but attachment is not sent.
> Note: if we do not implement point :2 (above) then it works fine.
> It also works fine in other browsers except internet explorer. 
> Can you please diagnose that this can be fixed in code & what is its cause?



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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



[jira] [Assigned] (HUPA-117) The folder item should be highlighted after refreshing the page

2018-02-25 Thread Dongxu Wang (JIRA)

 [ 
https://issues.apache.org/jira/browse/HUPA-117?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Dongxu Wang reassigned HUPA-117:


Assignee: Dongxu Wang  (was: Manuel Carrasco Moñino)

> The folder item should be highlighted after refreshing the page
> ---
>
> Key: HUPA-117
> URL: https://issues.apache.org/jira/browse/HUPA-117
> Project: James Hupa
>  Issue Type: Bug
>  Components: client
>Reporter: Echo Wang
>Assignee: Dongxu Wang
>Priority: Major
>
> The items locate in the left panel.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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



[jira] [Created] (HUPA-117) The folder item should be highlighted after refreshing the page

2018-02-25 Thread Echo Wang (JIRA)
Echo Wang created HUPA-117:
--

 Summary: The folder item should be highlighted after refreshing 
the page
 Key: HUPA-117
 URL: https://issues.apache.org/jira/browse/HUPA-117
 Project: James Hupa
  Issue Type: Bug
  Components: client
Reporter: Echo Wang
Assignee: Manuel Carrasco Moñino


The items locate in the left panel.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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