aboutsummaryrefslogtreecommitdiff
path: root/japanese
diff options
context:
space:
mode:
authorNorikatsu Shigemura <nork@FreeBSD.org>2006-01-16 15:33:49 +0000
committerNorikatsu Shigemura <nork@FreeBSD.org>2006-01-16 15:33:49 +0000
commitbcf80b4673fc4c2a460d35dd81fbcc49ea9ba93e (patch)
tree63f897617e5a1bd54cc6a72ba47af0c44fad657a /japanese
parentb8f93039e47128ecbf3da9b24b209e319b9c7623 (diff)
downloadports-bcf80b4673fc4c2a460d35dd81fbcc49ea9ba93e.tar.gz
ports-bcf80b4673fc4c2a460d35dd81fbcc49ea9ba93e.zip
Notes
Diffstat (limited to 'japanese')
-rw-r--r--japanese/Makefile1
-rw-r--r--japanese/xgate/Makefile93
-rw-r--r--japanese/xgate/distinfo3
-rw-r--r--japanese/xgate/files/patch-log.conf-dist18
-rw-r--r--japanese/xgate/files/patch-web.xml13
-rw-r--r--japanese/xgate/pkg-descr8
-rw-r--r--japanese/xgate/pkg-plist2783
7 files changed, 2919 insertions, 0 deletions
diff --git a/japanese/Makefile b/japanese/Makefile
index c9702ae2a3bf..ab3b93cd4c9f 100644
--- a/japanese/Makefile
+++ b/japanese/Makefile
@@ -407,6 +407,7 @@
SUBDIR += xemacs-devel-freewnn
SUBDIR += xemacs-devel-wnn6
SUBDIR += xemacs21-canna
+ SUBDIR += xgate
SUBDIR += xjman
SUBDIR += xjman-3
SUBDIR += xjtext
diff --git a/japanese/xgate/Makefile b/japanese/xgate/Makefile
new file mode 100644
index 000000000000..ef517173abb6
--- /dev/null
+++ b/japanese/xgate/Makefile
@@ -0,0 +1,93 @@
+# New ports collection makefile for: xgate
+# Date created: 2005/10/22
+# Whom: nork@FreeBSD.org
+#
+# $FreeBSD$
+
+PORTNAME= xgate
+PORTVERSION= 3.5pl1
+CATEGORIES= japanese mail www java
+MASTER_SITES= http://www.orangesoft.co.jp/xGate/download/
+DISTNAME= ${PORTNAME}pkg${PORTVERSION}
+EXTRACT_SUFX= .tgz
+DIST_SUBDIR= xGate
+
+MAINTAINER= nork@FreeBSD.org
+COMMENT= xGate webmail system implemented by Servlet over IMAP4/POP3
+
+RUN_DEPENDS= tomcat41ctl:${PORTSDIR}/www/jakarta-tomcat41 \
+ ${JAVA_HOME}/jre/lib/security/.jce_policy14:${PORTSDIR}/security/jce_policy14
+
+NO_BUILD= yes
+USE_JAVA= yes
+JAVA_VERSION= 1.4+
+
+PLIST_SUB= T=${APP_HOME:S|^${LOCALBASE}/||} \
+ WWWUID=${WWWUID} WWWGID=${WWWGID}
+
+PORTDOCS= AdminGuide_V3.5.pdf \
+ BasicPkgInstallGuide_V3.5.pdf \
+ ConfigSetupGuide_V3.5.pdf \
+ LDAPSchema_V3.2.xls \
+ PCUserGuide_V3.5.pdf \
+ ReleaseNote_V3.5.pdf \
+ ReleaseNote_V3.5PL1.pdf \
+ UserGuide_V3.5.pdf \
+ xGate32to35migration.pdf
+
+RESTRICTED= "Commercial license"
+NO_CDROM= ${RESTRICTED}
+NO_PACKAGE= ${RESTRICTED}
+
+.include <bsd.port.pre.mk>
+
+APP_HOME!= ${MAKE} -C ${PORTSDIR}/www/jakarta-tomcat41 -VAPP_HOME
+WWWOWN?= www
+WWWGRP?= www
+
+CNFLSTS= account/admin.ndt \
+ account/license.dat \
+ conf/access.dat \
+ conf/address.data \
+ conf/address.map \
+ conf/admin.ldif \
+ conf/admin_group.ldif \
+ conf/createuser.conf \
+ conf/device_match.conf \
+ conf/entry.data \
+ conf/extra.types \
+ conf/group.data \
+ conf/group.map \
+ conf/ldap.map \
+ conf/log.conf \
+ conf/notify.conf \
+ conf/terminal.dat \
+ conf/user.data \
+ conf/xgate.conf
+
+post-extract:
+ @${MKDIR} ${WRKSRC}/xgate
+ @cd ${WRKSRC}/xgate && ${JAR} xf ../xgate.war
+.for conf in ${CNFLSTS}
+ @cd ${WRKSRC}/xgate/WEB-INF && ${MV} ${conf} ${conf}-dist
+.endfor
+
+post-patch:
+ ${FIND} ${WRKSRC} -name \*.orig -print0 | ${XARGS} -0 ${RM}
+
+do-install:
+ ${INSTALl} -d -o ${WWWOWN} -g ${WWWGRP} /var/log/xgate
+ @cd ${WRKSRC} && ${FIND} xgate | \
+ ${CPIO} -pdm -L -R ${WWWOWN}:${WWWGRP} ${APP_HOME}/webapps/
+.for conf in ${CNFLSTS}
+ @cd ${APP_HOME}/webapps/xgate/WEB-INF && \
+ [ ! -f ${conf} ] && ${CP} -p ${conf}-dist ${conf} || ${TRUE}
+.endfor
+.if !defined(NOPORTDOCS)
+ @${MKDIR} ${DOCSDIR}
+.for docf in ${PORTDOCS}
+ @${INSTALL_DATA} ${WRKSRC}/docs/${docf} ${DOCSDIR}
+.endfor
+.endif
+
+.include <bsd.port.post.mk>
diff --git a/japanese/xgate/distinfo b/japanese/xgate/distinfo
new file mode 100644
index 000000000000..53f62cc5f8d4
--- /dev/null
+++ b/japanese/xgate/distinfo
@@ -0,0 +1,3 @@
+MD5 (xGate/xgatepkg3.5pl1.tgz) = b2bd13ef0f16e1eb82fc0b82960010fc
+SHA256 (xGate/xgatepkg3.5pl1.tgz) = cccccf98639cbbedb08e8f8d8d99237a72cabbb41878c2504416eba7bd00cc45
+SIZE (xGate/xgatepkg3.5pl1.tgz) = 12187901
diff --git a/japanese/xgate/files/patch-log.conf-dist b/japanese/xgate/files/patch-log.conf-dist
new file mode 100644
index 000000000000..7844b77224b9
--- /dev/null
+++ b/japanese/xgate/files/patch-log.conf-dist
@@ -0,0 +1,18 @@
+--- xgate/WEB-INF/conf/log.conf-dist.orig Wed Nov 16 11:35:47 2005
++++ xgate/WEB-INF/conf/log.conf-dist Wed Nov 16 11:38:07 2005
+@@ -2,7 +2,7 @@
+ #Fri Oct 10 17:21:19 JST 2003
+ log4j.appender.A.layout.ConversionPattern=%d{MM/dd HH\:mm\:ss} [%-5p] %m%n
+ log4j.appender.E.DatePattern='.'yyyy-MM-dd
+-log4j.appender.E.File=/usr/local/xgate/log/logfile.html
++log4j.appender.E.File=/var/log/xgate/logfile.html
+ log4j.appender.D.layout.ConversionPattern=%d{yyyy-MM-dd HH\:mm\:ss} [%-5p]/ %m%n
+ log4j.appender.A.DatePattern='.'MM/dd
+ log4j.appender.A.layout=org.apache.log4j.PatternLayout
+@@ -12,5 +12,5 @@
+ log4j.appender.E.layout=org.apache.log4j.HTMLLayout
+ log4j.appender.A=org.apache.log4j.ConsoleAppender
+ log4j.appender.D.layout=org.apache.log4j.PatternLayout
+-log4j.appender.D.File=/usr/local/xgate/log/logfile.txt
++log4j.appender.D.File=/var/log/xgate/logfile.txt
+ log4j.rootCategory=DEBUG,D,A
diff --git a/japanese/xgate/files/patch-web.xml b/japanese/xgate/files/patch-web.xml
new file mode 100644
index 000000000000..591303ba2450
--- /dev/null
+++ b/japanese/xgate/files/patch-web.xml
@@ -0,0 +1,13 @@
+--- xgate/WEB-INF/web.xml.orig Sat Dec 17 23:52:08 2005
++++ xgate/WEB-INF/web.xml Sun Dec 18 15:17:15 2005
+@@ -90,6 +90,10 @@
+ <session-timeout>10</session-timeout>
+ </session-config>
+ <mime-mapping>
++ <extension>html</extension>
++ <mime-type>text/html;charset=Shift_JIS</mime-type>
++ </mime-mapping>
++ <mime-mapping>
+ <extension>hdml</extension>
+ <mime-type>text/x-hdml;charset=Shift_JIS</mime-type>
+ </mime-mapping>
diff --git a/japanese/xgate/pkg-descr b/japanese/xgate/pkg-descr
new file mode 100644
index 000000000000..9bf24b3beea8
--- /dev/null
+++ b/japanese/xgate/pkg-descr
@@ -0,0 +1,8 @@
+xGate is a webmail system.
+o Implement as Java Servlet.
+o Support IMAP4rev1 and POP3 back-end mail engine.
+o Provide mails to PC, mobile-phones and PDA with
+ high security method.
+o Supported by Orangesoft Inc with low cost management.
+
+WWW: http://www.orangesoft.co.jp/xGate/
diff --git a/japanese/xgate/pkg-plist b/japanese/xgate/pkg-plist
new file mode 100644
index 000000000000..005e3fea5f90
--- /dev/null
+++ b/japanese/xgate/pkg-plist
@@ -0,0 +1,2783 @@
+%%T%%/webapps/xgate/META-INF/MANIFEST.MF
+%%T%%/webapps/xgate/WEB-INF/LICENSE.jakarta-struts
+@unexec if cmp -s %D/%%T%%/webapps/xgate/WEB-INF/account/admin.ndt %D/%%T%%/webapps/xgate/WEB-INF/account/admin.ndt-dist; then rm -f %D/%%T%%/webapps/xgate/WEB-INF/account/admin.ndt; fi
+%%T%%/webapps/xgate/WEB-INF/account/admin.ndt-dist
+@exec [ ! -f %B/admin.ndt ] && cp -p %B/%f %B/admin.ndt
+@unexec if cmp -s %D/%%T%%/webapps/xgate/WEB-INF/account/license.dat %D/%%T%%/webapps/xgate/WEB-INF/account/license.dat-dist; then rm -f %D/%%T%%/webapps/xgate/WEB-INF/account/license.dat; fi
+%%T%%/webapps/xgate/WEB-INF/account/license.dat-dist
+@exec [ ! -f %B/license.dat ] && cp -p %B/%f %B/license.dat
+%%T%%/webapps/xgate/WEB-INF/address/readme.txt
+%%T%%/webapps/xgate/WEB-INF/build.properties
+%%T%%/webapps/xgate/WEB-INF/classes/com/happysize/net/radius/Radiusproto.class
+%%T%%/webapps/xgate/WEB-INF/classes/com/happysize/net/radius/Simple_radius_client.class
+%%T%%/webapps/xgate/WEB-INF/classes/com/happysize/net/radius/test.class
+%%T%%/webapps/xgate/WEB-INF/classes/com/happysize/util/Bytebuffer.class
+%%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/app/nissho/AccountAction.class
+%%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/app/nissho/AccountBean.class
+%%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/app/nissho/AccountManager.class
+%%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/app/nissho/AccountManagerException.class
+%%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/app/nissho/GroupConfig.class
+%%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/app/nissho/GroupEntry.class
+%%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/app/nissho/NotifyConfig.class
+%%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/app/nissho/NotifyMail.class
+%%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/app/nissho/PopAuthBean.class
+%%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/app/tbs/CreateUserException.class
+%%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/app/tbs/PCUserLoginBean.class
+%%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/app/tbs/TBSAccessFilter.class
+%%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/app/tbs/TBSUser.class
+%%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/app/tbs/action/ConfirmAction.class
+%%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/app/tbs/action/EntryAction.class
+%%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/mail/CapsuledContent.class
+%%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/mail/DefaultDrawListModelVisitor.class
+%%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/mail/DefaultDrawTextAreaVisitor.class
+%%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/mail/Envelope$1$ZoneTBL.class
+%%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/mail/Envelope.class
+%%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/mail/HtmlHelper.class
+%%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/mail/HtmlTextConvertVisitor.class
+%%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/mail/MailAddress.class
+%%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/mail/MediaVisitor.class
+%%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/mail/MessageBody.class
+%%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/mail/MessageBodyFactory.class
+%%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/mail/MessageCanvas.class
+%%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/mail/MessageDrawHint.class
+%%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/mail/MessageFactory.class
+%%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/mail/MessageFactoryException.class
+%%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/mail/MessageHeader.class
+%%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/mail/MessageItem.class
+%%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/mail/MessageItemFactory.class
+%%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/mail/MessageTextVisitor.class
+%%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/mail/MessageVisitor.class
+%%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/mail/MimeContent.class
+%%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/mail/MimeHeader.class
+%%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/mail/MultiPartContent.class
+%%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/mail/MultiPartContentFactory.class
+%%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/mail/QuotedPair.class
+%%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/mail/Rfc822Parser.class
+%%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/mail/SimpleContent.class
+%%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/mail/SimpleContentImpl.class
+%%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/mail/SinglePartContentFactory.class
+%%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/mime/Base64.class
+%%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/mime/Charset.class
+%%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/mime/ContentDisposition.class
+%%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/mime/ContentTransferEncoding.class
+%%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/mime/ContentType$Param.class
+%%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/mime/ContentType.class
+%%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/mime/HeaderTextDecoder.class
+%%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/mime/HeaderTextEncoder.class
+%%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/mime/QuotedPrintable.class
+%%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/mime/Utf7.class
+%%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/net/ACLBadFormatException.class
+%%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/net/AccessControl.class
+%%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/net/AccessControlList.class
+%%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/net/Apop.class
+%%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/net/HttpConnection.class
+%%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/net/InetHost.class
+%%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/net/MessageTransmitter.class
+%%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/net/MessageUid.class
+%%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/net/Pop$MessageParser.class
+%%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/net/Pop$PopMessage.class
+%%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/net/Pop$SectionAssignVisitor.class
+%%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/net/Pop.class
+%%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/net/PopException.class
+%%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/net/Radius$RadiusPacket.class
+%%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/net/Radius.class
+%%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/net/SMTPMessageTransmitter.class
+%%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/net/Smtp.class
+%%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/net/SmtpException.class
+%%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/net/URLString.class
+%%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/net/Udp.class
+%%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/net/UdpServer.class
+%%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/net/imap/AString.class
+%%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/net/imap/Acl_data.class
+%%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/net/imap/Addr_adl.class
+%%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/net/imap/Addr_host.class
+%%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/net/imap/Addr_mailbox.class
+%%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/net/imap/Addr_name.class
+%%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/net/imap/Address.class
+%%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/net/imap/Append.class
+%%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/net/imap/Atom.class
+%%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/net/imap/Auth_type.class
+%%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/net/imap/Body.class
+%%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/net/imap/Body_ext_1part.class
+%%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/net/imap/Body_ext_mpart.class
+%%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/net/imap/Body_extension.class
+%%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/net/imap/Body_fields.class
+%%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/net/imap/Body_fld_desc.class
+%%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/net/imap/Body_fld_dsp.class
+%%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/net/imap/Body_fld_enc.class
+%%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/net/imap/Body_fld_id.class
+%%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/net/imap/Body_fld_lang.class
+%%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/net/imap/Body_fld_lines.class
+%%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/net/imap/Body_fld_md5.class
+%%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/net/imap/Body_fld_octets.class
+%%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/net/imap/Body_fld_param.class
+%%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/net/imap/Body_type_1part.class
+%%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/net/imap/Body_type_basic.class
+%%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/net/imap/Body_type_mpart.class
+%%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/net/imap/Body_type_msg.class
+%%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/net/imap/Body_type_text.class
+%%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/net/imap/Capability_data.class
+%%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/net/imap/Command.class
+%%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/net/imap/Command_any.class
+%%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/net/imap/Command_auth.class
+%%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/net/imap/Command_nonauth.class
+%%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/net/imap/Command_select.class
+%%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/net/imap/ConstToken.class
+%%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/net/imap/Copy.class
+%%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/net/imap/Countable.class
+%%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/net/imap/Create.class
+%%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/net/imap/Date.class
+%%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/net/imap/Date_day.class
+%%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/net/imap/Date_day_fixed.class
+%%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/net/imap/Date_month.class
+%%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/net/imap/Date_text.class
+%%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/net/imap/Date_time.class
+%%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/net/imap/Date_year.class
+%%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/net/imap/Delete.class
+%%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/net/imap/EnvAddresses.class
+%%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/net/imap/Env_bcc.class
+%%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/net/imap/Env_cc.class
+%%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/net/imap/Env_date.class
+%%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/net/imap/Env_from.class
+%%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/net/imap/Env_in_reply_to.class
+%%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/net/imap/Env_message_id.class
+%%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/net/imap/Env_reply_to.class
+%%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/net/imap/Env_sender.class
+%%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/net/imap/Env_subject.class
+%%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/net/imap/Env_to.class
+%%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/net/imap/Envelope.class
+%%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/net/imap/Examine.class
+%%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/net/imap/Fetch.class
+%%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/net/imap/Fetch_att.class
+%%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/net/imap/Flag.class
+%%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/net/imap/Flag_extension.class
+%%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/net/imap/Flag_keyword.class
+%%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/net/imap/Flag_list.class
+%%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/net/imap/Greeting.class
+%%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/net/imap/Header_fld_name.class
+%%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/net/imap/Header_list.class
+%%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/net/imap/Identifier.class
+%%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/net/imap/Imap4Helper.class
+%%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/net/imap/ImapBasicToken.class
+%%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/net/imap/ImapBracketToken.class
+%%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/net/imap/ImapCrlf.class
+%%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/net/imap/ImapException.class
+%%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/net/imap/ImapItem.class
+%%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/net/imap/ImapItemVisitor.class
+%%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/net/imap/ImapLog.class
+%%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/net/imap/ImapParseException.class
+%%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/net/imap/ImapSeparator.class
+%%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/net/imap/ImapSeparatorCloseParenthesis.class
+%%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/net/imap/ImapSeparatorOpenParenthesis.class
+%%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/net/imap/ImapServer$DefaultBodyDownloader.class
+%%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/net/imap/ImapServer$DefaultHeaderDownloader.class
+%%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/net/imap/ImapServer$DefaultPartDownloader.class
+%%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/net/imap/ImapServer$GetNamespaceVisitor.class
+%%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/net/imap/ImapServer$GetQuotaVisitor.class
+%%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/net/imap/ImapServer$PartDownloader.class
+%%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/net/imap/ImapServer$ReadResponseThread.class
+%%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/net/imap/ImapServer$Status.class
+%%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/net/imap/ImapServer.class
+%%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/net/imap/ImapSpace.class
+%%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/net/imap/ImapString.class
+%%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/net/imap/ImapStringConverter.class
+%%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/net/imap/ImapStringToken.class
+%%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/net/imap/ImapToken.class
+%%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/net/imap/ImapTokenizer.class
+%%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/net/imap/Imap_literal_parser.class
+%%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/net/imap/Imap_parser.class
+%%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/net/imap/Imap_quoted_parser.class
+%%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/net/imap/ItemFactory.class
+%%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/net/imap/Line_end.class
+%%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/net/imap/Line_string.class
+%%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/net/imap/List.class
+%%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/net/imap/List_mailbox.class
+%%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/net/imap/Listrights_data.class
+%%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/net/imap/Literal.class
+%%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/net/imap/Login.class
+%%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/net/imap/Lsub.class
+%%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/net/imap/Mailbox.class
+%%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/net/imap/MailboxAttribute.class
+%%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/net/imap/MailboxStatus.class
+%%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/net/imap/Mailbox_data.class
+%%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/net/imap/Mailbox_data_search.class
+%%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/net/imap/Mailbox_list.class
+%%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/net/imap/Media_basic.class
+%%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/net/imap/Media_basic_type.class
+%%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/net/imap/Media_message.class
+%%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/net/imap/Media_sub_type.class
+%%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/net/imap/Media_text.class
+%%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/net/imap/Message_data.class
+%%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/net/imap/Msg_att.class
+%%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/net/imap/Myrights_data.class
+%%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/net/imap/NString.class
+%%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/net/imap/Namespace.class
+%%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/net/imap/Namespace_item.class
+%%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/net/imap/Namespace_response.class
+%%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/net/imap/Namespace_response_extension.class
+%%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/net/imap/Nil.class
+%%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/net/imap/Number.class
+%%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/net/imap/Nz_number.class
+%%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/net/imap/ParseTableInfo.class
+%%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/net/imap/Password.class
+%%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/net/imap/PoolItem.class
+%%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/net/imap/QuotaResource.class
+%%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/net/imap/QuotaResponse.class
+%%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/net/imap/Quota_list.class
+%%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/net/imap/Quota_resource.class
+%%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/net/imap/Quota_response.class
+%%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/net/imap/Quotaroot_response.class
+%%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/net/imap/Quoted.class
+%%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/net/imap/Rename.class
+%%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/net/imap/Resp_cond_auth.class
+%%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/net/imap/Resp_cond_bye.class
+%%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/net/imap/Resp_cond_state.class
+%%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/net/imap/Resp_text.class
+%%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/net/imap/Response.class
+%%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/net/imap/Response_data.class
+%%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/net/imap/Response_tagged.class
+%%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/net/imap/Rights.class
+%%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/net/imap/Search.class
+%%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/net/imap/Search_key.class
+%%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/net/imap/Search_list.class
+%%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/net/imap/Section.class
+%%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/net/imap/SectionInfo.class
+%%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/net/imap/Section_text.class
+%%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/net/imap/Select.class
+%%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/net/imap/Sequence_num.class
+%%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/net/imap/ServerType$1.class
+%%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/net/imap/ServerType$2.class
+%%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/net/imap/ServerType$3.class
+%%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/net/imap/ServerType.class
+%%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/net/imap/Set$Range.class
+%%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/net/imap/Set.class
+%%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/net/imap/Space.class
+%%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/net/imap/Status.class
+%%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/net/imap/Status_att.class
+%%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/net/imap/Status_list.class
+%%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/net/imap/Store.class
+%%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/net/imap/Store_att_flags.class
+%%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/net/imap/Subscribe.class
+%%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/net/imap/Tag.class
+%%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/net/imap/Uid.class
+%%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/net/imap/Uniqueid.class
+%%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/net/imap/Unsubscribe.class
+%%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/net/imap/Userid.class
+%%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/net/ldap/AttributeTable.class
+%%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/net/ldap/InitializeTable.class
+%%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/net/ldap/LdapConnection$PoolData.class
+%%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/net/ldap/LdapConnection.class
+%%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/net/ldap/LdapRequests.class
+%%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/net/ldap/SearchThread.class
+%%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/text/AnchorFormat.class
+%%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/text/HtmlAnchorFormat.class
+%%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/text/LinkItem.class
+%%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/text/SimpleHdmlParser.class
+%%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/text/SimpleHdmlParserEvent.class
+%%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/text/SimpleHtmlParser.class
+%%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/text/SimpleHtmlParserEvent.class
+%%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/text/TokenLinker.class
+%%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/util/AssertionException.class
+%%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/util/BadFormatTemplateException.class
+%%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/util/Bytes.class
+%%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/util/CipherHelper.class
+%%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/util/Code.class
+%%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/util/CommentableProperties.class
+%%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/util/CramMD5.class
+%%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/util/DateUtil.class
+%%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/util/DecryptException.class
+%%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/util/Des3CipherEx.class
+%%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/util/HexEncoder.class
+%%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/util/InsensitiveProperties.class
+%%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/util/ItemReader.class
+%%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/util/ItemWriter.class
+%%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/util/Logger.class
+%%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/util/MD5$MD5_CTX.class
+%%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/util/MD5.class
+%%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/util/MyURLEncoder.class
+%%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/util/PbeCipherEx.class
+%%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/util/PrintWriterEx.class
+%%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/util/StringSplitter.class
+%%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/util/StringUtil$1$Dumper.class
+%%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/util/StringUtil.class
+%%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/util/TemplateLoader.class
+%%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/util/TemplateTag.class
+%%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/util/TemplateWriter.class
+%%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/util/Text.class
+%%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/util/UrlParser.class
+%%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/util/terminal/BaseTerminal.class
+%%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/util/terminal/DefaultTerminalParser.class
+%%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/util/terminal/TerminalFactory.class
+%%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/util/terminal/TerminalParser$MatchPattern.class
+%%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/util/terminal/TerminalParser$TermData.class
+%%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/util/terminal/TerminalParser.class
+%%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/util/terminal/TerminalUtil.class
+%%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/xgate/AliasTable.class
+%%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/xgate/ApplicationResources.properties
+%%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/xgate/CommandProcessException.class
+%%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/xgate/FileExtensionFilter.class
+%%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/xgate/FilterCondition.class
+%%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/xgate/GateWriter.class
+%%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/xgate/ImapMailerContext$1$SpamTestThread.class
+%%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/xgate/ImapMailerContext.class
+%%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/xgate/JavacatConfig.class
+%%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/xgate/LdapInitializeTable.class
+%%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/xgate/LdapSearchAttribute$LdapSearchValue.class
+%%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/xgate/LdapSearchAttribute.class
+%%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/xgate/LogConfig.class
+%%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/xgate/LogFormatter.class
+%%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/xgate/MailboxAliasList.class
+%%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/xgate/MailerContext$TimerThread.class
+%%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/xgate/MailerContext.class
+%%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/xgate/MailerContextNotSupportedException.class
+%%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/xgate/MessageDest.class
+%%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/xgate/MessageDisplayVisitor.class
+%%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/xgate/OptionManager$1$OptionTable.class
+%%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/xgate/OptionManager.class
+%%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/xgate/PopMailerContext$PartSelector.class
+%%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/xgate/PopMailerContext.class
+%%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/xgate/PrivateAddressbookHelper.class
+%%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/xgate/ProductKey.class
+%%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/xgate/PropertyNotFoundException.class
+%%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/xgate/RadiusConfig.class
+%%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/xgate/SearchCondition.class
+%%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/xgate/SectionData.class
+%%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/xgate/SessionName.class
+%%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/xgate/SimpleMessage.class
+%%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/xgate/TerminalType.class
+%%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/xgate/XGate.class
+%%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/xgate/XGateCommandTable.class
+%%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/xgate/XGateConfig.class
+%%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/xgate/XGateContext.class
+%%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/xgate/XGateContextListener.class
+%%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/xgate/XGateException.class
+%%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/xgate/XGateResource.class
+%%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/xgate/XGateResourceManager.class
+%%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/xgate/XGateVersion.class
+%%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/xgate/XGateWriterFactory.class
+%%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/xgate/account/AccountCache.class
+%%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/xgate/account/AccountImporter$ImportException.class
+%%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/xgate/account/AccountImporter.class
+%%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/xgate/account/GateAccount.class
+%%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/xgate/account/GateAccountManager.class
+%%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/xgate/account/GateAccountManager_File.class
+%%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/xgate/account/GateAccountManager_File2.class
+%%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/xgate/account/GateAccountManager_Ldap.class
+%%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/xgate/account/GroupItem.class
+%%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/xgate/account/GroupManager.class
+%%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/xgate/account/GroupManager_File.class
+%%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/xgate/account/GroupManager_Ldap.class
+%%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/xgate/account/ImportAccount$SimpleTokenizer.class
+%%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/xgate/account/ImportAccount.class
+%%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/xgate/account/ImportConfig.class
+%%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/xgate/account/MailboxAlias.class
+%%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/xgate/addressbook/AddressBook$AddressComparator.class
+%%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/xgate/addressbook/AddressBook.class
+%%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/xgate/addressbook/AddressBookEntry.class
+%%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/xgate/addressbook/AddressBookManager.class
+%%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/xgate/addressbook/AddressBookManagerFile.class
+%%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/xgate/addressbook/AddressBookManagerLdap.class
+%%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/xgate/addressbook/Person.class
+%%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/xgate/addressbook/PersonalAddressbookProperty.class
+%%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/xgate/addressbook/PhoneAttribute.class
+%%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/xgate/addressbook/PhoneSearchResult.class
+%%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/xgate/addressbook/PublicAddressbook.class
+%%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/xgate/addressbook/PublicAddressbookHelper.class
+%%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/xgate/addressbook/TelephoneNumber.class
+%%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/xgate/astel/AstelAnchorFormat.class
+%%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/xgate/astel/AstelMediaChecker.class
+%%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/xgate/astel/AstelMediaConvertVisitor.class
+%%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/xgate/astel/AstelTextConvertVisitor.class
+%%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/xgate/astel/AstelWriter.class
+%%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/xgate/cmd/AuthenticateStateCommandAction.class
+%%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/xgate/cmd/ChangeMailboxAction.class
+%%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/xgate/cmd/ChangeMailboxEntryAction.class
+%%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/xgate/cmd/CommandAction.class
+%%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/xgate/cmd/CopyMessageAction.class
+%%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/xgate/cmd/CopyMessageEntryAction.class
+%%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/xgate/cmd/CopyMessageEntryImplAction.class
+%%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/xgate/cmd/CopyMessageImplAction.class
+%%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/xgate/cmd/CreateMailboxAction.class
+%%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/xgate/cmd/CreateNewAddressEntryMobileAction$1$ShowEntry.class
+%%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/xgate/cmd/CreateNewAddressEntryMobileAction.class
+%%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/xgate/cmd/DeleteMailboxAction.class
+%%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/xgate/cmd/DeleteMessageAction.class
+%%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/xgate/cmd/DeleteMessageAllAction.class
+%%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/xgate/cmd/DeleteMessageConfirmAction.class
+%%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/xgate/cmd/DeleteMessageEntryAction.class
+%%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/xgate/cmd/DeleteSelectMessagesAction.class
+%%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/xgate/cmd/DeleteTrashAction.class
+%%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/xgate/cmd/DeleteTrashEntryAction.class
+%%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/xgate/cmd/DownloadAttachFileAction.class
+%%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/xgate/cmd/EditAddressbookItemMobileAction$ShowEntry.class
+%%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/xgate/cmd/EditAddressbookItemMobileAction.class
+%%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/xgate/cmd/EditAddressentryAction.class
+%%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/xgate/cmd/EditMessageEntryAction.class
+%%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/xgate/cmd/EntryAction.class
+%%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/xgate/cmd/EntryUserAction.class
+%%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/xgate/cmd/HelpMessageCmdAction.class
+%%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/xgate/cmd/HelpMsglistCmdAction.class
+%%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/xgate/cmd/HomeAction.class
+%%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/xgate/cmd/JumpAddressAction.class
+%%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/xgate/cmd/LoginAction.class
+%%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/xgate/cmd/LogoutAction.class
+%%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/xgate/cmd/MailAddressDeleteAction.class
+%%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/xgate/cmd/MailAddressDeleteConfirmAction.class
+%%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/xgate/cmd/MailAddressEditAction.class
+%%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/xgate/cmd/MailAddressEntryAction.class
+%%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/xgate/cmd/MailAddressListAction.class
+%%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/xgate/cmd/MailAddressMenuAction.class
+%%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/xgate/cmd/MailAddressSearchAction.class
+%%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/xgate/cmd/MailAddressSearchEntryAction.class
+%%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/xgate/cmd/MailAddressSetAction.class
+%%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/xgate/cmd/MailAddressbookListAction.class
+%%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/xgate/cmd/MailSubjectEntryAction.class
+%%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/xgate/cmd/MailSubjectSetAction.class
+%%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/xgate/cmd/MailTextEntryAction.class
+%%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/xgate/cmd/MailTextSetAction.class
+%%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/xgate/cmd/ModifyAccountAction.class
+%%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/xgate/cmd/MoveMessageAction.class
+%%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/xgate/cmd/MoveMessageEntryAction.class
+%%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/xgate/cmd/NullCommandAction.class
+%%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/xgate/cmd/PurgeMessageAction.class
+%%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/xgate/cmd/PurgeMessageAllAction.class
+%%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/xgate/cmd/PurgeMessageConfirmAction.class
+%%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/xgate/cmd/PurgeMessageEntryAction.class
+%%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/xgate/cmd/RegistAddressentryAction.class
+%%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/xgate/cmd/RegisterNonSpamMessagesAction.class
+%%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/xgate/cmd/RegisterSpamMessagesAction.class
+%%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/xgate/cmd/ReloadAction.class
+%%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/xgate/cmd/ReloadMailboxAction.class
+%%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/xgate/cmd/RemoveAddressConfirmAction.class
+%%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/xgate/cmd/RemoveAddressentryAction.class
+%%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/xgate/cmd/RemoveAttachFileAction.class
+%%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/xgate/cmd/RenameMailboxAction.class
+%%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/xgate/cmd/ReplyMessageAllEntryAction.class
+%%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/xgate/cmd/ReplyMessageEntryAction.class
+%%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/xgate/cmd/ReplyMessageEntryImplAction.class
+%%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/xgate/cmd/ResetUnreadAction.class
+%%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/xgate/cmd/SaveMessageAction.class
+%%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/xgate/cmd/SearchFromSetAction.class
+%%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/xgate/cmd/SearchMailMenuAction.class
+%%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/xgate/cmd/SearchMessageAction.class
+%%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/xgate/cmd/SearchPhoneAction.class
+%%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/xgate/cmd/SearchPhoneEntryAction.class
+%%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/xgate/cmd/SearchSubjectSetAction.class
+%%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/xgate/cmd/SearchTextSetAction.class
+%%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/xgate/cmd/SearchToSetAction.class
+%%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/xgate/cmd/SearchUnreadAction.class
+%%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/xgate/cmd/SecureEntryAction.class
+%%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/xgate/cmd/SecureLoginAction.class
+%%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/xgate/cmd/SelectInboxAction.class
+%%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/xgate/cmd/SelectMailaddressInputAction.class
+%%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/xgate/cmd/SelectOutboxAction.class
+%%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/xgate/cmd/SelectPurgeAllmessageAction.class
+%%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/xgate/cmd/SelectPurgeMessageAction.class
+%%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/xgate/cmd/SelectedCopyAction.class
+%%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/xgate/cmd/SelectedCopyEntryAction.class
+%%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/xgate/cmd/SelectedCopyImplAction.class
+%%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/xgate/cmd/SelectedDeleteAction.class
+%%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/xgate/cmd/SelectedMoveAction.class
+%%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/xgate/cmd/SelectedMoveEntryAction.class
+%%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/xgate/cmd/SendConfirmAction.class
+%%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/xgate/cmd/SendMessageAction.class
+%%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/xgate/cmd/SendMessageAddressAction.class
+%%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/xgate/cmd/SendMessageAttachAction.class
+%%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/xgate/cmd/SendMessageEntryAction.class
+%%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/xgate/cmd/SendMessageEntryCreateAction.class
+%%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/xgate/cmd/SendMessagePaddressAction.class
+%%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/xgate/cmd/SendMessagePaddressEntryAction.class
+%%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/xgate/cmd/SetupAccountAction.class
+%%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/xgate/cmd/SetupWebAction.class
+%%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/xgate/cmd/ShowAddressbookAction.class
+%%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/xgate/cmd/ShowAddressbookViewAction.class
+%%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/xgate/cmd/ShowAddressentryAction.class
+%%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/xgate/cmd/ShowAddresslistAction.class
+%%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/xgate/cmd/ShowAttachPageAction.class
+%%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/xgate/cmd/ShowAttachmentAction.class
+%%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/xgate/cmd/ShowAttachmentFileAction.class
+%%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/xgate/cmd/ShowMailMenuAction.class
+%%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/xgate/cmd/ShowMailboxListAction.class
+%%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/xgate/cmd/ShowMailboxListImplAction.class
+%%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/xgate/cmd/ShowMailboxlistDirectAction.class
+%%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/xgate/cmd/ShowMessageAction.class
+%%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/xgate/cmd/ShowMessagelistMenuAction.class
+%%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/xgate/cmd/ShowMsgMenuAction.class
+%%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/xgate/cmd/ShowMsgheaderAction.class
+%%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/xgate/cmd/ShowPhonelistAction.class
+%%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/xgate/cmd/ShowReplyMenuAction.class
+%%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/xgate/cmd/ShowSelectMessageAction.class
+%%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/xgate/cmd/ShowTitleAction.class
+%%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/xgate/cmd/SignonAction.class
+%%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/xgate/cmd/SignonEntryAction.class
+%%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/xgate/cmd/TransMessageEntryAction.class
+%%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/xgate/cmd/UploadAction.class
+%%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/xgate/cmd/XGateCommand.class
+%%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/xgate/cmd/helper/PrivateAddressbookAction$CheckResult.class
+%%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/xgate/cmd/helper/PrivateAddressbookAction$CreateEntryFailException.class
+%%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/xgate/cmd/helper/PrivateAddressbookAction$InvalidEntryDataException.class
+%%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/xgate/cmd/helper/PrivateAddressbookAction.class
+%%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/xgate/cmd/helper/PublicAddressbookAction.class
+%%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/xgate/configsetup/ReloadConfig$ReloadThread.class
+%%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/xgate/configsetup/ReloadConfig.class
+%%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/xgate/configsetup/action/AclFormAction.class
+%%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/xgate/configsetup/action/AclItem.class
+%%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/xgate/configsetup/action/BackupFormAction.class
+%%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/xgate/configsetup/action/ChangePasswordFormAction.class
+%%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/xgate/configsetup/action/ConfigsetupAction.class
+%%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/xgate/configsetup/action/DispatcherAction.class
+%%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/xgate/configsetup/action/Fig.1.0.uad
+%%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/xgate/configsetup/action/Fig.1.1.uad
+%%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/xgate/configsetup/action/Fig1.3.uad
+%%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/xgate/configsetup/action/LicenseFormAction.class
+%%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/xgate/configsetup/action/LicenseInfoBean.class
+%%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/xgate/configsetup/action/LicenseInfoFormAction.class
+%%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/xgate/configsetup/action/LogFormAction.class
+%%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/xgate/configsetup/action/LoginAction.class
+%%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/xgate/configsetup/action/LogoutAction.class
+%%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/xgate/configsetup/action/MessageboxFormAction.class
+%%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/xgate/configsetup/action/NoticeFormAction.class
+%%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/xgate/configsetup/action/OtpFormAction.class
+%%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/xgate/configsetup/action/SetDefaultAction.class
+%%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/xgate/configsetup/action/SpamFilterFormAction.class
+%%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/xgate/configsetup/action/TopmenuAction.class
+%%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/xgate/configsetup/action/action.ucd
+%%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/xgate/configsetup/action/action.usd
+%%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/xgate/configsetup/action/performer.usd
+%%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/xgate/configsetup/form/LdapForm.class
+%%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/xgate/configsetup/form/LicenseForm.class
+%%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/xgate/configsetup/form/LoginForm.class
+%%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/xgate/configsetup/resource/AccountBasicXgateValues.class
+%%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/xgate/configsetup/resource/AddressBookXgateValues.class
+%%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/xgate/configsetup/resource/AuthXgateValues.class
+%%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/xgate/configsetup/resource/BasicXgateValues.class
+%%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/xgate/configsetup/resource/CommonXgateValues.class
+%%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/xgate/configsetup/resource/CustomXgateValues.class
+%%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/xgate/configsetup/resource/GroupXgateValues.class
+%%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/xgate/configsetup/resource/JavacatXgateValues.class
+%%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/xgate/configsetup/resource/LdapXgateValues.class
+%%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/xgate/configsetup/resource/NoticeXgateValues.class
+%%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/xgate/configsetup/resource/OtpXgateValues.class
+%%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/xgate/configsetup/resource/TerminalXgateValues.class
+%%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/xgate/configsetup/resource/XgateValues.class
+%%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/xgate/configsetup/resource/resource.xml
+%%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/xgate/configsetup/test/LoginTest.class
+%%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/xgate/configsetup/test/NameResolverTest.class
+%%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/xgate/configsetup/util/CheckLogin.class
+%%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/xgate/configsetup/util/LdapSearchAttr.class
+%%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/xgate/configsetup/util/NameResolver.class
+%%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/xgate/configsetup/util/PerformDefault.class
+%%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/xgate/configsetup/util/PerformInitialize.class
+%%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/xgate/configsetup/util/PerformOk.class
+%%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/xgate/configsetup/util/Performer.class
+%%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/xgate/core/AccountNotFoundException.class
+%%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/xgate/core/SessionManager.class
+%%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/xgate/core/SetCharacterEncodingFilter.class
+%%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/xgate/core/TemporaryFileManager.class
+%%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/xgate/core/XGateContextNotFoundException.class
+%%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/xgate/gateadmin/GateAccountServer.class
+%%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/xgate/gateadmin/Template.class
+%%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/xgate/imode/CHtmlAnchorFormat.class
+%%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/xgate/imode/CHtmlErrorConvertVisitor.class
+%%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/xgate/imode/CHtmlHelper.class
+%%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/xgate/imode/CHtmlMediaChecker.class
+%%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/xgate/imode/CHtmlMediaConvertVisitor.class
+%%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/xgate/imode/CHtmlTextConvertVisitor.class
+%%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/xgate/imode/CHtmlWriter.class
+%%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/xgate/imode/HtmlAnchorFormat.class
+%%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/xgate/imode/ImodeWriter.class
+%%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/xgate/mml/JskyWriter.class
+%%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/xgate/mml/MmlAnchorFormat.class
+%%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/xgate/mml/MmlHelper.class
+%%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/xgate/mml/MmlMediaChecker.class
+%%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/xgate/mml/MmlMediaConvertVisitor.class
+%%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/xgate/mml/MmlTextConvertVisitor.class
+%%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/xgate/notice/MailChecker$ImapChecker.class
+%%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/xgate/notice/MailChecker.class
+%%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/xgate/notice/MailNotice$TimerThread.class
+%%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/xgate/notice/MailNotice.class
+%%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/xgate/notice/MailNoticeServlet.class
+%%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/xgate/notice/MiraChecker.class
+%%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/xgate/notice/MiraNotice$TimerThread.class
+%%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/xgate/notice/MiraNotice.class
+%%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/xgate/notice/MiraReceiver.class
+%%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/xgate/notice/ShortMail.class
+%%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/xgate/page/AddressListPage.class
+%%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/xgate/page/ComposeMessageFormPage.class
+%%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/xgate/page/MessageListPage.class
+%%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/xgate/page/PCComposeMessageFormPage.class
+%%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/xgate/page/SearchMenuPage.class
+%%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/xgate/page/TimeoutErrorPage.class
+%%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/xgate/page/helper/AttachFileHelper.class
+%%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/xgate/page/helper/JspDispatcher.class
+%%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/xgate/page/helper/MailboxListPageHelper.class
+%%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/xgate/page/helper/MessageListPageHelper.class
+%%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/xgate/page/helper/MessageListPageNavigator.class
+%%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/xgate/page/helper/MessagePageHelper.class
+%%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/xgate/page/helper/WebMessageListPageHelper.class
+%%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/xgate/servlet/GateServlet.class
+%%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/xgate/spam/DictionaryStatus.class
+%%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/xgate/spam/SpamAction$1$MessageFormater.class
+%%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/xgate/spam/SpamAction.class
+%%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/xgate/spam/SpamFilter$WordProbability.class
+%%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/xgate/spam/SpamFilter$WordProbabilityComparator.class
+%%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/xgate/spam/SpamFilter.class
+%%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/xgate/spam/SpamHelper.class
+%%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/xgate/spam/WordProperty.class
+%%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/xgate/spam/WordPropertyComparator.class
+%%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/xgate/spam/WordTable.class
+%%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/xgate/util/AccessFilter.class
+%%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/xgate/util/AccessFilterException.class
+%%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/xgate/util/CarrierCheckBean.class
+%%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/xgate/util/ComposeMessage.class
+%%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/xgate/util/GenarateKeycode.class
+%%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/xgate/util/HtmlTextExtractor$MyHTMLParserCallBack.class
+%%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/xgate/util/HtmlTextExtractor.class
+%%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/xgate/util/HttpRequestUtil.class
+%%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/xgate/util/ImapVirtualText.class
+%%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/xgate/util/InputModeTag.class
+%%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/xgate/util/Invalidatable.class
+%%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/xgate/util/Language.class
+%%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/xgate/util/LdapConfig.class
+%%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/xgate/util/MailboxHelper.class
+%%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/xgate/util/MessageNotFoundException.class
+%%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/xgate/util/MissingStringResourceException.class
+%%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/xgate/util/MobilePhoneAccessKey.class
+%%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/xgate/util/RadiusHost.class
+%%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/xgate/util/StringResource.class
+%%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/xgate/util/UnknownLaguageException.class
+%%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/xgate/util/Utils.class
+%%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/xgate/util/VirtualText.class
+%%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/xgate/util/WrapHttpServletRequest.class
+%%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/xgate/util/ZipCompressor.class
+%%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/xgate/util/ZipExtractor.class
+%%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/xgate/util/media/Application_msword.class
+%%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/xgate/util/media/Application_octet_stream.class
+%%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/xgate/util/media/Application_pdf.class
+%%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/xgate/util/media/Application_ppt.class
+%%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/xgate/util/media/Application_vnd_ms_excel.class
+%%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/xgate/util/media/Application_vnd_ms_powerpoint.class
+%%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/xgate/util/media/Application_x_msexcel.class
+%%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/xgate/util/media/Application_x_mspowerpoint.class
+%%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/xgate/util/media/Image_bmp.class
+%%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/xgate/util/media/Image_gif.class
+%%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/xgate/util/media/Image_jpeg.class
+%%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/xgate/util/media/Image_png.class
+%%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/xgate/util/media/Javacat.class
+%%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/xgate/util/media/Media.class
+%%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/xgate/util/media/MediaChecker.class
+%%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/xgate/util/media/MediaDecoder.class
+%%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/xgate/util/media/Text_plain.class
+%%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/xgate/util/media/WebMediaDecoder.class
+%%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/xgate/wap/HdmlAnchorFormat.class
+%%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/xgate/wap/HdmlErrorConvertVisitor.class
+%%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/xgate/wap/HdmlHelper.class
+%%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/xgate/wap/HdmlMediaChecker.class
+%%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/xgate/wap/HdmlMediaConvertVisitor.class
+%%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/xgate/wap/HdmlTextConvertVisitor.class
+%%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/xgate/wap/HdmlWriter.class
+%%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/xgate/wap/WapWriter.class
+%%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/xgate/wap/WmlAnchorFormat.class
+%%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/xgate/wap/WmlErrorConvertVisitor.class
+%%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/xgate/wap/WmlHelper.class
+%%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/xgate/wap/WmlMediaConvertVisitor.class
+%%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/xgate/wap/WmlTextConvertVisitor.class
+%%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/xgate/wap/WmlWriter.class
+%%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/xgate/web/MailboxTree.class
+%%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/xgate/web/MailboxTreeItem$MailboxComparator.class
+%%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/xgate/web/MailboxTreeItem.class
+%%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/xgate/web/MessageBodyVisitor.class
+%%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/xgate/web/PdaMessageDisplayVisitor.class
+%%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/xgate/web/PdaWriter.class
+%%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/xgate/web/TreeItem.class
+%%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/xgate/web/WebAnchorFormat.class
+%%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/xgate/web/WebInputChecker.class
+%%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/xgate/web/WebMediaChecker.class
+%%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/xgate/web/WebMediaConvertVisitor.class
+%%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/xgate/web/WebMessageDisplayVisitor.class
+%%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/xgate/web/WebReportMessageDisplayVisitor.class
+%%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/xgate/web/WebWriter.class
+@unexec if cmp -s %D/%%T%%/webapps/xgate/WEB-INF/conf/access.dat %D/%%T%%/webapps/xgate/WEB-INF/conf/access.dat-dist; then rm -f %D/%%T%%/webapps/xgate/WEB-INF/conf/access.dat; fi
+%%T%%/webapps/xgate/WEB-INF/conf/access.dat-dist
+@exec [ ! -f %B/access.dat ] && cp -p %B/%f %B/access.dat
+@unexec if cmp -s %D/%%T%%/webapps/xgate/WEB-INF/conf/address.data %D/%%T%%/webapps/xgate/WEB-INF/conf/address.data-dist; then rm -f %D/%%T%%/webapps/xgate/WEB-INF/conf/address.data; fi
+%%T%%/webapps/xgate/WEB-INF/conf/address.data-dist
+@exec [ ! -f %B/address.data ] && cp -p %B/%f %B/address.data
+@unexec if cmp -s %D/%%T%%/webapps/xgate/WEB-INF/conf/address.map %D/%%T%%/webapps/xgate/WEB-INF/conf/address.map-dist; then rm -f %D/%%T%%/webapps/xgate/WEB-INF/conf/address.map; fi
+%%T%%/webapps/xgate/WEB-INF/conf/address.map-dist
+@exec [ ! -f %B/address.map ] && cp -p %B/%f %B/address.map
+@unexec if cmp -s %D/%%T%%/webapps/xgate/WEB-INF/conf/admin.ldif %D/%%T%%/webapps/xgate/WEB-INF/conf/admin.ldif-dist; then rm -f %D/%%T%%/webapps/xgate/WEB-INF/conf/admin.ldif; fi
+%%T%%/webapps/xgate/WEB-INF/conf/admin.ldif-dist
+@exec [ ! -f %B/admin.ldif ] && cp -p %B/%f %B/admin.ldif
+@unexec if cmp -s %D/%%T%%/webapps/xgate/WEB-INF/conf/admin_group.ldif %D/%%T%%/webapps/xgate/WEB-INF/conf/admin_group.ldif-dist; then rm -f %D/%%T%%/webapps/xgate/WEB-INF/conf/admin_group.ldif; fi
+%%T%%/webapps/xgate/WEB-INF/conf/admin_group.ldif-dist
+@exec [ ! -f %B/admin_group.ldif ] && cp -p %B/%f %B/admin_group.ldif
+@unexec if cmp -s %D/%%T%%/webapps/xgate/WEB-INF/conf/createuser.conf %D/%%T%%/webapps/xgate/WEB-INF/conf/createuser.conf-dist; then rm -f %D/%%T%%/webapps/xgate/WEB-INF/conf/createuser.conf; fi
+%%T%%/webapps/xgate/WEB-INF/conf/createuser.conf-dist
+@exec [ ! -f %B/createuser.conf ] && cp -p %B/%f %B/createuser.conf
+@unexec if cmp -s %D/%%T%%/webapps/xgate/WEB-INF/conf/device_match.conf %D/%%T%%/webapps/xgate/WEB-INF/conf/device_match.conf-dist; then rm -f %D/%%T%%/webapps/xgate/WEB-INF/conf/device_match.conf; fi
+%%T%%/webapps/xgate/WEB-INF/conf/device_match.conf-dist
+@exec [ ! -f %B/device_match.conf ] && cp -p %B/%f %B/device_match.conf
+@unexec if cmp -s %D/%%T%%/webapps/xgate/WEB-INF/conf/entry.data %D/%%T%%/webapps/xgate/WEB-INF/conf/entry.data-dist; then rm -f %D/%%T%%/webapps/xgate/WEB-INF/conf/entry.data; fi
+%%T%%/webapps/xgate/WEB-INF/conf/entry.data-dist
+@exec [ ! -f %B/entry.data ] && cp -p %B/%f %B/entry.data
+@unexec if cmp -s %D/%%T%%/webapps/xgate/WEB-INF/conf/extra.types %D/%%T%%/webapps/xgate/WEB-INF/conf/extra.types-dist; then rm -f %D/%%T%%/webapps/xgate/WEB-INF/conf/extra.types; fi
+%%T%%/webapps/xgate/WEB-INF/conf/extra.types-dist
+@exec [ ! -f %B/extra.types ] && cp -p %B/%f %B/extra.types
+@unexec if cmp -s %D/%%T%%/webapps/xgate/WEB-INF/conf/group.data %D/%%T%%/webapps/xgate/WEB-INF/conf/group.data-dist; then rm -f %D/%%T%%/webapps/xgate/WEB-INF/conf/group.data; fi
+%%T%%/webapps/xgate/WEB-INF/conf/group.data-dist
+@exec [ ! -f %B/group.data ] && cp -p %B/%f %B/group.data
+@unexec if cmp -s %D/%%T%%/webapps/xgate/WEB-INF/conf/group.map %D/%%T%%/webapps/xgate/WEB-INF/conf/group.map-dist; then rm -f %D/%%T%%/webapps/xgate/WEB-INF/conf/group.map; fi
+%%T%%/webapps/xgate/WEB-INF/conf/group.map-dist
+@exec [ ! -f %B/group.map ] && cp -p %B/%f %B/group.map
+@unexec if cmp -s %D/%%T%%/webapps/xgate/WEB-INF/conf/ldap.map %D/%%T%%/webapps/xgate/WEB-INF/conf/ldap.map-dist; then rm -f %D/%%T%%/webapps/xgate/WEB-INF/conf/ldap.map; fi
+%%T%%/webapps/xgate/WEB-INF/conf/ldap.map-dist
+@exec [ ! -f %B/ldap.map ] && cp -p %B/%f %B/ldap.map
+@unexec if cmp -s %D/%%T%%/webapps/xgate/WEB-INF/conf/log.conf %D/%%T%%/webapps/xgate/WEB-INF/conf/log.conf-dist; then rm -f %D/%%T%%/webapps/xgate/WEB-INF/conf/log.conf; fi
+%%T%%/webapps/xgate/WEB-INF/conf/log.conf-dist
+@exec [ ! -f %B/log.conf ] && cp -p %B/%f %B/log.conf
+@unexec if cmp -s %D/%%T%%/webapps/xgate/WEB-INF/conf/notify.conf %D/%%T%%/webapps/xgate/WEB-INF/conf/notify.conf-dist; then rm -f %D/%%T%%/webapps/xgate/WEB-INF/conf/notify.conf; fi
+%%T%%/webapps/xgate/WEB-INF/conf/notify.conf-dist
+@exec [ ! -f %B/notify.conf ] && cp -p %B/%f %B/notify.conf
+@unexec if cmp -s %D/%%T%%/webapps/xgate/WEB-INF/conf/terminal.dat %D/%%T%%/webapps/xgate/WEB-INF/conf/terminal.dat-dist; then rm -f %D/%%T%%/webapps/xgate/WEB-INF/conf/terminal.dat; fi
+%%T%%/webapps/xgate/WEB-INF/conf/terminal.dat-dist
+@exec [ ! -f %B/terminal.dat ] && cp -p %B/%f %B/terminal.dat
+@unexec if cmp -s %D/%%T%%/webapps/xgate/WEB-INF/conf/user.data %D/%%T%%/webapps/xgate/WEB-INF/conf/user.data-dist; then rm -f %D/%%T%%/webapps/xgate/WEB-INF/conf/user.data; fi
+%%T%%/webapps/xgate/WEB-INF/conf/user.data-dist
+@exec [ ! -f %B/user.data ] && cp -p %B/%f %B/user.data
+@unexec if cmp -s %D/%%T%%/webapps/xgate/WEB-INF/conf/xgate.conf %D/%%T%%/webapps/xgate/WEB-INF/conf/xgate.conf-dist; then rm -f %D/%%T%%/webapps/xgate/WEB-INF/conf/xgate.conf; fi
+%%T%%/webapps/xgate/WEB-INF/conf/xgate.conf-dist
+@exec [ ! -f %B/xgate.conf ] && cp -p %B/%f %B/xgate.conf
+%%T%%/webapps/xgate/WEB-INF/deploy.xml
+%%T%%/webapps/xgate/WEB-INF/dtds/struts-config_1_0.dtd
+%%T%%/webapps/xgate/WEB-INF/dtds/struts-config_1_1.dtd
+%%T%%/webapps/xgate/WEB-INF/dtds/struts-config_1_2.dtd
+%%T%%/webapps/xgate/WEB-INF/dtds/tiles-config_1_1.dtd
+%%T%%/webapps/xgate/WEB-INF/dtds/validator_1_0.dtd
+%%T%%/webapps/xgate/WEB-INF/dtds/web-app_2_2.dtd
+%%T%%/webapps/xgate/WEB-INF/dtds/web-app_2_3.dtd
+%%T%%/webapps/xgate/WEB-INF/lib/antlr.jar
+%%T%%/webapps/xgate/WEB-INF/lib/aspectjrt-1.0.5.jar
+%%T%%/webapps/xgate/WEB-INF/lib/cactus-ant-1.4b1.jar
+%%T%%/webapps/xgate/WEB-INF/lib/commons-beanutils.jar
+%%T%%/webapps/xgate/WEB-INF/lib/commons-collections.jar
+%%T%%/webapps/xgate/WEB-INF/lib/commons-dbcp.jar
+%%T%%/webapps/xgate/WEB-INF/lib/commons-digester.jar
+%%T%%/webapps/xgate/WEB-INF/lib/commons-fileupload.jar
+%%T%%/webapps/xgate/WEB-INF/lib/commons-httpclient-2.0alpha1-20020720.jar
+%%T%%/webapps/xgate/WEB-INF/lib/commons-lang.jar
+%%T%%/webapps/xgate/WEB-INF/lib/commons-logging-1.0.jar
+%%T%%/webapps/xgate/WEB-INF/lib/commons-logging.jar
+%%T%%/webapps/xgate/WEB-INF/lib/commons-pool.jar
+%%T%%/webapps/xgate/WEB-INF/lib/commons-resources.jar
+%%T%%/webapps/xgate/WEB-INF/lib/commons-services.jar
+%%T%%/webapps/xgate/WEB-INF/lib/commons-validator.jar
+%%T%%/webapps/xgate/WEB-INF/lib/cos.jar
+%%T%%/webapps/xgate/WEB-INF/lib/dom.jar
+%%T%%/webapps/xgate/WEB-INF/lib/httpunit-1.4.1.jar
+%%T%%/webapps/xgate/WEB-INF/lib/httpunit.jar
+%%T%%/webapps/xgate/WEB-INF/lib/iaik_jce.jar
+%%T%%/webapps/xgate/WEB-INF/lib/jaas.jar
+%%T%%/webapps/xgate/WEB-INF/lib/jakarta-oro-2.0.3.jar
+%%T%%/webapps/xgate/WEB-INF/lib/jakarta-oro.jar
+%%T%%/webapps/xgate/WEB-INF/lib/jakarta-regexp-1.2.jar
+%%T%%/webapps/xgate/WEB-INF/lib/javacat.jar
+%%T%%/webapps/xgate/WEB-INF/lib/jaxen-full.jar
+%%T%%/webapps/xgate/WEB-INF/lib/jaxp-api.jar
+%%T%%/webapps/xgate/WEB-INF/lib/jdbc2_0-stdext.jar
+%%T%%/webapps/xgate/WEB-INF/lib/jstl.jar
+%%T%%/webapps/xgate/WEB-INF/lib/junit-3.7.jar
+%%T%%/webapps/xgate/WEB-INF/lib/junit.jar
+%%T%%/webapps/xgate/WEB-INF/lib/log4j-1.2.7.jar
+%%T%%/webapps/xgate/WEB-INF/lib/sax.jar
+%%T%%/webapps/xgate/WEB-INF/lib/saxpath.jar
+%%T%%/webapps/xgate/WEB-INF/lib/standard.jar
+%%T%%/webapps/xgate/WEB-INF/lib/struts-legacy.jar
+%%T%%/webapps/xgate/WEB-INF/lib/struts.jar
+%%T%%/webapps/xgate/WEB-INF/lib/struts1.1-i18n_ja.jar
+%%T%%/webapps/xgate/WEB-INF/lib/tools.jar
+%%T%%/webapps/xgate/WEB-INF/lib/xalan.jar
+%%T%%/webapps/xgate/WEB-INF/lib/xercesImpl.jar
+%%T%%/webapps/xgate/WEB-INF/lib/xmlParserAPIs.jar
+%%T%%/webapps/xgate/WEB-INF/log/readme.txt
+%%T%%/webapps/xgate/WEB-INF/res/message_en.res
+%%T%%/webapps/xgate/WEB-INF/res/message_ja.res
+%%T%%/webapps/xgate/WEB-INF/resin-web.xml
+%%T%%/webapps/xgate/WEB-INF/rootdn.ldif
+%%T%%/webapps/xgate/WEB-INF/rootdn_group.ldif
+%%T%%/webapps/xgate/WEB-INF/sample/import_user.csv
+%%T%%/webapps/xgate/WEB-INF/struts-config-configsetup-actionmappings.exadel
+%%T%%/webapps/xgate/WEB-INF/struts-config-configsetup-actionmappings.xml
+%%T%%/webapps/xgate/WEB-INF/struts-config-configsetup-forms.xml
+%%T%%/webapps/xgate/WEB-INF/struts-config-tbs-actionmappings.xml
+%%T%%/webapps/xgate/WEB-INF/struts-config-tbs-forms.xml
+%%T%%/webapps/xgate/WEB-INF/struts-config.exadel
+%%T%%/webapps/xgate/WEB-INF/struts-config.xml
+%%T%%/webapps/xgate/WEB-INF/targets.xml
+%%T%%/webapps/xgate/WEB-INF/template/account/en/admin_importusers.html
+%%T%%/webapps/xgate/WEB-INF/template/account/en/admin_importusers_result.html
+%%T%%/webapps/xgate/WEB-INF/template/account/en/admin_importusers_result_item.html
+%%T%%/webapps/xgate/WEB-INF/template/account/en/admin_importusers_result_table.html
+%%T%%/webapps/xgate/WEB-INF/template/account/en/admin_ldaplogin.html
+%%T%%/webapps/xgate/WEB-INF/template/account/en/admin_license.html
+%%T%%/webapps/xgate/WEB-INF/template/account/en/admin_licenseentry.html
+%%T%%/webapps/xgate/WEB-INF/template/account/en/admin_logview.html
+%%T%%/webapps/xgate/WEB-INF/template/account/en/admin_logviewitem.html
+%%T%%/webapps/xgate/WEB-INF/template/account/en/admin_main.html
+%%T%%/webapps/xgate/WEB-INF/template/account/en/admin_main_adjust.html
+%%T%%/webapps/xgate/WEB-INF/template/account/en/admin_main_group.html
+%%T%%/webapps/xgate/WEB-INF/template/account/en/admin_main_license.html
+%%T%%/webapps/xgate/WEB-INF/template/account/en/admin_menu.html
+%%T%%/webapps/xgate/WEB-INF/template/account/en/admin_menu_adjust.html
+%%T%%/webapps/xgate/WEB-INF/template/account/en/admin_menu_group.html
+%%T%%/webapps/xgate/WEB-INF/template/account/en/admin_menu_license.html
+%%T%%/webapps/xgate/WEB-INF/template/account/en/admin_modifyaccount.html
+%%T%%/webapps/xgate/WEB-INF/template/account/en/admin_modifyaccount_alias.html
+%%T%%/webapps/xgate/WEB-INF/template/account/en/admin_modifyaccount_group.html
+%%T%%/webapps/xgate/WEB-INF/template/account/en/admin_modifyaccount_groupno.html
+%%T%%/webapps/xgate/WEB-INF/template/account/en/admin_modifyaccount_key.html
+%%T%%/webapps/xgate/WEB-INF/template/account/en/admin_modifyaccount_level.html
+%%T%%/webapps/xgate/WEB-INF/template/account/en/admin_modifyaccount_pass.html
+%%T%%/webapps/xgate/WEB-INF/template/account/en/admin_modifyaccount_radius.html
+%%T%%/webapps/xgate/WEB-INF/template/account/en/admin_monitor.html
+%%T%%/webapps/xgate/WEB-INF/template/account/en/admin_monitoritem.html
+%%T%%/webapps/xgate/WEB-INF/template/account/en/admin_newaccount.html
+%%T%%/webapps/xgate/WEB-INF/template/account/en/admin_newaccount_group.html
+%%T%%/webapps/xgate/WEB-INF/template/account/en/admin_newaccount_key.html
+%%T%%/webapps/xgate/WEB-INF/template/account/en/admin_newaccount_level.html
+%%T%%/webapps/xgate/WEB-INF/template/account/en/admin_newaccount_pass.html
+%%T%%/webapps/xgate/WEB-INF/template/account/en/admin_newaccount_radius.html
+%%T%%/webapps/xgate/WEB-INF/template/account/en/admin_searchaccount.html
+%%T%%/webapps/xgate/WEB-INF/template/account/en/admin_searchaccount_mail.html
+%%T%%/webapps/xgate/WEB-INF/template/account/en/admin_searchresult.html
+%%T%%/webapps/xgate/WEB-INF/template/account/en/admin_searchresult_mail.html
+%%T%%/webapps/xgate/WEB-INF/template/account/en/error.html
+%%T%%/webapps/xgate/WEB-INF/template/account/en/group.scr
+%%T%%/webapps/xgate/WEB-INF/template/account/en/group_delete.html
+%%T%%/webapps/xgate/WEB-INF/template/account/en/group_ldap.html
+%%T%%/webapps/xgate/WEB-INF/template/account/en/groupadmin_newaccount_group.html
+%%T%%/webapps/xgate/WEB-INF/template/account/en/groupdata.html
+%%T%%/webapps/xgate/WEB-INF/template/account/en/groupitem.html
+%%T%%/webapps/xgate/WEB-INF/template/account/en/grouplist.html
+%%T%%/webapps/xgate/WEB-INF/template/account/en/grouplist_item.html
+%%T%%/webapps/xgate/WEB-INF/template/account/en/groupno_create.html
+%%T%%/webapps/xgate/WEB-INF/template/account/en/groupno_modify.html
+%%T%%/webapps/xgate/WEB-INF/template/account/en/info.html
+%%T%%/webapps/xgate/WEB-INF/template/account/en/logfile.html
+%%T%%/webapps/xgate/WEB-INF/template/account/en/login_menu.html
+%%T%%/webapps/xgate/WEB-INF/template/account/en/modifyaccount.html
+%%T%%/webapps/xgate/WEB-INF/template/account/en/modifyaccount_alias.html
+%%T%%/webapps/xgate/WEB-INF/template/account/en/modifyaccount_alias.scr
+%%T%%/webapps/xgate/WEB-INF/template/account/en/modifyaccount_cellular_change.html
+%%T%%/webapps/xgate/WEB-INF/template/account/en/modifyaccount_cellular_nochange.html
+%%T%%/webapps/xgate/WEB-INF/template/account/en/modifyaccount_db.html
+%%T%%/webapps/xgate/WEB-INF/template/account/en/modifyaccount_filter.html
+%%T%%/webapps/xgate/WEB-INF/template/account/en/modifyaccount_filter.scr
+%%T%%/webapps/xgate/WEB-INF/template/account/en/modifyaccount_key.html
+%%T%%/webapps/xgate/WEB-INF/template/account/en/modifyaccount_key.scr
+%%T%%/webapps/xgate/WEB-INF/template/account/en/modifyaccount_pass.html
+%%T%%/webapps/xgate/WEB-INF/template/account/en/modifyaccount_pass.scr
+%%T%%/webapps/xgate/WEB-INF/template/account/en/modifyaccount_radius.html
+%%T%%/webapps/xgate/WEB-INF/template/account/en/modifyaccount_radius.scr
+%%T%%/webapps/xgate/WEB-INF/template/account/en/newaccount_db.html
+%%T%%/webapps/xgate/WEB-INF/template/account/en/newaccount_key.scr
+%%T%%/webapps/xgate/WEB-INF/template/account/en/newaccount_pass.scr
+%%T%%/webapps/xgate/WEB-INF/template/account/en/recent_mail.html
+%%T%%/webapps/xgate/WEB-INF/template/account/en/recent_mail_pass.html
+%%T%%/webapps/xgate/WEB-INF/template/account/en/recentmail.scr
+%%T%%/webapps/xgate/WEB-INF/template/account/en/terminalitem.html
+%%T%%/webapps/xgate/WEB-INF/template/account/en/user_menu.html
+%%T%%/webapps/xgate/WEB-INF/template/account/ja/admin_importusers.html
+%%T%%/webapps/xgate/WEB-INF/template/account/ja/admin_importusers_result.html
+%%T%%/webapps/xgate/WEB-INF/template/account/ja/admin_importusers_result_item.html
+%%T%%/webapps/xgate/WEB-INF/template/account/ja/admin_importusers_result_table.html
+%%T%%/webapps/xgate/WEB-INF/template/account/ja/admin_ldaplogin.html
+%%T%%/webapps/xgate/WEB-INF/template/account/ja/admin_license.html
+%%T%%/webapps/xgate/WEB-INF/template/account/ja/admin_licenseentry.html
+%%T%%/webapps/xgate/WEB-INF/template/account/ja/admin_logview.html
+%%T%%/webapps/xgate/WEB-INF/template/account/ja/admin_logviewitem.html
+%%T%%/webapps/xgate/WEB-INF/template/account/ja/admin_main.html
+%%T%%/webapps/xgate/WEB-INF/template/account/ja/admin_main_adjust.html
+%%T%%/webapps/xgate/WEB-INF/template/account/ja/admin_main_group.html
+%%T%%/webapps/xgate/WEB-INF/template/account/ja/admin_main_license.html
+%%T%%/webapps/xgate/WEB-INF/template/account/ja/admin_menu.html
+%%T%%/webapps/xgate/WEB-INF/template/account/ja/admin_menu_adjust.html
+%%T%%/webapps/xgate/WEB-INF/template/account/ja/admin_menu_group.html
+%%T%%/webapps/xgate/WEB-INF/template/account/ja/admin_menu_license.html
+%%T%%/webapps/xgate/WEB-INF/template/account/ja/admin_modifyaccount.html
+%%T%%/webapps/xgate/WEB-INF/template/account/ja/admin_modifyaccount_alias.html
+%%T%%/webapps/xgate/WEB-INF/template/account/ja/admin_modifyaccount_group.html
+%%T%%/webapps/xgate/WEB-INF/template/account/ja/admin_modifyaccount_groupno.html
+%%T%%/webapps/xgate/WEB-INF/template/account/ja/admin_modifyaccount_key.html
+%%T%%/webapps/xgate/WEB-INF/template/account/ja/admin_modifyaccount_level.html
+%%T%%/webapps/xgate/WEB-INF/template/account/ja/admin_modifyaccount_pass.html
+%%T%%/webapps/xgate/WEB-INF/template/account/ja/admin_modifyaccount_radius.html
+%%T%%/webapps/xgate/WEB-INF/template/account/ja/admin_monitor.html
+%%T%%/webapps/xgate/WEB-INF/template/account/ja/admin_monitoritem.html
+%%T%%/webapps/xgate/WEB-INF/template/account/ja/admin_newaccount.html
+%%T%%/webapps/xgate/WEB-INF/template/account/ja/admin_newaccount_group.html
+%%T%%/webapps/xgate/WEB-INF/template/account/ja/admin_newaccount_key.html
+%%T%%/webapps/xgate/WEB-INF/template/account/ja/admin_newaccount_level.html
+%%T%%/webapps/xgate/WEB-INF/template/account/ja/admin_newaccount_pass.html
+%%T%%/webapps/xgate/WEB-INF/template/account/ja/admin_newaccount_radius.html
+%%T%%/webapps/xgate/WEB-INF/template/account/ja/admin_searchaccount.html
+%%T%%/webapps/xgate/WEB-INF/template/account/ja/admin_searchaccount_mail.html
+%%T%%/webapps/xgate/WEB-INF/template/account/ja/error.html
+%%T%%/webapps/xgate/WEB-INF/template/account/ja/group.scr
+%%T%%/webapps/xgate/WEB-INF/template/account/ja/group_delete.html
+%%T%%/webapps/xgate/WEB-INF/template/account/ja/group_ldap.html
+%%T%%/webapps/xgate/WEB-INF/template/account/ja/groupadmin_newaccount_group.html
+%%T%%/webapps/xgate/WEB-INF/template/account/ja/groupdata.html
+%%T%%/webapps/xgate/WEB-INF/template/account/ja/groupitem.html
+%%T%%/webapps/xgate/WEB-INF/template/account/ja/grouplist.html
+%%T%%/webapps/xgate/WEB-INF/template/account/ja/grouplist_item.html
+%%T%%/webapps/xgate/WEB-INF/template/account/ja/groupno_create.html
+%%T%%/webapps/xgate/WEB-INF/template/account/ja/groupno_modify.html
+%%T%%/webapps/xgate/WEB-INF/template/account/ja/info.html
+%%T%%/webapps/xgate/WEB-INF/template/account/ja/logfile.html
+%%T%%/webapps/xgate/WEB-INF/template/account/ja/login_menu.html
+%%T%%/webapps/xgate/WEB-INF/template/account/ja/modifyaccount.html
+%%T%%/webapps/xgate/WEB-INF/template/account/ja/modifyaccount_alias.html
+%%T%%/webapps/xgate/WEB-INF/template/account/ja/modifyaccount_alias.scr
+%%T%%/webapps/xgate/WEB-INF/template/account/ja/modifyaccount_cellular_change.html
+%%T%%/webapps/xgate/WEB-INF/template/account/ja/modifyaccount_cellular_nochange.html
+%%T%%/webapps/xgate/WEB-INF/template/account/ja/modifyaccount_db.html
+%%T%%/webapps/xgate/WEB-INF/template/account/ja/modifyaccount_filter.html
+%%T%%/webapps/xgate/WEB-INF/template/account/ja/modifyaccount_filter.scr
+%%T%%/webapps/xgate/WEB-INF/template/account/ja/modifyaccount_key.html
+%%T%%/webapps/xgate/WEB-INF/template/account/ja/modifyaccount_key.scr
+%%T%%/webapps/xgate/WEB-INF/template/account/ja/modifyaccount_pass.html
+%%T%%/webapps/xgate/WEB-INF/template/account/ja/modifyaccount_pass.scr
+%%T%%/webapps/xgate/WEB-INF/template/account/ja/modifyaccount_radius.html
+%%T%%/webapps/xgate/WEB-INF/template/account/ja/modifyaccount_radius.scr
+%%T%%/webapps/xgate/WEB-INF/template/account/ja/newaccount_db.html
+%%T%%/webapps/xgate/WEB-INF/template/account/ja/newaccount_key.scr
+%%T%%/webapps/xgate/WEB-INF/template/account/ja/newaccount_pass.scr
+%%T%%/webapps/xgate/WEB-INF/template/account/ja/recent_mail.html
+%%T%%/webapps/xgate/WEB-INF/template/account/ja/recent_mail_pass.html
+%%T%%/webapps/xgate/WEB-INF/template/account/ja/recentmail.scr
+%%T%%/webapps/xgate/WEB-INF/template/account/ja/terminalitem.html
+%%T%%/webapps/xgate/WEB-INF/template/account/ja/user_menu.html
+%%T%%/webapps/xgate/WEB-INF/template/astel/en/address.htm
+%%T%%/webapps/xgate/WEB-INF/template/astel/en/address_item.htm
+%%T%%/webapps/xgate/WEB-INF/template/astel/en/address_page.htm
+%%T%%/webapps/xgate/WEB-INF/template/astel/en/addresslist.htm
+%%T%%/webapps/xgate/WEB-INF/template/astel/en/addresslist_item.htm
+%%T%%/webapps/xgate/WEB-INF/template/astel/en/addresslist_page.htm
+%%T%%/webapps/xgate/WEB-INF/template/astel/en/adr_del.htm
+%%T%%/webapps/xgate/WEB-INF/template/astel/en/adr_edit.htm
+%%T%%/webapps/xgate/WEB-INF/template/astel/en/adr_view.htm
+%%T%%/webapps/xgate/WEB-INF/template/astel/en/alias.htm
+%%T%%/webapps/xgate/WEB-INF/template/astel/en/alias_item.htm
+%%T%%/webapps/xgate/WEB-INF/template/astel/en/alias_mailbox.htm
+%%T%%/webapps/xgate/WEB-INF/template/astel/en/alias_page.htm
+%%T%%/webapps/xgate/WEB-INF/template/astel/en/aliasmb.htm
+%%T%%/webapps/xgate/WEB-INF/template/astel/en/aliasmb_child.htm
+%%T%%/webapps/xgate/WEB-INF/template/astel/en/aliasmb_dir.htm
+%%T%%/webapps/xgate/WEB-INF/template/astel/en/aliasmb_inbox.htm
+%%T%%/webapps/xgate/WEB-INF/template/astel/en/aliasmb_item.htm
+%%T%%/webapps/xgate/WEB-INF/template/astel/en/aliasmb_noop.htm
+%%T%%/webapps/xgate/WEB-INF/template/astel/en/aliasmb_page.htm
+%%T%%/webapps/xgate/WEB-INF/template/astel/en/aliasmb_parent.htm
+%%T%%/webapps/xgate/WEB-INF/template/astel/en/config_access.htm
+%%T%%/webapps/xgate/WEB-INF/template/astel/en/config_fine.htm
+%%T%%/webapps/xgate/WEB-INF/template/astel/en/config_form.htm
+%%T%%/webapps/xgate/WEB-INF/template/astel/en/config_login.htm
+%%T%%/webapps/xgate/WEB-INF/template/astel/en/entry.htm
+%%T%%/webapps/xgate/WEB-INF/template/astel/en/error.htm
+%%T%%/webapps/xgate/WEB-INF/template/astel/en/error2.htm
+%%T%%/webapps/xgate/WEB-INF/template/astel/en/error3.htm
+%%T%%/webapps/xgate/WEB-INF/template/astel/en/find.htm
+%%T%%/webapps/xgate/WEB-INF/template/astel/en/header.htm
+%%T%%/webapps/xgate/WEB-INF/template/astel/en/info.htm
+%%T%%/webapps/xgate/WEB-INF/template/astel/en/ldap_searchaddress.htm
+%%T%%/webapps/xgate/WEB-INF/template/astel/en/ldap_searchresult.htm
+%%T%%/webapps/xgate/WEB-INF/template/astel/en/ldap_searchresult_item.htm
+%%T%%/webapps/xgate/WEB-INF/template/astel/en/ldap_searchresult_page.htm
+%%T%%/webapps/xgate/WEB-INF/template/astel/en/mail_addresschoice.htm
+%%T%%/webapps/xgate/WEB-INF/template/astel/en/mail_addresschoice_ldap.htm
+%%T%%/webapps/xgate/WEB-INF/template/astel/en/mail_addressdelete.htm
+%%T%%/webapps/xgate/WEB-INF/template/astel/en/mail_addressedit.htm
+%%T%%/webapps/xgate/WEB-INF/template/astel/en/mail_addresslist.htm
+%%T%%/webapps/xgate/WEB-INF/template/astel/en/mail_addresslist_add.htm
+%%T%%/webapps/xgate/WEB-INF/template/astel/en/mail_addresslist_item.htm
+%%T%%/webapps/xgate/WEB-INF/template/astel/en/mail_addresslist_page.htm
+%%T%%/webapps/xgate/WEB-INF/template/astel/en/mail_addressmenu.htm
+%%T%%/webapps/xgate/WEB-INF/template/astel/en/mail_subject.htm
+%%T%%/webapps/xgate/WEB-INF/template/astel/en/main.htm
+%%T%%/webapps/xgate/WEB-INF/template/astel/en/menu_folderlist.htm
+%%T%%/webapps/xgate/WEB-INF/template/astel/en/menu_foldermsg.htm
+%%T%%/webapps/xgate/WEB-INF/template/astel/en/menu_inboxlist.htm
+%%T%%/webapps/xgate/WEB-INF/template/astel/en/menu_inboxmsg.htm
+%%T%%/webapps/xgate/WEB-INF/template/astel/en/menu_message.htm
+%%T%%/webapps/xgate/WEB-INF/template/astel/en/menu_msglist.htm
+%%T%%/webapps/xgate/WEB-INF/template/astel/en/menu_reply.htm
+%%T%%/webapps/xgate/WEB-INF/template/astel/en/menu_trashlist.htm
+%%T%%/webapps/xgate/WEB-INF/template/astel/en/menu_trashmsg.htm
+%%T%%/webapps/xgate/WEB-INF/template/astel/en/message.htm
+%%T%%/webapps/xgate/WEB-INF/template/astel/en/msg_delete.htm
+%%T%%/webapps/xgate/WEB-INF/template/astel/en/msg_deleteall.htm
+%%T%%/webapps/xgate/WEB-INF/template/astel/en/msg_list.htm
+%%T%%/webapps/xgate/WEB-INF/template/astel/en/msg_next.htm
+%%T%%/webapps/xgate/WEB-INF/template/astel/en/msg_part.htm
+%%T%%/webapps/xgate/WEB-INF/template/astel/en/msglist_item.htm
+%%T%%/webapps/xgate/WEB-INF/template/astel/en/msglist_noop.htm
+%%T%%/webapps/xgate/WEB-INF/template/astel/en/msglist_page.htm
+%%T%%/webapps/xgate/WEB-INF/template/astel/en/noop.htm
+%%T%%/webapps/xgate/WEB-INF/template/astel/en/phoneresult.htm
+%%T%%/webapps/xgate/WEB-INF/template/astel/en/phoneresult_data.htm
+%%T%%/webapps/xgate/WEB-INF/template/astel/en/phoneresult_item.htm
+%%T%%/webapps/xgate/WEB-INF/template/astel/en/phoneresult_noop.htm
+%%T%%/webapps/xgate/WEB-INF/template/astel/en/phoneresult_page.htm
+%%T%%/webapps/xgate/WEB-INF/template/astel/en/phoneresult_tel.htm
+%%T%%/webapps/xgate/WEB-INF/template/astel/en/pop_menu_folderlist.htm
+%%T%%/webapps/xgate/WEB-INF/template/astel/en/pop_menu_foldermsg.htm
+%%T%%/webapps/xgate/WEB-INF/template/astel/en/pop_menu_inboxlist.htm
+%%T%%/webapps/xgate/WEB-INF/template/astel/en/pop_menu_inboxmsg.htm
+%%T%%/webapps/xgate/WEB-INF/template/astel/en/pop_menu_message.htm
+%%T%%/webapps/xgate/WEB-INF/template/astel/en/pop_menu_msglist.htm
+%%T%%/webapps/xgate/WEB-INF/template/astel/en/pop_menu_reply.htm
+%%T%%/webapps/xgate/WEB-INF/template/astel/en/pop_menu_trashlist.htm
+%%T%%/webapps/xgate/WEB-INF/template/astel/en/pop_menu_trashmsg.htm
+%%T%%/webapps/xgate/WEB-INF/template/astel/en/pop_message.htm
+%%T%%/webapps/xgate/WEB-INF/template/astel/en/pop_msg_list.htm
+%%T%%/webapps/xgate/WEB-INF/template/astel/en/radius_entry.htm
+%%T%%/webapps/xgate/WEB-INF/template/astel/en/sendmail.htm
+%%T%%/webapps/xgate/WEB-INF/template/astel/en/trash_delete.htm
+%%T%%/webapps/xgate/WEB-INF/template/astel/ja/address.htm
+%%T%%/webapps/xgate/WEB-INF/template/astel/ja/address_item.htm
+%%T%%/webapps/xgate/WEB-INF/template/astel/ja/address_page.htm
+%%T%%/webapps/xgate/WEB-INF/template/astel/ja/addresslist.htm
+%%T%%/webapps/xgate/WEB-INF/template/astel/ja/addresslist_item.htm
+%%T%%/webapps/xgate/WEB-INF/template/astel/ja/addresslist_page.htm
+%%T%%/webapps/xgate/WEB-INF/template/astel/ja/adr_del.htm
+%%T%%/webapps/xgate/WEB-INF/template/astel/ja/adr_edit.htm
+%%T%%/webapps/xgate/WEB-INF/template/astel/ja/adr_view.htm
+%%T%%/webapps/xgate/WEB-INF/template/astel/ja/alias.htm
+%%T%%/webapps/xgate/WEB-INF/template/astel/ja/alias_item.htm
+%%T%%/webapps/xgate/WEB-INF/template/astel/ja/alias_mailbox.htm
+%%T%%/webapps/xgate/WEB-INF/template/astel/ja/alias_page.htm
+%%T%%/webapps/xgate/WEB-INF/template/astel/ja/aliasmb.htm
+%%T%%/webapps/xgate/WEB-INF/template/astel/ja/aliasmb_child.htm
+%%T%%/webapps/xgate/WEB-INF/template/astel/ja/aliasmb_dir.htm
+%%T%%/webapps/xgate/WEB-INF/template/astel/ja/aliasmb_inbox.htm
+%%T%%/webapps/xgate/WEB-INF/template/astel/ja/aliasmb_item.htm
+%%T%%/webapps/xgate/WEB-INF/template/astel/ja/aliasmb_noop.htm
+%%T%%/webapps/xgate/WEB-INF/template/astel/ja/aliasmb_page.htm
+%%T%%/webapps/xgate/WEB-INF/template/astel/ja/aliasmb_parent.htm
+%%T%%/webapps/xgate/WEB-INF/template/astel/ja/config_access.htm
+%%T%%/webapps/xgate/WEB-INF/template/astel/ja/config_fine.htm
+%%T%%/webapps/xgate/WEB-INF/template/astel/ja/config_form.htm
+%%T%%/webapps/xgate/WEB-INF/template/astel/ja/config_login.htm
+%%T%%/webapps/xgate/WEB-INF/template/astel/ja/entry.htm
+%%T%%/webapps/xgate/WEB-INF/template/astel/ja/error.htm
+%%T%%/webapps/xgate/WEB-INF/template/astel/ja/error2.htm
+%%T%%/webapps/xgate/WEB-INF/template/astel/ja/error3.htm
+%%T%%/webapps/xgate/WEB-INF/template/astel/ja/find.htm
+%%T%%/webapps/xgate/WEB-INF/template/astel/ja/header.htm
+%%T%%/webapps/xgate/WEB-INF/template/astel/ja/info.htm
+%%T%%/webapps/xgate/WEB-INF/template/astel/ja/ldap_searchaddress.htm
+%%T%%/webapps/xgate/WEB-INF/template/astel/ja/ldap_searchresult.htm
+%%T%%/webapps/xgate/WEB-INF/template/astel/ja/ldap_searchresult_item.htm
+%%T%%/webapps/xgate/WEB-INF/template/astel/ja/ldap_searchresult_page.htm
+%%T%%/webapps/xgate/WEB-INF/template/astel/ja/mail_addresschoice.htm
+%%T%%/webapps/xgate/WEB-INF/template/astel/ja/mail_addresschoice_ldap.htm
+%%T%%/webapps/xgate/WEB-INF/template/astel/ja/mail_addressdelete.htm
+%%T%%/webapps/xgate/WEB-INF/template/astel/ja/mail_addressedit.htm
+%%T%%/webapps/xgate/WEB-INF/template/astel/ja/mail_addresslist.htm
+%%T%%/webapps/xgate/WEB-INF/template/astel/ja/mail_addresslist_add.htm
+%%T%%/webapps/xgate/WEB-INF/template/astel/ja/mail_addresslist_item.htm
+%%T%%/webapps/xgate/WEB-INF/template/astel/ja/mail_addresslist_page.htm
+%%T%%/webapps/xgate/WEB-INF/template/astel/ja/mail_addressmenu.htm
+%%T%%/webapps/xgate/WEB-INF/template/astel/ja/mail_subject.htm
+%%T%%/webapps/xgate/WEB-INF/template/astel/ja/main.htm
+%%T%%/webapps/xgate/WEB-INF/template/astel/ja/menu_folderlist.htm
+%%T%%/webapps/xgate/WEB-INF/template/astel/ja/menu_foldermsg.htm
+%%T%%/webapps/xgate/WEB-INF/template/astel/ja/menu_inboxlist.htm
+%%T%%/webapps/xgate/WEB-INF/template/astel/ja/menu_inboxmsg.htm
+%%T%%/webapps/xgate/WEB-INF/template/astel/ja/menu_message.htm
+%%T%%/webapps/xgate/WEB-INF/template/astel/ja/menu_msglist.htm
+%%T%%/webapps/xgate/WEB-INF/template/astel/ja/menu_reply.htm
+%%T%%/webapps/xgate/WEB-INF/template/astel/ja/menu_trashlist.htm
+%%T%%/webapps/xgate/WEB-INF/template/astel/ja/menu_trashmsg.htm
+%%T%%/webapps/xgate/WEB-INF/template/astel/ja/message.htm
+%%T%%/webapps/xgate/WEB-INF/template/astel/ja/msg_delete.htm
+%%T%%/webapps/xgate/WEB-INF/template/astel/ja/msg_deleteall.htm
+%%T%%/webapps/xgate/WEB-INF/template/astel/ja/msg_list.htm
+%%T%%/webapps/xgate/WEB-INF/template/astel/ja/msg_next.htm
+%%T%%/webapps/xgate/WEB-INF/template/astel/ja/msg_part.htm
+%%T%%/webapps/xgate/WEB-INF/template/astel/ja/msglist_item.htm
+%%T%%/webapps/xgate/WEB-INF/template/astel/ja/msglist_noop.htm
+%%T%%/webapps/xgate/WEB-INF/template/astel/ja/msglist_page.htm
+%%T%%/webapps/xgate/WEB-INF/template/astel/ja/noop.htm
+%%T%%/webapps/xgate/WEB-INF/template/astel/ja/phoneresult.htm
+%%T%%/webapps/xgate/WEB-INF/template/astel/ja/phoneresult_data.htm
+%%T%%/webapps/xgate/WEB-INF/template/astel/ja/phoneresult_item.htm
+%%T%%/webapps/xgate/WEB-INF/template/astel/ja/phoneresult_noop.htm
+%%T%%/webapps/xgate/WEB-INF/template/astel/ja/phoneresult_page.htm
+%%T%%/webapps/xgate/WEB-INF/template/astel/ja/phoneresult_tel.htm
+%%T%%/webapps/xgate/WEB-INF/template/astel/ja/pop_menu_folderlist.htm
+%%T%%/webapps/xgate/WEB-INF/template/astel/ja/pop_menu_foldermsg.htm
+%%T%%/webapps/xgate/WEB-INF/template/astel/ja/pop_menu_inboxlist.htm
+%%T%%/webapps/xgate/WEB-INF/template/astel/ja/pop_menu_inboxmsg.htm
+%%T%%/webapps/xgate/WEB-INF/template/astel/ja/pop_menu_message.htm
+%%T%%/webapps/xgate/WEB-INF/template/astel/ja/pop_menu_msglist.htm
+%%T%%/webapps/xgate/WEB-INF/template/astel/ja/pop_menu_reply.htm
+%%T%%/webapps/xgate/WEB-INF/template/astel/ja/pop_menu_trashlist.htm
+%%T%%/webapps/xgate/WEB-INF/template/astel/ja/pop_menu_trashmsg.htm
+%%T%%/webapps/xgate/WEB-INF/template/astel/ja/pop_message.htm
+%%T%%/webapps/xgate/WEB-INF/template/astel/ja/pop_msg_list.htm
+%%T%%/webapps/xgate/WEB-INF/template/astel/ja/radius_entry.htm
+%%T%%/webapps/xgate/WEB-INF/template/astel/ja/sendmail.htm
+%%T%%/webapps/xgate/WEB-INF/template/astel/ja/trash_delete.htm
+%%T%%/webapps/xgate/WEB-INF/template/etc/admin.txt
+%%T%%/webapps/xgate/WEB-INF/template/etc/hdml.txt
+%%T%%/webapps/xgate/WEB-INF/template/etc/mail.txt
+%%T%%/webapps/xgate/WEB-INF/template/etc/noticemail.txt
+%%T%%/webapps/xgate/WEB-INF/template/etc/noticemail_e.txt
+%%T%%/webapps/xgate/WEB-INF/template/imode/en/address.htm
+%%T%%/webapps/xgate/WEB-INF/template/imode/en/address_item.htm
+%%T%%/webapps/xgate/WEB-INF/template/imode/en/address_page.htm
+%%T%%/webapps/xgate/WEB-INF/template/imode/en/addresslist.htm
+%%T%%/webapps/xgate/WEB-INF/template/imode/en/addresslist_item.htm
+%%T%%/webapps/xgate/WEB-INF/template/imode/en/addresslist_page.htm
+%%T%%/webapps/xgate/WEB-INF/template/imode/en/adr_del.htm
+%%T%%/webapps/xgate/WEB-INF/template/imode/en/adr_edit.htm
+%%T%%/webapps/xgate/WEB-INF/template/imode/en/adr_view.htm
+%%T%%/webapps/xgate/WEB-INF/template/imode/en/alias.htm
+%%T%%/webapps/xgate/WEB-INF/template/imode/en/alias_item.htm
+%%T%%/webapps/xgate/WEB-INF/template/imode/en/alias_mailbox.htm
+%%T%%/webapps/xgate/WEB-INF/template/imode/en/alias_page.htm
+%%T%%/webapps/xgate/WEB-INF/template/imode/en/aliasmb.htm
+%%T%%/webapps/xgate/WEB-INF/template/imode/en/aliasmb_child.htm
+%%T%%/webapps/xgate/WEB-INF/template/imode/en/aliasmb_dir.htm
+%%T%%/webapps/xgate/WEB-INF/template/imode/en/aliasmb_inbox.htm
+%%T%%/webapps/xgate/WEB-INF/template/imode/en/aliasmb_item.htm
+%%T%%/webapps/xgate/WEB-INF/template/imode/en/aliasmb_noop.htm
+%%T%%/webapps/xgate/WEB-INF/template/imode/en/aliasmb_page.htm
+%%T%%/webapps/xgate/WEB-INF/template/imode/en/aliasmb_parent.htm
+%%T%%/webapps/xgate/WEB-INF/template/imode/en/config_access.htm
+%%T%%/webapps/xgate/WEB-INF/template/imode/en/config_fine.htm
+%%T%%/webapps/xgate/WEB-INF/template/imode/en/config_form.htm
+%%T%%/webapps/xgate/WEB-INF/template/imode/en/config_login.htm
+%%T%%/webapps/xgate/WEB-INF/template/imode/en/entry.htm
+%%T%%/webapps/xgate/WEB-INF/template/imode/en/error.htm
+%%T%%/webapps/xgate/WEB-INF/template/imode/en/error2.htm
+%%T%%/webapps/xgate/WEB-INF/template/imode/en/error3.htm
+%%T%%/webapps/xgate/WEB-INF/template/imode/en/find.htm
+%%T%%/webapps/xgate/WEB-INF/template/imode/en/header.htm
+%%T%%/webapps/xgate/WEB-INF/template/imode/en/info.htm
+%%T%%/webapps/xgate/WEB-INF/template/imode/en/ldap_searchaddress.htm
+%%T%%/webapps/xgate/WEB-INF/template/imode/en/ldap_searchresult.htm
+%%T%%/webapps/xgate/WEB-INF/template/imode/en/ldap_searchresult_item.htm
+%%T%%/webapps/xgate/WEB-INF/template/imode/en/ldap_searchresult_page.htm
+%%T%%/webapps/xgate/WEB-INF/template/imode/en/mail_addresschoice.htm
+%%T%%/webapps/xgate/WEB-INF/template/imode/en/mail_addresschoice_ldap.htm
+%%T%%/webapps/xgate/WEB-INF/template/imode/en/mail_addressdelete.htm
+%%T%%/webapps/xgate/WEB-INF/template/imode/en/mail_addressedit.htm
+%%T%%/webapps/xgate/WEB-INF/template/imode/en/mail_addresslist.htm
+%%T%%/webapps/xgate/WEB-INF/template/imode/en/mail_addresslist_add.htm
+%%T%%/webapps/xgate/WEB-INF/template/imode/en/mail_addresslist_item.htm
+%%T%%/webapps/xgate/WEB-INF/template/imode/en/mail_addresslist_page.htm
+%%T%%/webapps/xgate/WEB-INF/template/imode/en/mail_addressmenu.htm
+%%T%%/webapps/xgate/WEB-INF/template/imode/en/mail_subject.htm
+%%T%%/webapps/xgate/WEB-INF/template/imode/en/main.htm
+%%T%%/webapps/xgate/WEB-INF/template/imode/en/menu_folderlist.htm
+%%T%%/webapps/xgate/WEB-INF/template/imode/en/menu_foldermsg.htm
+%%T%%/webapps/xgate/WEB-INF/template/imode/en/menu_inboxlist.htm
+%%T%%/webapps/xgate/WEB-INF/template/imode/en/menu_inboxmsg.htm
+%%T%%/webapps/xgate/WEB-INF/template/imode/en/menu_message.htm
+%%T%%/webapps/xgate/WEB-INF/template/imode/en/menu_msglist.htm
+%%T%%/webapps/xgate/WEB-INF/template/imode/en/menu_reply.htm
+%%T%%/webapps/xgate/WEB-INF/template/imode/en/menu_trashlist.htm
+%%T%%/webapps/xgate/WEB-INF/template/imode/en/menu_trashmsg.htm
+%%T%%/webapps/xgate/WEB-INF/template/imode/en/message.htm
+%%T%%/webapps/xgate/WEB-INF/template/imode/en/msg_delete.htm
+%%T%%/webapps/xgate/WEB-INF/template/imode/en/msg_deleteall.htm
+%%T%%/webapps/xgate/WEB-INF/template/imode/en/msg_list.htm
+%%T%%/webapps/xgate/WEB-INF/template/imode/en/msg_part.htm
+%%T%%/webapps/xgate/WEB-INF/template/imode/en/msglist_item.htm
+%%T%%/webapps/xgate/WEB-INF/template/imode/en/msglist_noop.htm
+%%T%%/webapps/xgate/WEB-INF/template/imode/en/msglist_page.htm
+%%T%%/webapps/xgate/WEB-INF/template/imode/en/noop.htm
+%%T%%/webapps/xgate/WEB-INF/template/imode/en/phoneresult.htm
+%%T%%/webapps/xgate/WEB-INF/template/imode/en/phoneresult_data.htm
+%%T%%/webapps/xgate/WEB-INF/template/imode/en/phoneresult_item.htm
+%%T%%/webapps/xgate/WEB-INF/template/imode/en/phoneresult_noop.htm
+%%T%%/webapps/xgate/WEB-INF/template/imode/en/phoneresult_page.htm
+%%T%%/webapps/xgate/WEB-INF/template/imode/en/phoneresult_tel.htm
+%%T%%/webapps/xgate/WEB-INF/template/imode/en/pop_menu_folderlist.htm
+%%T%%/webapps/xgate/WEB-INF/template/imode/en/pop_menu_foldermsg.htm
+%%T%%/webapps/xgate/WEB-INF/template/imode/en/pop_menu_inboxlist.htm
+%%T%%/webapps/xgate/WEB-INF/template/imode/en/pop_menu_inboxmsg.htm
+%%T%%/webapps/xgate/WEB-INF/template/imode/en/pop_menu_message.htm
+%%T%%/webapps/xgate/WEB-INF/template/imode/en/pop_menu_msglist.htm
+%%T%%/webapps/xgate/WEB-INF/template/imode/en/pop_menu_reply.htm
+%%T%%/webapps/xgate/WEB-INF/template/imode/en/pop_menu_trashlist.htm
+%%T%%/webapps/xgate/WEB-INF/template/imode/en/pop_menu_trashmsg.htm
+%%T%%/webapps/xgate/WEB-INF/template/imode/en/pop_message.htm
+%%T%%/webapps/xgate/WEB-INF/template/imode/en/pop_msg_list.htm
+%%T%%/webapps/xgate/WEB-INF/template/imode/en/potal.htm
+%%T%%/webapps/xgate/WEB-INF/template/imode/en/radius_entry.htm
+%%T%%/webapps/xgate/WEB-INF/template/imode/en/sendmail.htm
+%%T%%/webapps/xgate/WEB-INF/template/imode/en/trash_delete.htm
+%%T%%/webapps/xgate/WEB-INF/template/imode/ja/address.htm
+%%T%%/webapps/xgate/WEB-INF/template/imode/ja/address_item.htm
+%%T%%/webapps/xgate/WEB-INF/template/imode/ja/address_page.htm
+%%T%%/webapps/xgate/WEB-INF/template/imode/ja/addresslist.htm
+%%T%%/webapps/xgate/WEB-INF/template/imode/ja/addresslist_item.htm
+%%T%%/webapps/xgate/WEB-INF/template/imode/ja/addresslist_page.htm
+%%T%%/webapps/xgate/WEB-INF/template/imode/ja/adr_del.htm
+%%T%%/webapps/xgate/WEB-INF/template/imode/ja/adr_edit.htm
+%%T%%/webapps/xgate/WEB-INF/template/imode/ja/adr_view.htm
+%%T%%/webapps/xgate/WEB-INF/template/imode/ja/alias.htm
+%%T%%/webapps/xgate/WEB-INF/template/imode/ja/alias_item.htm
+%%T%%/webapps/xgate/WEB-INF/template/imode/ja/alias_mailbox.htm
+%%T%%/webapps/xgate/WEB-INF/template/imode/ja/alias_page.htm
+%%T%%/webapps/xgate/WEB-INF/template/imode/ja/aliasmb.htm
+%%T%%/webapps/xgate/WEB-INF/template/imode/ja/aliasmb_child.htm
+%%T%%/webapps/xgate/WEB-INF/template/imode/ja/aliasmb_dir.htm
+%%T%%/webapps/xgate/WEB-INF/template/imode/ja/aliasmb_inbox.htm
+%%T%%/webapps/xgate/WEB-INF/template/imode/ja/aliasmb_item.htm
+%%T%%/webapps/xgate/WEB-INF/template/imode/ja/aliasmb_noop.htm
+%%T%%/webapps/xgate/WEB-INF/template/imode/ja/aliasmb_page.htm
+%%T%%/webapps/xgate/WEB-INF/template/imode/ja/aliasmb_parent.htm
+%%T%%/webapps/xgate/WEB-INF/template/imode/ja/config_access.htm
+%%T%%/webapps/xgate/WEB-INF/template/imode/ja/config_fine.htm
+%%T%%/webapps/xgate/WEB-INF/template/imode/ja/config_form.htm
+%%T%%/webapps/xgate/WEB-INF/template/imode/ja/config_login.htm
+%%T%%/webapps/xgate/WEB-INF/template/imode/ja/entry.htm
+%%T%%/webapps/xgate/WEB-INF/template/imode/ja/error.htm
+%%T%%/webapps/xgate/WEB-INF/template/imode/ja/error2.htm
+%%T%%/webapps/xgate/WEB-INF/template/imode/ja/error3.htm
+%%T%%/webapps/xgate/WEB-INF/template/imode/ja/find.htm
+%%T%%/webapps/xgate/WEB-INF/template/imode/ja/header.htm
+%%T%%/webapps/xgate/WEB-INF/template/imode/ja/info.htm
+%%T%%/webapps/xgate/WEB-INF/template/imode/ja/ldap_searchaddress.htm
+%%T%%/webapps/xgate/WEB-INF/template/imode/ja/ldap_searchresult.htm
+%%T%%/webapps/xgate/WEB-INF/template/imode/ja/ldap_searchresult_item.htm
+%%T%%/webapps/xgate/WEB-INF/template/imode/ja/ldap_searchresult_page.htm
+%%T%%/webapps/xgate/WEB-INF/template/imode/ja/mail_addresschoice.htm
+%%T%%/webapps/xgate/WEB-INF/template/imode/ja/mail_addresschoice_ldap.htm
+%%T%%/webapps/xgate/WEB-INF/template/imode/ja/mail_addressdelete.htm
+%%T%%/webapps/xgate/WEB-INF/template/imode/ja/mail_addressedit.htm
+%%T%%/webapps/xgate/WEB-INF/template/imode/ja/mail_addresslist.htm
+%%T%%/webapps/xgate/WEB-INF/template/imode/ja/mail_addresslist_add.htm
+%%T%%/webapps/xgate/WEB-INF/template/imode/ja/mail_addresslist_item.htm
+%%T%%/webapps/xgate/WEB-INF/template/imode/ja/mail_addresslist_page.htm
+%%T%%/webapps/xgate/WEB-INF/template/imode/ja/mail_addressmenu.htm
+%%T%%/webapps/xgate/WEB-INF/template/imode/ja/mail_subject.htm
+%%T%%/webapps/xgate/WEB-INF/template/imode/ja/main.htm
+%%T%%/webapps/xgate/WEB-INF/template/imode/ja/menu_folderlist.htm
+%%T%%/webapps/xgate/WEB-INF/template/imode/ja/menu_foldermsg.htm
+%%T%%/webapps/xgate/WEB-INF/template/imode/ja/menu_inboxlist.htm
+%%T%%/webapps/xgate/WEB-INF/template/imode/ja/menu_inboxmsg.htm
+%%T%%/webapps/xgate/WEB-INF/template/imode/ja/menu_message.htm
+%%T%%/webapps/xgate/WEB-INF/template/imode/ja/menu_msglist.htm
+%%T%%/webapps/xgate/WEB-INF/template/imode/ja/menu_reply.htm
+%%T%%/webapps/xgate/WEB-INF/template/imode/ja/menu_trashlist.htm
+%%T%%/webapps/xgate/WEB-INF/template/imode/ja/menu_trashmsg.htm
+%%T%%/webapps/xgate/WEB-INF/template/imode/ja/message.htm
+%%T%%/webapps/xgate/WEB-INF/template/imode/ja/msg_delete.htm
+%%T%%/webapps/xgate/WEB-INF/template/imode/ja/msg_deleteall.htm
+%%T%%/webapps/xgate/WEB-INF/template/imode/ja/msg_list.htm
+%%T%%/webapps/xgate/WEB-INF/template/imode/ja/msg_part.htm
+%%T%%/webapps/xgate/WEB-INF/template/imode/ja/msglist_item.htm
+%%T%%/webapps/xgate/WEB-INF/template/imode/ja/msglist_noop.htm
+%%T%%/webapps/xgate/WEB-INF/template/imode/ja/msglist_page.htm
+%%T%%/webapps/xgate/WEB-INF/template/imode/ja/noop.htm
+%%T%%/webapps/xgate/WEB-INF/template/imode/ja/phoneresult.htm
+%%T%%/webapps/xgate/WEB-INF/template/imode/ja/phoneresult_data.htm
+%%T%%/webapps/xgate/WEB-INF/template/imode/ja/phoneresult_item.htm
+%%T%%/webapps/xgate/WEB-INF/template/imode/ja/phoneresult_noop.htm
+%%T%%/webapps/xgate/WEB-INF/template/imode/ja/phoneresult_page.htm
+%%T%%/webapps/xgate/WEB-INF/template/imode/ja/phoneresult_tel.htm
+%%T%%/webapps/xgate/WEB-INF/template/imode/ja/pop_menu_folderlist.htm
+%%T%%/webapps/xgate/WEB-INF/template/imode/ja/pop_menu_foldermsg.htm
+%%T%%/webapps/xgate/WEB-INF/template/imode/ja/pop_menu_inboxlist.htm
+%%T%%/webapps/xgate/WEB-INF/template/imode/ja/pop_menu_inboxmsg.htm
+%%T%%/webapps/xgate/WEB-INF/template/imode/ja/pop_menu_message.htm
+%%T%%/webapps/xgate/WEB-INF/template/imode/ja/pop_menu_msglist.htm
+%%T%%/webapps/xgate/WEB-INF/template/imode/ja/pop_menu_reply.htm
+%%T%%/webapps/xgate/WEB-INF/template/imode/ja/pop_menu_trashlist.htm
+%%T%%/webapps/xgate/WEB-INF/template/imode/ja/pop_menu_trashmsg.htm
+%%T%%/webapps/xgate/WEB-INF/template/imode/ja/pop_message.htm
+%%T%%/webapps/xgate/WEB-INF/template/imode/ja/pop_msg_list.htm
+%%T%%/webapps/xgate/WEB-INF/template/imode/ja/potal.htm
+%%T%%/webapps/xgate/WEB-INF/template/imode/ja/radius_entry.htm
+%%T%%/webapps/xgate/WEB-INF/template/imode/ja/sendmail.htm
+%%T%%/webapps/xgate/WEB-INF/template/imode/ja/trash_delete.htm
+%%T%%/webapps/xgate/WEB-INF/template/jsky/en/address.htm
+%%T%%/webapps/xgate/WEB-INF/template/jsky/en/address_item.htm
+%%T%%/webapps/xgate/WEB-INF/template/jsky/en/address_page.htm
+%%T%%/webapps/xgate/WEB-INF/template/jsky/en/addresslist.htm
+%%T%%/webapps/xgate/WEB-INF/template/jsky/en/addresslist_item.htm
+%%T%%/webapps/xgate/WEB-INF/template/jsky/en/addresslist_page.htm
+%%T%%/webapps/xgate/WEB-INF/template/jsky/en/adr_del.htm
+%%T%%/webapps/xgate/WEB-INF/template/jsky/en/adr_edit.htm
+%%T%%/webapps/xgate/WEB-INF/template/jsky/en/adr_view.htm
+%%T%%/webapps/xgate/WEB-INF/template/jsky/en/alias.htm
+%%T%%/webapps/xgate/WEB-INF/template/jsky/en/alias_item.htm
+%%T%%/webapps/xgate/WEB-INF/template/jsky/en/alias_mailbox.htm
+%%T%%/webapps/xgate/WEB-INF/template/jsky/en/alias_page.htm
+%%T%%/webapps/xgate/WEB-INF/template/jsky/en/aliasmb.htm
+%%T%%/webapps/xgate/WEB-INF/template/jsky/en/aliasmb_child.htm
+%%T%%/webapps/xgate/WEB-INF/template/jsky/en/aliasmb_dir.htm
+%%T%%/webapps/xgate/WEB-INF/template/jsky/en/aliasmb_inbox.htm
+%%T%%/webapps/xgate/WEB-INF/template/jsky/en/aliasmb_item.htm
+%%T%%/webapps/xgate/WEB-INF/template/jsky/en/aliasmb_noop.htm
+%%T%%/webapps/xgate/WEB-INF/template/jsky/en/aliasmb_page.htm
+%%T%%/webapps/xgate/WEB-INF/template/jsky/en/aliasmb_parent.htm
+%%T%%/webapps/xgate/WEB-INF/template/jsky/en/config_access.htm
+%%T%%/webapps/xgate/WEB-INF/template/jsky/en/config_fine.htm
+%%T%%/webapps/xgate/WEB-INF/template/jsky/en/config_form.htm
+%%T%%/webapps/xgate/WEB-INF/template/jsky/en/config_login.htm
+%%T%%/webapps/xgate/WEB-INF/template/jsky/en/entry.htm
+%%T%%/webapps/xgate/WEB-INF/template/jsky/en/error.htm
+%%T%%/webapps/xgate/WEB-INF/template/jsky/en/error2.htm
+%%T%%/webapps/xgate/WEB-INF/template/jsky/en/error3.htm
+%%T%%/webapps/xgate/WEB-INF/template/jsky/en/find.htm
+%%T%%/webapps/xgate/WEB-INF/template/jsky/en/header.htm
+%%T%%/webapps/xgate/WEB-INF/template/jsky/en/info.htm
+%%T%%/webapps/xgate/WEB-INF/template/jsky/en/ldap_searchaddress.htm
+%%T%%/webapps/xgate/WEB-INF/template/jsky/en/ldap_searchresult.htm
+%%T%%/webapps/xgate/WEB-INF/template/jsky/en/ldap_searchresult_item.htm
+%%T%%/webapps/xgate/WEB-INF/template/jsky/en/ldap_searchresult_page.htm
+%%T%%/webapps/xgate/WEB-INF/template/jsky/en/mail_addresschoice.htm
+%%T%%/webapps/xgate/WEB-INF/template/jsky/en/mail_addresschoice_ldap.htm
+%%T%%/webapps/xgate/WEB-INF/template/jsky/en/mail_addressdelete.htm
+%%T%%/webapps/xgate/WEB-INF/template/jsky/en/mail_addressedit.htm
+%%T%%/webapps/xgate/WEB-INF/template/jsky/en/mail_addresslist.htm
+%%T%%/webapps/xgate/WEB-INF/template/jsky/en/mail_addresslist_add.htm
+%%T%%/webapps/xgate/WEB-INF/template/jsky/en/mail_addresslist_item.htm
+%%T%%/webapps/xgate/WEB-INF/template/jsky/en/mail_addresslist_page.htm
+%%T%%/webapps/xgate/WEB-INF/template/jsky/en/mail_addressmenu.htm
+%%T%%/webapps/xgate/WEB-INF/template/jsky/en/mail_subject.htm
+%%T%%/webapps/xgate/WEB-INF/template/jsky/en/main.htm
+%%T%%/webapps/xgate/WEB-INF/template/jsky/en/menu_folderlist.htm
+%%T%%/webapps/xgate/WEB-INF/template/jsky/en/menu_foldermsg.htm
+%%T%%/webapps/xgate/WEB-INF/template/jsky/en/menu_inboxlist.htm
+%%T%%/webapps/xgate/WEB-INF/template/jsky/en/menu_inboxmsg.htm
+%%T%%/webapps/xgate/WEB-INF/template/jsky/en/menu_message.htm
+%%T%%/webapps/xgate/WEB-INF/template/jsky/en/menu_msglist.htm
+%%T%%/webapps/xgate/WEB-INF/template/jsky/en/menu_reply.htm
+%%T%%/webapps/xgate/WEB-INF/template/jsky/en/menu_trashlist.htm
+%%T%%/webapps/xgate/WEB-INF/template/jsky/en/menu_trashmsg.htm
+%%T%%/webapps/xgate/WEB-INF/template/jsky/en/message.htm
+%%T%%/webapps/xgate/WEB-INF/template/jsky/en/msg_delete.htm
+%%T%%/webapps/xgate/WEB-INF/template/jsky/en/msg_deleteall.htm
+%%T%%/webapps/xgate/WEB-INF/template/jsky/en/msg_list.htm
+%%T%%/webapps/xgate/WEB-INF/template/jsky/en/msg_next.htm
+%%T%%/webapps/xgate/WEB-INF/template/jsky/en/msg_part.htm
+%%T%%/webapps/xgate/WEB-INF/template/jsky/en/msglist_item.htm
+%%T%%/webapps/xgate/WEB-INF/template/jsky/en/msglist_noop.htm
+%%T%%/webapps/xgate/WEB-INF/template/jsky/en/msglist_page.htm
+%%T%%/webapps/xgate/WEB-INF/template/jsky/en/noop.htm
+%%T%%/webapps/xgate/WEB-INF/template/jsky/en/phoneresult.htm
+%%T%%/webapps/xgate/WEB-INF/template/jsky/en/phoneresult_data.htm
+%%T%%/webapps/xgate/WEB-INF/template/jsky/en/phoneresult_item.htm
+%%T%%/webapps/xgate/WEB-INF/template/jsky/en/phoneresult_noop.htm
+%%T%%/webapps/xgate/WEB-INF/template/jsky/en/phoneresult_page.htm
+%%T%%/webapps/xgate/WEB-INF/template/jsky/en/phoneresult_tel.htm
+%%T%%/webapps/xgate/WEB-INF/template/jsky/en/pop_menu_folderlist.htm
+%%T%%/webapps/xgate/WEB-INF/template/jsky/en/pop_menu_foldermsg.htm
+%%T%%/webapps/xgate/WEB-INF/template/jsky/en/pop_menu_inboxlist.htm
+%%T%%/webapps/xgate/WEB-INF/template/jsky/en/pop_menu_inboxmsg.htm
+%%T%%/webapps/xgate/WEB-INF/template/jsky/en/pop_menu_message.htm
+%%T%%/webapps/xgate/WEB-INF/template/jsky/en/pop_menu_msglist.htm
+%%T%%/webapps/xgate/WEB-INF/template/jsky/en/pop_menu_reply.htm
+%%T%%/webapps/xgate/WEB-INF/template/jsky/en/pop_menu_trashlist.htm
+%%T%%/webapps/xgate/WEB-INF/template/jsky/en/pop_menu_trashmsg.htm
+%%T%%/webapps/xgate/WEB-INF/template/jsky/en/pop_message.htm
+%%T%%/webapps/xgate/WEB-INF/template/jsky/en/pop_msg_list.htm
+%%T%%/webapps/xgate/WEB-INF/template/jsky/en/potal.htm
+%%T%%/webapps/xgate/WEB-INF/template/jsky/en/radius_entry.htm
+%%T%%/webapps/xgate/WEB-INF/template/jsky/en/sendmail.htm
+%%T%%/webapps/xgate/WEB-INF/template/jsky/en/trash_delete.htm
+%%T%%/webapps/xgate/WEB-INF/template/jsky/ja/address.htm
+%%T%%/webapps/xgate/WEB-INF/template/jsky/ja/address_item.htm
+%%T%%/webapps/xgate/WEB-INF/template/jsky/ja/address_page.htm
+%%T%%/webapps/xgate/WEB-INF/template/jsky/ja/addresslist.htm
+%%T%%/webapps/xgate/WEB-INF/template/jsky/ja/addresslist_item.htm
+%%T%%/webapps/xgate/WEB-INF/template/jsky/ja/addresslist_page.htm
+%%T%%/webapps/xgate/WEB-INF/template/jsky/ja/adr_del.htm
+%%T%%/webapps/xgate/WEB-INF/template/jsky/ja/adr_edit.htm
+%%T%%/webapps/xgate/WEB-INF/template/jsky/ja/adr_view.htm
+%%T%%/webapps/xgate/WEB-INF/template/jsky/ja/alias.htm
+%%T%%/webapps/xgate/WEB-INF/template/jsky/ja/alias_item.htm
+%%T%%/webapps/xgate/WEB-INF/template/jsky/ja/alias_mailbox.htm
+%%T%%/webapps/xgate/WEB-INF/template/jsky/ja/alias_page.htm
+%%T%%/webapps/xgate/WEB-INF/template/jsky/ja/aliasmb.htm
+%%T%%/webapps/xgate/WEB-INF/template/jsky/ja/aliasmb_child.htm
+%%T%%/webapps/xgate/WEB-INF/template/jsky/ja/aliasmb_dir.htm
+%%T%%/webapps/xgate/WEB-INF/template/jsky/ja/aliasmb_inbox.htm
+%%T%%/webapps/xgate/WEB-INF/template/jsky/ja/aliasmb_item.htm
+%%T%%/webapps/xgate/WEB-INF/template/jsky/ja/aliasmb_noop.htm
+%%T%%/webapps/xgate/WEB-INF/template/jsky/ja/aliasmb_page.htm
+%%T%%/webapps/xgate/WEB-INF/template/jsky/ja/aliasmb_parent.htm
+%%T%%/webapps/xgate/WEB-INF/template/jsky/ja/config_access.htm
+%%T%%/webapps/xgate/WEB-INF/template/jsky/ja/config_fine.htm
+%%T%%/webapps/xgate/WEB-INF/template/jsky/ja/config_form.htm
+%%T%%/webapps/xgate/WEB-INF/template/jsky/ja/config_login.htm
+%%T%%/webapps/xgate/WEB-INF/template/jsky/ja/entry.htm
+%%T%%/webapps/xgate/WEB-INF/template/jsky/ja/error.htm
+%%T%%/webapps/xgate/WEB-INF/template/jsky/ja/error2.htm
+%%T%%/webapps/xgate/WEB-INF/template/jsky/ja/error3.htm
+%%T%%/webapps/xgate/WEB-INF/template/jsky/ja/find.htm
+%%T%%/webapps/xgate/WEB-INF/template/jsky/ja/header.htm
+%%T%%/webapps/xgate/WEB-INF/template/jsky/ja/info.htm
+%%T%%/webapps/xgate/WEB-INF/template/jsky/ja/ldap_searchaddress.htm
+%%T%%/webapps/xgate/WEB-INF/template/jsky/ja/ldap_searchresult.htm
+%%T%%/webapps/xgate/WEB-INF/template/jsky/ja/ldap_searchresult_item.htm
+%%T%%/webapps/xgate/WEB-INF/template/jsky/ja/ldap_searchresult_page.htm
+%%T%%/webapps/xgate/WEB-INF/template/jsky/ja/mail_addresschoice.htm
+%%T%%/webapps/xgate/WEB-INF/template/jsky/ja/mail_addresschoice_ldap.htm
+%%T%%/webapps/xgate/WEB-INF/template/jsky/ja/mail_addressdelete.htm
+%%T%%/webapps/xgate/WEB-INF/template/jsky/ja/mail_addressedit.htm
+%%T%%/webapps/xgate/WEB-INF/template/jsky/ja/mail_addresslist.htm
+%%T%%/webapps/xgate/WEB-INF/template/jsky/ja/mail_addresslist_add.htm
+%%T%%/webapps/xgate/WEB-INF/template/jsky/ja/mail_addresslist_item.htm
+%%T%%/webapps/xgate/WEB-INF/template/jsky/ja/mail_addresslist_page.htm
+%%T%%/webapps/xgate/WEB-INF/template/jsky/ja/mail_addressmenu.htm
+%%T%%/webapps/xgate/WEB-INF/template/jsky/ja/mail_subject.htm
+%%T%%/webapps/xgate/WEB-INF/template/jsky/ja/main.htm
+%%T%%/webapps/xgate/WEB-INF/template/jsky/ja/menu_folderlist.htm
+%%T%%/webapps/xgate/WEB-INF/template/jsky/ja/menu_foldermsg.htm
+%%T%%/webapps/xgate/WEB-INF/template/jsky/ja/menu_inboxlist.htm
+%%T%%/webapps/xgate/WEB-INF/template/jsky/ja/menu_inboxmsg.htm
+%%T%%/webapps/xgate/WEB-INF/template/jsky/ja/menu_message.htm
+%%T%%/webapps/xgate/WEB-INF/template/jsky/ja/menu_msglist.htm
+%%T%%/webapps/xgate/WEB-INF/template/jsky/ja/menu_reply.htm
+%%T%%/webapps/xgate/WEB-INF/template/jsky/ja/menu_trashlist.htm
+%%T%%/webapps/xgate/WEB-INF/template/jsky/ja/menu_trashmsg.htm
+%%T%%/webapps/xgate/WEB-INF/template/jsky/ja/message.htm
+%%T%%/webapps/xgate/WEB-INF/template/jsky/ja/msg_delete.htm
+%%T%%/webapps/xgate/WEB-INF/template/jsky/ja/msg_deleteall.htm
+%%T%%/webapps/xgate/WEB-INF/template/jsky/ja/msg_list.htm
+%%T%%/webapps/xgate/WEB-INF/template/jsky/ja/msg_next.htm
+%%T%%/webapps/xgate/WEB-INF/template/jsky/ja/msg_part.htm
+%%T%%/webapps/xgate/WEB-INF/template/jsky/ja/msglist_item.htm
+%%T%%/webapps/xgate/WEB-INF/template/jsky/ja/msglist_noop.htm
+%%T%%/webapps/xgate/WEB-INF/template/jsky/ja/msglist_page.htm
+%%T%%/webapps/xgate/WEB-INF/template/jsky/ja/noop.htm
+%%T%%/webapps/xgate/WEB-INF/template/jsky/ja/phoneresult.htm
+%%T%%/webapps/xgate/WEB-INF/template/jsky/ja/phoneresult_data.htm
+%%T%%/webapps/xgate/WEB-INF/template/jsky/ja/phoneresult_item.htm
+%%T%%/webapps/xgate/WEB-INF/template/jsky/ja/phoneresult_noop.htm
+%%T%%/webapps/xgate/WEB-INF/template/jsky/ja/phoneresult_page.htm
+%%T%%/webapps/xgate/WEB-INF/template/jsky/ja/phoneresult_tel.htm
+%%T%%/webapps/xgate/WEB-INF/template/jsky/ja/pop_menu_folderlist.htm
+%%T%%/webapps/xgate/WEB-INF/template/jsky/ja/pop_menu_foldermsg.htm
+%%T%%/webapps/xgate/WEB-INF/template/jsky/ja/pop_menu_inboxlist.htm
+%%T%%/webapps/xgate/WEB-INF/template/jsky/ja/pop_menu_inboxmsg.htm
+%%T%%/webapps/xgate/WEB-INF/template/jsky/ja/pop_menu_message.htm
+%%T%%/webapps/xgate/WEB-INF/template/jsky/ja/pop_menu_msglist.htm
+%%T%%/webapps/xgate/WEB-INF/template/jsky/ja/pop_menu_reply.htm
+%%T%%/webapps/xgate/WEB-INF/template/jsky/ja/pop_menu_trashlist.htm
+%%T%%/webapps/xgate/WEB-INF/template/jsky/ja/pop_menu_trashmsg.htm
+%%T%%/webapps/xgate/WEB-INF/template/jsky/ja/pop_message.htm
+%%T%%/webapps/xgate/WEB-INF/template/jsky/ja/pop_msg_list.htm
+%%T%%/webapps/xgate/WEB-INF/template/jsky/ja/potal.htm
+%%T%%/webapps/xgate/WEB-INF/template/jsky/ja/radius_entry.htm
+%%T%%/webapps/xgate/WEB-INF/template/jsky/ja/sendmail.htm
+%%T%%/webapps/xgate/WEB-INF/template/jsky/ja/trash_delete.htm
+%%T%%/webapps/xgate/WEB-INF/template/palm/en/address.htm
+%%T%%/webapps/xgate/WEB-INF/template/palm/en/address_item.htm
+%%T%%/webapps/xgate/WEB-INF/template/palm/en/address_page.htm
+%%T%%/webapps/xgate/WEB-INF/template/palm/en/addresslist.htm
+%%T%%/webapps/xgate/WEB-INF/template/palm/en/addresslist_item.htm
+%%T%%/webapps/xgate/WEB-INF/template/palm/en/addresslist_page.htm
+%%T%%/webapps/xgate/WEB-INF/template/palm/en/adr_del.htm
+%%T%%/webapps/xgate/WEB-INF/template/palm/en/adr_edit.htm
+%%T%%/webapps/xgate/WEB-INF/template/palm/en/adr_view.htm
+%%T%%/webapps/xgate/WEB-INF/template/palm/en/alias.htm
+%%T%%/webapps/xgate/WEB-INF/template/palm/en/alias_item.htm
+%%T%%/webapps/xgate/WEB-INF/template/palm/en/alias_mailbox.htm
+%%T%%/webapps/xgate/WEB-INF/template/palm/en/alias_page.htm
+%%T%%/webapps/xgate/WEB-INF/template/palm/en/aliasmb.htm
+%%T%%/webapps/xgate/WEB-INF/template/palm/en/aliasmb_child.htm
+%%T%%/webapps/xgate/WEB-INF/template/palm/en/aliasmb_dir.htm
+%%T%%/webapps/xgate/WEB-INF/template/palm/en/aliasmb_inbox.htm
+%%T%%/webapps/xgate/WEB-INF/template/palm/en/aliasmb_item.htm
+%%T%%/webapps/xgate/WEB-INF/template/palm/en/aliasmb_noop.htm
+%%T%%/webapps/xgate/WEB-INF/template/palm/en/aliasmb_page.htm
+%%T%%/webapps/xgate/WEB-INF/template/palm/en/aliasmb_parent.htm
+%%T%%/webapps/xgate/WEB-INF/template/palm/en/config_access.htm
+%%T%%/webapps/xgate/WEB-INF/template/palm/en/config_fine.htm
+%%T%%/webapps/xgate/WEB-INF/template/palm/en/config_form.htm
+%%T%%/webapps/xgate/WEB-INF/template/palm/en/config_login.htm
+%%T%%/webapps/xgate/WEB-INF/template/palm/en/entry.htm
+%%T%%/webapps/xgate/WEB-INF/template/palm/en/error.htm
+%%T%%/webapps/xgate/WEB-INF/template/palm/en/error2.htm
+%%T%%/webapps/xgate/WEB-INF/template/palm/en/error3.htm
+%%T%%/webapps/xgate/WEB-INF/template/palm/en/find.htm
+%%T%%/webapps/xgate/WEB-INF/template/palm/en/header.htm
+%%T%%/webapps/xgate/WEB-INF/template/palm/en/info.htm
+%%T%%/webapps/xgate/WEB-INF/template/palm/en/ldap_searchaddress.htm
+%%T%%/webapps/xgate/WEB-INF/template/palm/en/ldap_searchresult.htm
+%%T%%/webapps/xgate/WEB-INF/template/palm/en/ldap_searchresult_item.htm
+%%T%%/webapps/xgate/WEB-INF/template/palm/en/ldap_searchresult_page.htm
+%%T%%/webapps/xgate/WEB-INF/template/palm/en/main.htm
+%%T%%/webapps/xgate/WEB-INF/template/palm/en/menu_delete.htm
+%%T%%/webapps/xgate/WEB-INF/template/palm/en/menu_next.htm
+%%T%%/webapps/xgate/WEB-INF/template/palm/en/message.htm
+%%T%%/webapps/xgate/WEB-INF/template/palm/en/message_cmd.htm
+%%T%%/webapps/xgate/WEB-INF/template/palm/en/message_cmd_delete.htm
+%%T%%/webapps/xgate/WEB-INF/template/palm/en/message_cmd_next.htm
+%%T%%/webapps/xgate/WEB-INF/template/palm/en/msg_delete.htm
+%%T%%/webapps/xgate/WEB-INF/template/palm/en/msg_list.htm
+%%T%%/webapps/xgate/WEB-INF/template/palm/en/msg_part.htm
+%%T%%/webapps/xgate/WEB-INF/template/palm/en/msglist_item.htm
+%%T%%/webapps/xgate/WEB-INF/template/palm/en/msglist_noop.htm
+%%T%%/webapps/xgate/WEB-INF/template/palm/en/msglist_page.htm
+%%T%%/webapps/xgate/WEB-INF/template/palm/en/noop.htm
+%%T%%/webapps/xgate/WEB-INF/template/palm/en/pop_message.htm
+%%T%%/webapps/xgate/WEB-INF/template/palm/en/pop_message_cmd.htm
+%%T%%/webapps/xgate/WEB-INF/template/palm/en/pop_msg_list.htm
+%%T%%/webapps/xgate/WEB-INF/template/palm/en/potal.htm
+%%T%%/webapps/xgate/WEB-INF/template/palm/en/radius_entry.htm
+%%T%%/webapps/xgate/WEB-INF/template/palm/en/sendmail.htm
+%%T%%/webapps/xgate/WEB-INF/template/palm/en/sendmail_find.htm
+%%T%%/webapps/xgate/WEB-INF/template/palm/ja/address.htm
+%%T%%/webapps/xgate/WEB-INF/template/palm/ja/address_item.htm
+%%T%%/webapps/xgate/WEB-INF/template/palm/ja/address_page.htm
+%%T%%/webapps/xgate/WEB-INF/template/palm/ja/addresslist.htm
+%%T%%/webapps/xgate/WEB-INF/template/palm/ja/addresslist_item.htm
+%%T%%/webapps/xgate/WEB-INF/template/palm/ja/addresslist_page.htm
+%%T%%/webapps/xgate/WEB-INF/template/palm/ja/adr_del.htm
+%%T%%/webapps/xgate/WEB-INF/template/palm/ja/adr_edit.htm
+%%T%%/webapps/xgate/WEB-INF/template/palm/ja/adr_view.htm
+%%T%%/webapps/xgate/WEB-INF/template/palm/ja/alias.htm
+%%T%%/webapps/xgate/WEB-INF/template/palm/ja/alias_item.htm
+%%T%%/webapps/xgate/WEB-INF/template/palm/ja/alias_mailbox.htm
+%%T%%/webapps/xgate/WEB-INF/template/palm/ja/alias_page.htm
+%%T%%/webapps/xgate/WEB-INF/template/palm/ja/aliasmb.htm
+%%T%%/webapps/xgate/WEB-INF/template/palm/ja/aliasmb_child.htm
+%%T%%/webapps/xgate/WEB-INF/template/palm/ja/aliasmb_dir.htm
+%%T%%/webapps/xgate/WEB-INF/template/palm/ja/aliasmb_inbox.htm
+%%T%%/webapps/xgate/WEB-INF/template/palm/ja/aliasmb_item.htm
+%%T%%/webapps/xgate/WEB-INF/template/palm/ja/aliasmb_noop.htm
+%%T%%/webapps/xgate/WEB-INF/template/palm/ja/aliasmb_page.htm
+%%T%%/webapps/xgate/WEB-INF/template/palm/ja/aliasmb_parent.htm
+%%T%%/webapps/xgate/WEB-INF/template/palm/ja/config_access.htm
+%%T%%/webapps/xgate/WEB-INF/template/palm/ja/config_fine.htm
+%%T%%/webapps/xgate/WEB-INF/template/palm/ja/config_form.htm
+%%T%%/webapps/xgate/WEB-INF/template/palm/ja/config_login.htm
+%%T%%/webapps/xgate/WEB-INF/template/palm/ja/entry.htm
+%%T%%/webapps/xgate/WEB-INF/template/palm/ja/error.htm
+%%T%%/webapps/xgate/WEB-INF/template/palm/ja/error2.htm
+%%T%%/webapps/xgate/WEB-INF/template/palm/ja/error3.htm
+%%T%%/webapps/xgate/WEB-INF/template/palm/ja/find.htm
+%%T%%/webapps/xgate/WEB-INF/template/palm/ja/header.htm
+%%T%%/webapps/xgate/WEB-INF/template/palm/ja/info.htm
+%%T%%/webapps/xgate/WEB-INF/template/palm/ja/ldap_searchaddress.htm
+%%T%%/webapps/xgate/WEB-INF/template/palm/ja/ldap_searchresult.htm
+%%T%%/webapps/xgate/WEB-INF/template/palm/ja/ldap_searchresult_item.htm
+%%T%%/webapps/xgate/WEB-INF/template/palm/ja/ldap_searchresult_page.htm
+%%T%%/webapps/xgate/WEB-INF/template/palm/ja/main.htm
+%%T%%/webapps/xgate/WEB-INF/template/palm/ja/menu_delete.htm
+%%T%%/webapps/xgate/WEB-INF/template/palm/ja/menu_next.htm
+%%T%%/webapps/xgate/WEB-INF/template/palm/ja/message.htm
+%%T%%/webapps/xgate/WEB-INF/template/palm/ja/message_cmd.htm
+%%T%%/webapps/xgate/WEB-INF/template/palm/ja/message_cmd_delete.htm
+%%T%%/webapps/xgate/WEB-INF/template/palm/ja/message_cmd_next.htm
+%%T%%/webapps/xgate/WEB-INF/template/palm/ja/msg_delete.htm
+%%T%%/webapps/xgate/WEB-INF/template/palm/ja/msg_list.htm
+%%T%%/webapps/xgate/WEB-INF/template/palm/ja/msg_part.htm
+%%T%%/webapps/xgate/WEB-INF/template/palm/ja/msglist_item.htm
+%%T%%/webapps/xgate/WEB-INF/template/palm/ja/msglist_noop.htm
+%%T%%/webapps/xgate/WEB-INF/template/palm/ja/msglist_page.htm
+%%T%%/webapps/xgate/WEB-INF/template/palm/ja/noop.htm
+%%T%%/webapps/xgate/WEB-INF/template/palm/ja/pop_message.htm
+%%T%%/webapps/xgate/WEB-INF/template/palm/ja/pop_message_cmd.htm
+%%T%%/webapps/xgate/WEB-INF/template/palm/ja/pop_msg_list.htm
+%%T%%/webapps/xgate/WEB-INF/template/palm/ja/potal.htm
+%%T%%/webapps/xgate/WEB-INF/template/palm/ja/radius_entry.htm
+%%T%%/webapps/xgate/WEB-INF/template/palm/ja/sendmail.htm
+%%T%%/webapps/xgate/WEB-INF/template/palm/ja/sendmail_find.htm
+%%T%%/webapps/xgate/WEB-INF/template/wap/en/address.hdml
+%%T%%/webapps/xgate/WEB-INF/template/wap/en/address_item.hdml
+%%T%%/webapps/xgate/WEB-INF/template/wap/en/address_page.hdml
+%%T%%/webapps/xgate/WEB-INF/template/wap/en/addresslist.hdml
+%%T%%/webapps/xgate/WEB-INF/template/wap/en/addresslist_item.hdml
+%%T%%/webapps/xgate/WEB-INF/template/wap/en/addresslist_page.hdml
+%%T%%/webapps/xgate/WEB-INF/template/wap/en/adr_del.hdml
+%%T%%/webapps/xgate/WEB-INF/template/wap/en/adr_edit.hdml
+%%T%%/webapps/xgate/WEB-INF/template/wap/en/adr_view.hdml
+%%T%%/webapps/xgate/WEB-INF/template/wap/en/alias.hdml
+%%T%%/webapps/xgate/WEB-INF/template/wap/en/alias_item.hdml
+%%T%%/webapps/xgate/WEB-INF/template/wap/en/alias_mailbox.hdml
+%%T%%/webapps/xgate/WEB-INF/template/wap/en/alias_page.hdml
+%%T%%/webapps/xgate/WEB-INF/template/wap/en/aliasmb.hdml
+%%T%%/webapps/xgate/WEB-INF/template/wap/en/aliasmb_child.hdml
+%%T%%/webapps/xgate/WEB-INF/template/wap/en/aliasmb_dir.hdml
+%%T%%/webapps/xgate/WEB-INF/template/wap/en/aliasmb_inbox.hdml
+%%T%%/webapps/xgate/WEB-INF/template/wap/en/aliasmb_item.hdml
+%%T%%/webapps/xgate/WEB-INF/template/wap/en/aliasmb_noop.hdml
+%%T%%/webapps/xgate/WEB-INF/template/wap/en/aliasmb_page.hdml
+%%T%%/webapps/xgate/WEB-INF/template/wap/en/aliasmb_parent.hdml
+%%T%%/webapps/xgate/WEB-INF/template/wap/en/config_access.hdml
+%%T%%/webapps/xgate/WEB-INF/template/wap/en/config_fine.hdml
+%%T%%/webapps/xgate/WEB-INF/template/wap/en/config_form.hdml
+%%T%%/webapps/xgate/WEB-INF/template/wap/en/config_login.hdml
+%%T%%/webapps/xgate/WEB-INF/template/wap/en/entry.hdml
+%%T%%/webapps/xgate/WEB-INF/template/wap/en/error.hdml
+%%T%%/webapps/xgate/WEB-INF/template/wap/en/error2.hdml
+%%T%%/webapps/xgate/WEB-INF/template/wap/en/error3.hdml
+%%T%%/webapps/xgate/WEB-INF/template/wap/en/find.hdml
+%%T%%/webapps/xgate/WEB-INF/template/wap/en/header.hdml
+%%T%%/webapps/xgate/WEB-INF/template/wap/en/info.hdml
+%%T%%/webapps/xgate/WEB-INF/template/wap/en/ldap_searchaddress.hdml
+%%T%%/webapps/xgate/WEB-INF/template/wap/en/ldap_searchresult.hdml
+%%T%%/webapps/xgate/WEB-INF/template/wap/en/ldap_searchresult_item.hdml
+%%T%%/webapps/xgate/WEB-INF/template/wap/en/ldap_searchresult_page.hdml
+%%T%%/webapps/xgate/WEB-INF/template/wap/en/mail_addresschoice.hdml
+%%T%%/webapps/xgate/WEB-INF/template/wap/en/mail_addresschoice_ldap.hdml
+%%T%%/webapps/xgate/WEB-INF/template/wap/en/mail_addressedit.hdml
+%%T%%/webapps/xgate/WEB-INF/template/wap/en/mail_addresslist.hdml
+%%T%%/webapps/xgate/WEB-INF/template/wap/en/mail_addresslist_add.hdml
+%%T%%/webapps/xgate/WEB-INF/template/wap/en/mail_addresslist_item.hdml
+%%T%%/webapps/xgate/WEB-INF/template/wap/en/mail_addresslist_page.hdml
+%%T%%/webapps/xgate/WEB-INF/template/wap/en/mail_addressmenu.hdml
+%%T%%/webapps/xgate/WEB-INF/template/wap/en/main.hdml
+%%T%%/webapps/xgate/WEB-INF/template/wap/en/menu_folderlist.hdml
+%%T%%/webapps/xgate/WEB-INF/template/wap/en/menu_foldermsg.hdml
+%%T%%/webapps/xgate/WEB-INF/template/wap/en/menu_inboxlist.hdml
+%%T%%/webapps/xgate/WEB-INF/template/wap/en/menu_inboxmsg.hdml
+%%T%%/webapps/xgate/WEB-INF/template/wap/en/menu_message.hdml
+%%T%%/webapps/xgate/WEB-INF/template/wap/en/menu_msglist.hdml
+%%T%%/webapps/xgate/WEB-INF/template/wap/en/menu_trashlist.hdml
+%%T%%/webapps/xgate/WEB-INF/template/wap/en/menu_trashmsg.hdml
+%%T%%/webapps/xgate/WEB-INF/template/wap/en/message.hdml
+%%T%%/webapps/xgate/WEB-INF/template/wap/en/msg_deleteall.hdml
+%%T%%/webapps/xgate/WEB-INF/template/wap/en/msg_list.hdml
+%%T%%/webapps/xgate/WEB-INF/template/wap/en/msg_next.hdml
+%%T%%/webapps/xgate/WEB-INF/template/wap/en/msg_part.hdml
+%%T%%/webapps/xgate/WEB-INF/template/wap/en/msglist_item.hdml
+%%T%%/webapps/xgate/WEB-INF/template/wap/en/msglist_noop.hdml
+%%T%%/webapps/xgate/WEB-INF/template/wap/en/msglist_page.hdml
+%%T%%/webapps/xgate/WEB-INF/template/wap/en/noop.hdml
+%%T%%/webapps/xgate/WEB-INF/template/wap/en/phoneresult.hdml
+%%T%%/webapps/xgate/WEB-INF/template/wap/en/phoneresult_data.hdml
+%%T%%/webapps/xgate/WEB-INF/template/wap/en/phoneresult_item.hdml
+%%T%%/webapps/xgate/WEB-INF/template/wap/en/phoneresult_noop.hdml
+%%T%%/webapps/xgate/WEB-INF/template/wap/en/phoneresult_page.hdml
+%%T%%/webapps/xgate/WEB-INF/template/wap/en/phoneresult_tel.hdml
+%%T%%/webapps/xgate/WEB-INF/template/wap/en/pop_menu_folderlist.hdml
+%%T%%/webapps/xgate/WEB-INF/template/wap/en/pop_menu_foldermsg.hdml
+%%T%%/webapps/xgate/WEB-INF/template/wap/en/pop_menu_inboxlist.hdml
+%%T%%/webapps/xgate/WEB-INF/template/wap/en/pop_menu_inboxmsg.hdml
+%%T%%/webapps/xgate/WEB-INF/template/wap/en/pop_menu_message.hdml
+%%T%%/webapps/xgate/WEB-INF/template/wap/en/pop_menu_msglist.hdml
+%%T%%/webapps/xgate/WEB-INF/template/wap/en/pop_menu_trashlist.hdml
+%%T%%/webapps/xgate/WEB-INF/template/wap/en/pop_menu_trashmsg.hdml
+%%T%%/webapps/xgate/WEB-INF/template/wap/en/pop_message.hdml
+%%T%%/webapps/xgate/WEB-INF/template/wap/en/pop_msg_list.hdml
+%%T%%/webapps/xgate/WEB-INF/template/wap/en/potal.hdml
+%%T%%/webapps/xgate/WEB-INF/template/wap/en/radius_entry.hdml
+%%T%%/webapps/xgate/WEB-INF/template/wap/en/sendmail.hdml
+%%T%%/webapps/xgate/WEB-INF/template/wap/en/trash_delete.hdml
+%%T%%/webapps/xgate/WEB-INF/template/wap/ja/address.hdml
+%%T%%/webapps/xgate/WEB-INF/template/wap/ja/address_item.hdml
+%%T%%/webapps/xgate/WEB-INF/template/wap/ja/address_page.hdml
+%%T%%/webapps/xgate/WEB-INF/template/wap/ja/address_setnewaddress.hdml
+%%T%%/webapps/xgate/WEB-INF/template/wap/ja/addresslist.hdml
+%%T%%/webapps/xgate/WEB-INF/template/wap/ja/addresslist_item.hdml
+%%T%%/webapps/xgate/WEB-INF/template/wap/ja/addresslist_page.hdml
+%%T%%/webapps/xgate/WEB-INF/template/wap/ja/adr_del.hdml
+%%T%%/webapps/xgate/WEB-INF/template/wap/ja/adr_edit.hdml
+%%T%%/webapps/xgate/WEB-INF/template/wap/ja/adr_view.hdml
+%%T%%/webapps/xgate/WEB-INF/template/wap/ja/alias.hdml
+%%T%%/webapps/xgate/WEB-INF/template/wap/ja/alias_item.hdml
+%%T%%/webapps/xgate/WEB-INF/template/wap/ja/alias_mailbox.hdml
+%%T%%/webapps/xgate/WEB-INF/template/wap/ja/alias_page.hdml
+%%T%%/webapps/xgate/WEB-INF/template/wap/ja/aliasmb.hdml
+%%T%%/webapps/xgate/WEB-INF/template/wap/ja/aliasmb_child.hdml
+%%T%%/webapps/xgate/WEB-INF/template/wap/ja/aliasmb_dir.hdml
+%%T%%/webapps/xgate/WEB-INF/template/wap/ja/aliasmb_inbox.hdml
+%%T%%/webapps/xgate/WEB-INF/template/wap/ja/aliasmb_item.hdml
+%%T%%/webapps/xgate/WEB-INF/template/wap/ja/aliasmb_noop.hdml
+%%T%%/webapps/xgate/WEB-INF/template/wap/ja/aliasmb_page.hdml
+%%T%%/webapps/xgate/WEB-INF/template/wap/ja/aliasmb_parent.hdml
+%%T%%/webapps/xgate/WEB-INF/template/wap/ja/config_access.hdml
+%%T%%/webapps/xgate/WEB-INF/template/wap/ja/config_fine.hdml
+%%T%%/webapps/xgate/WEB-INF/template/wap/ja/config_form.hdml
+%%T%%/webapps/xgate/WEB-INF/template/wap/ja/config_login.hdml
+%%T%%/webapps/xgate/WEB-INF/template/wap/ja/entry.hdml
+%%T%%/webapps/xgate/WEB-INF/template/wap/ja/error.hdml
+%%T%%/webapps/xgate/WEB-INF/template/wap/ja/error2.hdml
+%%T%%/webapps/xgate/WEB-INF/template/wap/ja/error3.hdml
+%%T%%/webapps/xgate/WEB-INF/template/wap/ja/find.hdml
+%%T%%/webapps/xgate/WEB-INF/template/wap/ja/header.hdml
+%%T%%/webapps/xgate/WEB-INF/template/wap/ja/info.hdml
+%%T%%/webapps/xgate/WEB-INF/template/wap/ja/ldap_searchaddress.hdml
+%%T%%/webapps/xgate/WEB-INF/template/wap/ja/ldap_searchresult.hdml
+%%T%%/webapps/xgate/WEB-INF/template/wap/ja/ldap_searchresult_item.hdml
+%%T%%/webapps/xgate/WEB-INF/template/wap/ja/ldap_searchresult_page.hdml
+%%T%%/webapps/xgate/WEB-INF/template/wap/ja/mail_addresschoice.hdml
+%%T%%/webapps/xgate/WEB-INF/template/wap/ja/mail_addresschoice_ldap.hdml
+%%T%%/webapps/xgate/WEB-INF/template/wap/ja/mail_addressedit.hdml
+%%T%%/webapps/xgate/WEB-INF/template/wap/ja/mail_addresslist.hdml
+%%T%%/webapps/xgate/WEB-INF/template/wap/ja/mail_addresslist_add.hdml
+%%T%%/webapps/xgate/WEB-INF/template/wap/ja/mail_addresslist_item.hdml
+%%T%%/webapps/xgate/WEB-INF/template/wap/ja/mail_addresslist_page.hdml
+%%T%%/webapps/xgate/WEB-INF/template/wap/ja/mail_addressmenu.hdml
+%%T%%/webapps/xgate/WEB-INF/template/wap/ja/main.hdml
+%%T%%/webapps/xgate/WEB-INF/template/wap/ja/menu_folderlist.hdml
+%%T%%/webapps/xgate/WEB-INF/template/wap/ja/menu_foldermsg.hdml
+%%T%%/webapps/xgate/WEB-INF/template/wap/ja/menu_inboxlist.hdml
+%%T%%/webapps/xgate/WEB-INF/template/wap/ja/menu_inboxmsg.hdml
+%%T%%/webapps/xgate/WEB-INF/template/wap/ja/menu_message.hdml
+%%T%%/webapps/xgate/WEB-INF/template/wap/ja/menu_msglist.hdml
+%%T%%/webapps/xgate/WEB-INF/template/wap/ja/menu_trashlist.hdml
+%%T%%/webapps/xgate/WEB-INF/template/wap/ja/menu_trashmsg.hdml
+%%T%%/webapps/xgate/WEB-INF/template/wap/ja/message.hdml
+%%T%%/webapps/xgate/WEB-INF/template/wap/ja/msg_deleteall.hdml
+%%T%%/webapps/xgate/WEB-INF/template/wap/ja/msg_list.hdml
+%%T%%/webapps/xgate/WEB-INF/template/wap/ja/msg_next.hdml
+%%T%%/webapps/xgate/WEB-INF/template/wap/ja/msg_part.hdml
+%%T%%/webapps/xgate/WEB-INF/template/wap/ja/msglist_item.hdml
+%%T%%/webapps/xgate/WEB-INF/template/wap/ja/msglist_noop.hdml
+%%T%%/webapps/xgate/WEB-INF/template/wap/ja/msglist_page.hdml
+%%T%%/webapps/xgate/WEB-INF/template/wap/ja/noop.hdml
+%%T%%/webapps/xgate/WEB-INF/template/wap/ja/phoneresult.hdml
+%%T%%/webapps/xgate/WEB-INF/template/wap/ja/phoneresult_data.hdml
+%%T%%/webapps/xgate/WEB-INF/template/wap/ja/phoneresult_item.hdml
+%%T%%/webapps/xgate/WEB-INF/template/wap/ja/phoneresult_noop.hdml
+%%T%%/webapps/xgate/WEB-INF/template/wap/ja/phoneresult_page.hdml
+%%T%%/webapps/xgate/WEB-INF/template/wap/ja/phoneresult_tel.hdml
+%%T%%/webapps/xgate/WEB-INF/template/wap/ja/pop_menu_folderlist.hdml
+%%T%%/webapps/xgate/WEB-INF/template/wap/ja/pop_menu_foldermsg.hdml
+%%T%%/webapps/xgate/WEB-INF/template/wap/ja/pop_menu_inboxlist.hdml
+%%T%%/webapps/xgate/WEB-INF/template/wap/ja/pop_menu_inboxmsg.hdml
+%%T%%/webapps/xgate/WEB-INF/template/wap/ja/pop_menu_message.hdml
+%%T%%/webapps/xgate/WEB-INF/template/wap/ja/pop_menu_msglist.hdml
+%%T%%/webapps/xgate/WEB-INF/template/wap/ja/pop_menu_trashlist.hdml
+%%T%%/webapps/xgate/WEB-INF/template/wap/ja/pop_menu_trashmsg.hdml
+%%T%%/webapps/xgate/WEB-INF/template/wap/ja/pop_message.hdml
+%%T%%/webapps/xgate/WEB-INF/template/wap/ja/pop_msg_list.hdml
+%%T%%/webapps/xgate/WEB-INF/template/wap/ja/potal.hdml
+%%T%%/webapps/xgate/WEB-INF/template/wap/ja/radius_entry.hdml
+%%T%%/webapps/xgate/WEB-INF/template/wap/ja/sendmail.hdml
+%%T%%/webapps/xgate/WEB-INF/template/wap/ja/trash_delete.hdml
+%%T%%/webapps/xgate/WEB-INF/template/web/ja/account_filter.scr
+%%T%%/webapps/xgate/WEB-INF/template/web/ja/address.htm
+%%T%%/webapps/xgate/WEB-INF/template/web/ja/address_item.htm
+%%T%%/webapps/xgate/WEB-INF/template/web/ja/address_linklist.htm
+%%T%%/webapps/xgate/WEB-INF/template/web/ja/address_noitem.htm
+%%T%%/webapps/xgate/WEB-INF/template/web/ja/address_page.htm
+%%T%%/webapps/xgate/WEB-INF/template/web/ja/address_page_item.htm
+%%T%%/webapps/xgate/WEB-INF/template/web/ja/address_page_itemunlink.htm
+%%T%%/webapps/xgate/WEB-INF/template/web/ja/address_public_button.htm
+%%T%%/webapps/xgate/WEB-INF/template/web/ja/adr_details.htm
+%%T%%/webapps/xgate/WEB-INF/template/web/ja/adr_edit.htm
+%%T%%/webapps/xgate/WEB-INF/template/web/ja/adr_edit_delete.htm
+%%T%%/webapps/xgate/WEB-INF/template/web/ja/alias.htm
+%%T%%/webapps/xgate/WEB-INF/template/web/ja/alias_item.htm
+%%T%%/webapps/xgate/WEB-INF/template/web/ja/alias_mailbox.htm
+%%T%%/webapps/xgate/WEB-INF/template/web/ja/alias_page.htm
+%%T%%/webapps/xgate/WEB-INF/template/web/ja/aliasmb.htm
+%%T%%/webapps/xgate/WEB-INF/template/web/ja/aliasmb_child.htm
+%%T%%/webapps/xgate/WEB-INF/template/web/ja/aliasmb_dir.htm
+%%T%%/webapps/xgate/WEB-INF/template/web/ja/aliasmb_item.htm
+%%T%%/webapps/xgate/WEB-INF/template/web/ja/aliasmb_noop.htm
+%%T%%/webapps/xgate/WEB-INF/template/web/ja/aliasmb_page.htm
+%%T%%/webapps/xgate/WEB-INF/template/web/ja/aliasmb_parent.htm
+%%T%%/webapps/xgate/WEB-INF/template/web/ja/aliasmb_space.htm
+%%T%%/webapps/xgate/WEB-INF/template/web/ja/config_access.htm
+%%T%%/webapps/xgate/WEB-INF/template/web/ja/config_fine.htm
+%%T%%/webapps/xgate/WEB-INF/template/web/ja/config_form.htm
+%%T%%/webapps/xgate/WEB-INF/template/web/ja/config_login.htm
+%%T%%/webapps/xgate/WEB-INF/template/web/ja/error.htm
+%%T%%/webapps/xgate/WEB-INF/template/web/ja/error2.htm
+%%T%%/webapps/xgate/WEB-INF/template/web/ja/error3.htm
+%%T%%/webapps/xgate/WEB-INF/template/web/ja/find.htm
+%%T%%/webapps/xgate/WEB-INF/template/web/ja/header.htm
+%%T%%/webapps/xgate/WEB-INF/template/web/ja/header_item.htm
+%%T%%/webapps/xgate/WEB-INF/template/web/ja/info.htm
+%%T%%/webapps/xgate/WEB-INF/template/web/ja/ldap_searchaddress.htm
+%%T%%/webapps/xgate/WEB-INF/template/web/ja/ldap_searchresult.htm
+%%T%%/webapps/xgate/WEB-INF/template/web/ja/ldap_searchresult_item.htm
+%%T%%/webapps/xgate/WEB-INF/template/web/ja/ldap_searchresult_page.htm
+%%T%%/webapps/xgate/WEB-INF/template/web/ja/menu_delete.htm
+%%T%%/webapps/xgate/WEB-INF/template/web/ja/menu_next.htm
+%%T%%/webapps/xgate/WEB-INF/template/web/ja/message.htm
+%%T%%/webapps/xgate/WEB-INF/template/web/ja/message_attach.htm
+%%T%%/webapps/xgate/WEB-INF/template/web/ja/message_attach_download.htm
+%%T%%/webapps/xgate/WEB-INF/template/web/ja/message_attach_next.htm
+%%T%%/webapps/xgate/WEB-INF/template/web/ja/message_attach_prev.htm
+%%T%%/webapps/xgate/WEB-INF/template/web/ja/message_attach_show.htm
+%%T%%/webapps/xgate/WEB-INF/template/web/ja/message_cmd.htm
+%%T%%/webapps/xgate/WEB-INF/template/web/ja/message_cmd_delete.htm
+%%T%%/webapps/xgate/WEB-INF/template/web/ja/message_cmd_next.htm
+%%T%%/webapps/xgate/WEB-INF/template/web/ja/message_mail.htm
+%%T%%/webapps/xgate/WEB-INF/template/web/ja/message_mail_item.htm
+%%T%%/webapps/xgate/WEB-INF/template/web/ja/message_mail_line.htm
+%%T%%/webapps/xgate/WEB-INF/template/web/ja/message_next.htm
+%%T%%/webapps/xgate/WEB-INF/template/web/ja/message_prev.htm
+%%T%%/webapps/xgate/WEB-INF/template/web/ja/message_unread.htm
+%%T%%/webapps/xgate/WEB-INF/template/web/ja/msg_delete.htm
+%%T%%/webapps/xgate/WEB-INF/template/web/ja/msg_list.htm
+%%T%%/webapps/xgate/WEB-INF/template/web/ja/msg_list_mailbox.htm
+%%T%%/webapps/xgate/WEB-INF/template/web/ja/msg_list_menu_nosearch.htm
+%%T%%/webapps/xgate/WEB-INF/template/web/ja/msg_list_menu_search.htm
+%%T%%/webapps/xgate/WEB-INF/template/web/ja/msg_list_search.htm
+%%T%%/webapps/xgate/WEB-INF/template/web/ja/msg_list_search_cancel.htm
+%%T%%/webapps/xgate/WEB-INF/template/web/ja/msg_list_submenu.htm
+%%T%%/webapps/xgate/WEB-INF/template/web/ja/msg_part.htm
+%%T%%/webapps/xgate/WEB-INF/template/web/ja/msglist_img.htm
+%%T%%/webapps/xgate/WEB-INF/template/web/ja/msglist_img_unlink.htm
+%%T%%/webapps/xgate/WEB-INF/template/web/ja/msglist_item.htm
+%%T%%/webapps/xgate/WEB-INF/template/web/ja/msglist_item_noread.htm
+%%T%%/webapps/xgate/WEB-INF/template/web/ja/msglist_noop.htm
+%%T%%/webapps/xgate/WEB-INF/template/web/ja/msglist_page.htm
+%%T%%/webapps/xgate/WEB-INF/template/web/ja/msglist_page_link.htm
+%%T%%/webapps/xgate/WEB-INF/template/web/ja/msglist_page_next.htm
+%%T%%/webapps/xgate/WEB-INF/template/web/ja/msglist_page_prev.htm
+%%T%%/webapps/xgate/WEB-INF/template/web/ja/msglist_page_space.htm
+%%T%%/webapps/xgate/WEB-INF/template/web/ja/msglist_page_unlink.htm
+%%T%%/webapps/xgate/WEB-INF/template/web/ja/msglist_table.htm
+%%T%%/webapps/xgate/WEB-INF/template/web/ja/msgselect.htm
+%%T%%/webapps/xgate/WEB-INF/template/web/ja/msgselect_copy.htm
+%%T%%/webapps/xgate/WEB-INF/template/web/ja/msgselect_item.htm
+%%T%%/webapps/xgate/WEB-INF/template/web/ja/msgselect_item_noread.htm
+%%T%%/webapps/xgate/WEB-INF/template/web/ja/msgselect_item_unread.htm
+%%T%%/webapps/xgate/WEB-INF/template/web/ja/msgselect_move.htm
+%%T%%/webapps/xgate/WEB-INF/template/web/ja/noop.htm
+%%T%%/webapps/xgate/WEB-INF/template/web/ja/pop_message.htm
+%%T%%/webapps/xgate/WEB-INF/template/web/ja/pop_message_cmd.htm
+%%T%%/webapps/xgate/WEB-INF/template/web/ja/pop_msg_list.htm
+%%T%%/webapps/xgate/WEB-INF/template/web/ja/potal.htm
+%%T%%/webapps/xgate/WEB-INF/template/web/ja/publicaddress.htm
+%%T%%/webapps/xgate/WEB-INF/template/web/ja/publicaddress_item.htm
+%%T%%/webapps/xgate/WEB-INF/template/web/ja/radius_entry.htm
+%%T%%/webapps/xgate/WEB-INF/template/web/ja/search.htm
+%%T%%/webapps/xgate/WEB-INF/template/web/ja/sendadr.htm
+%%T%%/webapps/xgate/WEB-INF/template/web/ja/sendadr_item.htm
+%%T%%/webapps/xgate/WEB-INF/template/web/ja/sendadr_menu.htm
+%%T%%/webapps/xgate/WEB-INF/template/web/ja/sendadr_menuldap.htm
+%%T%%/webapps/xgate/WEB-INF/template/web/ja/sendadr_noitem.htm
+%%T%%/webapps/xgate/WEB-INF/template/web/ja/sendadr_noldap.htm
+%%T%%/webapps/xgate/WEB-INF/template/web/ja/sendattach.htm
+%%T%%/webapps/xgate/WEB-INF/template/web/ja/sendattach_menu.htm
+%%T%%/webapps/xgate/WEB-INF/template/web/ja/sendattach_menuldap.htm
+%%T%%/webapps/xgate/WEB-INF/template/web/ja/sendconfirm.htm
+%%T%%/webapps/xgate/WEB-INF/template/web/ja/sendconfirm_item.htm
+%%T%%/webapps/xgate/WEB-INF/template/web/ja/sendconfirm_title.htm
+%%T%%/webapps/xgate/WEB-INF/template/web/ja/sendmail.htm
+%%T%%/webapps/xgate/WEB-INF/template/web/ja/sendmail_attach.htm
+%%T%%/webapps/xgate/WEB-INF/template/web/ja/sendmail_detail.htm
+%%T%%/webapps/xgate/WEB-INF/template/web/ja/sendmail_find.htm
+%%T%%/webapps/xgate/WEB-INF/template/web/ja/sendmail_ldap.htm
+%%T%%/webapps/xgate/WEB-INF/template/web/ja/sendmail_menu.htm
+%%T%%/webapps/xgate/WEB-INF/template/web/ja/sendmail_menuldap.htm
+%%T%%/webapps/xgate/WEB-INF/template/web/ja/sendmail_noldap.htm
+%%T%%/webapps/xgate/WEB-INF/template/web/ja/sendmail_public_tab.htm
+%%T%%/webapps/xgate/WEB-INF/template/web/ja/sendpubadr.htm
+%%T%%/webapps/xgate/WEB-INF/template/web/ja/sendpubadr_entry.htm
+%%T%%/webapps/xgate/WEB-INF/template/web/ja/sendpubadr_table.htm
+%%T%%/webapps/xgate/WEB-INF/template/web/ja/setup_account.htm
+%%T%%/webapps/xgate/WEB-INF/template/web/ja/setup_account_alias.htm
+%%T%%/webapps/xgate/WEB-INF/template/web/ja/setup_account_filter.htm
+%%T%%/webapps/xgate/WEB-INF/template/web/ja/setup_account_password.htm
+%%T%%/webapps/xgate/WEB-INF/template/web/ja/setup_account_password.scr
+%%T%%/webapps/xgate/WEB-INF/template/web/ja/setup_web.htm
+%%T%%/webapps/xgate/WEB-INF/template/web/ja/tab.htm
+%%T%%/webapps/xgate/WEB-INF/template/wml/nokia/en/address.wml
+%%T%%/webapps/xgate/WEB-INF/template/wml/nokia/en/address_item.wml
+%%T%%/webapps/xgate/WEB-INF/template/wml/nokia/en/address_page.wml
+%%T%%/webapps/xgate/WEB-INF/template/wml/nokia/en/addresslist.wml
+%%T%%/webapps/xgate/WEB-INF/template/wml/nokia/en/addresslist_item.wml
+%%T%%/webapps/xgate/WEB-INF/template/wml/nokia/en/addresslist_page.wml
+%%T%%/webapps/xgate/WEB-INF/template/wml/nokia/en/adr_del.wml
+%%T%%/webapps/xgate/WEB-INF/template/wml/nokia/en/adr_edit.wml
+%%T%%/webapps/xgate/WEB-INF/template/wml/nokia/en/adr_view.wml
+%%T%%/webapps/xgate/WEB-INF/template/wml/nokia/en/alias.wml
+%%T%%/webapps/xgate/WEB-INF/template/wml/nokia/en/alias_item.wml
+%%T%%/webapps/xgate/WEB-INF/template/wml/nokia/en/alias_mailbox.wml
+%%T%%/webapps/xgate/WEB-INF/template/wml/nokia/en/alias_page.wml
+%%T%%/webapps/xgate/WEB-INF/template/wml/nokia/en/aliasmb.wml
+%%T%%/webapps/xgate/WEB-INF/template/wml/nokia/en/aliasmb_child.wml
+%%T%%/webapps/xgate/WEB-INF/template/wml/nokia/en/aliasmb_dir.wml
+%%T%%/webapps/xgate/WEB-INF/template/wml/nokia/en/aliasmb_inbox.wml
+%%T%%/webapps/xgate/WEB-INF/template/wml/nokia/en/aliasmb_item.wml
+%%T%%/webapps/xgate/WEB-INF/template/wml/nokia/en/aliasmb_noop.wml
+%%T%%/webapps/xgate/WEB-INF/template/wml/nokia/en/aliasmb_page.wml
+%%T%%/webapps/xgate/WEB-INF/template/wml/nokia/en/aliasmb_parent.wml
+%%T%%/webapps/xgate/WEB-INF/template/wml/nokia/en/config_access.wml
+%%T%%/webapps/xgate/WEB-INF/template/wml/nokia/en/config_fine.wml
+%%T%%/webapps/xgate/WEB-INF/template/wml/nokia/en/config_form.wml
+%%T%%/webapps/xgate/WEB-INF/template/wml/nokia/en/config_login.wml
+%%T%%/webapps/xgate/WEB-INF/template/wml/nokia/en/entry.wml
+%%T%%/webapps/xgate/WEB-INF/template/wml/nokia/en/error.wml
+%%T%%/webapps/xgate/WEB-INF/template/wml/nokia/en/error2.wml
+%%T%%/webapps/xgate/WEB-INF/template/wml/nokia/en/error3.wml
+%%T%%/webapps/xgate/WEB-INF/template/wml/nokia/en/find.wml
+%%T%%/webapps/xgate/WEB-INF/template/wml/nokia/en/header.wml
+%%T%%/webapps/xgate/WEB-INF/template/wml/nokia/en/info.wml
+%%T%%/webapps/xgate/WEB-INF/template/wml/nokia/en/ldap_searchaddress.wml
+%%T%%/webapps/xgate/WEB-INF/template/wml/nokia/en/ldap_searchresult.wml
+%%T%%/webapps/xgate/WEB-INF/template/wml/nokia/en/ldap_searchresult_item.wml
+%%T%%/webapps/xgate/WEB-INF/template/wml/nokia/en/ldap_searchresult_page.wml
+%%T%%/webapps/xgate/WEB-INF/template/wml/nokia/en/mail_addresschoice.wml
+%%T%%/webapps/xgate/WEB-INF/template/wml/nokia/en/mail_addresschoice_ldap.wml
+%%T%%/webapps/xgate/WEB-INF/template/wml/nokia/en/mail_addressedit.wml
+%%T%%/webapps/xgate/WEB-INF/template/wml/nokia/en/mail_addresslist.wml
+%%T%%/webapps/xgate/WEB-INF/template/wml/nokia/en/mail_addresslist_add.wml
+%%T%%/webapps/xgate/WEB-INF/template/wml/nokia/en/mail_addresslist_item.wml
+%%T%%/webapps/xgate/WEB-INF/template/wml/nokia/en/mail_addresslist_page.wml
+%%T%%/webapps/xgate/WEB-INF/template/wml/nokia/en/mail_addressmenu.wml
+%%T%%/webapps/xgate/WEB-INF/template/wml/nokia/en/mail_text.wml
+%%T%%/webapps/xgate/WEB-INF/template/wml/nokia/en/main.wml
+%%T%%/webapps/xgate/WEB-INF/template/wml/nokia/en/menu_folderlist.wml
+%%T%%/webapps/xgate/WEB-INF/template/wml/nokia/en/menu_foldermsg.wml
+%%T%%/webapps/xgate/WEB-INF/template/wml/nokia/en/menu_inboxlist.wml
+%%T%%/webapps/xgate/WEB-INF/template/wml/nokia/en/menu_inboxmsg.wml
+%%T%%/webapps/xgate/WEB-INF/template/wml/nokia/en/menu_message.wml
+%%T%%/webapps/xgate/WEB-INF/template/wml/nokia/en/menu_msglist.wml
+%%T%%/webapps/xgate/WEB-INF/template/wml/nokia/en/menu_trashlist.wml
+%%T%%/webapps/xgate/WEB-INF/template/wml/nokia/en/menu_trashmsg.wml
+%%T%%/webapps/xgate/WEB-INF/template/wml/nokia/en/message.wml
+%%T%%/webapps/xgate/WEB-INF/template/wml/nokia/en/msg_deleteall.wml
+%%T%%/webapps/xgate/WEB-INF/template/wml/nokia/en/msg_list.wml
+%%T%%/webapps/xgate/WEB-INF/template/wml/nokia/en/msg_part.wml
+%%T%%/webapps/xgate/WEB-INF/template/wml/nokia/en/msglist_item.wml
+%%T%%/webapps/xgate/WEB-INF/template/wml/nokia/en/msglist_noop.wml
+%%T%%/webapps/xgate/WEB-INF/template/wml/nokia/en/msglist_page.wml
+%%T%%/webapps/xgate/WEB-INF/template/wml/nokia/en/noop.wml
+%%T%%/webapps/xgate/WEB-INF/template/wml/nokia/en/phoneresult.wml
+%%T%%/webapps/xgate/WEB-INF/template/wml/nokia/en/phoneresult_data.wml
+%%T%%/webapps/xgate/WEB-INF/template/wml/nokia/en/phoneresult_item.wml
+%%T%%/webapps/xgate/WEB-INF/template/wml/nokia/en/phoneresult_noop.wml
+%%T%%/webapps/xgate/WEB-INF/template/wml/nokia/en/phoneresult_page.wml
+%%T%%/webapps/xgate/WEB-INF/template/wml/nokia/en/phoneresult_tel.wml
+%%T%%/webapps/xgate/WEB-INF/template/wml/nokia/en/pop_menu_folderlist.wml
+%%T%%/webapps/xgate/WEB-INF/template/wml/nokia/en/pop_menu_foldermsg.wml
+%%T%%/webapps/xgate/WEB-INF/template/wml/nokia/en/pop_menu_inboxlist.wml
+%%T%%/webapps/xgate/WEB-INF/template/wml/nokia/en/pop_menu_inboxmsg.wml
+%%T%%/webapps/xgate/WEB-INF/template/wml/nokia/en/pop_menu_message.wml
+%%T%%/webapps/xgate/WEB-INF/template/wml/nokia/en/pop_menu_msglist.wml
+%%T%%/webapps/xgate/WEB-INF/template/wml/nokia/en/pop_menu_trashlist.wml
+%%T%%/webapps/xgate/WEB-INF/template/wml/nokia/en/pop_menu_trashmsg.wml
+%%T%%/webapps/xgate/WEB-INF/template/wml/nokia/en/pop_message.wml
+%%T%%/webapps/xgate/WEB-INF/template/wml/nokia/en/pop_msg_list.wml
+%%T%%/webapps/xgate/WEB-INF/template/wml/nokia/en/radius_entry.wml
+%%T%%/webapps/xgate/WEB-INF/template/wml/nokia/en/sendmail.wml
+%%T%%/webapps/xgate/WEB-INF/template/wml/nokia/en/trash_delete.wml
+%%T%%/webapps/xgate/WEB-INF/template/wml/nokia/ja/address.wml
+%%T%%/webapps/xgate/WEB-INF/template/wml/nokia/ja/address_item.wml
+%%T%%/webapps/xgate/WEB-INF/template/wml/nokia/ja/address_page.wml
+%%T%%/webapps/xgate/WEB-INF/template/wml/nokia/ja/addresslist.wml
+%%T%%/webapps/xgate/WEB-INF/template/wml/nokia/ja/addresslist_item.wml
+%%T%%/webapps/xgate/WEB-INF/template/wml/nokia/ja/addresslist_page.wml
+%%T%%/webapps/xgate/WEB-INF/template/wml/nokia/ja/adr_del.wml
+%%T%%/webapps/xgate/WEB-INF/template/wml/nokia/ja/adr_edit.wml
+%%T%%/webapps/xgate/WEB-INF/template/wml/nokia/ja/adr_view.wml
+%%T%%/webapps/xgate/WEB-INF/template/wml/nokia/ja/alias.wml
+%%T%%/webapps/xgate/WEB-INF/template/wml/nokia/ja/alias_item.wml
+%%T%%/webapps/xgate/WEB-INF/template/wml/nokia/ja/alias_mailbox.wml
+%%T%%/webapps/xgate/WEB-INF/template/wml/nokia/ja/alias_page.wml
+%%T%%/webapps/xgate/WEB-INF/template/wml/nokia/ja/aliasmb.wml
+%%T%%/webapps/xgate/WEB-INF/template/wml/nokia/ja/aliasmb_child.wml
+%%T%%/webapps/xgate/WEB-INF/template/wml/nokia/ja/aliasmb_dir.wml
+%%T%%/webapps/xgate/WEB-INF/template/wml/nokia/ja/aliasmb_inbox.wml
+%%T%%/webapps/xgate/WEB-INF/template/wml/nokia/ja/aliasmb_item.wml
+%%T%%/webapps/xgate/WEB-INF/template/wml/nokia/ja/aliasmb_noop.wml
+%%T%%/webapps/xgate/WEB-INF/template/wml/nokia/ja/aliasmb_page.wml
+%%T%%/webapps/xgate/WEB-INF/template/wml/nokia/ja/aliasmb_parent.wml
+%%T%%/webapps/xgate/WEB-INF/template/wml/nokia/ja/config_access.wml
+%%T%%/webapps/xgate/WEB-INF/template/wml/nokia/ja/config_fine.wml
+%%T%%/webapps/xgate/WEB-INF/template/wml/nokia/ja/config_form.wml
+%%T%%/webapps/xgate/WEB-INF/template/wml/nokia/ja/config_login.wml
+%%T%%/webapps/xgate/WEB-INF/template/wml/nokia/ja/entry.wml
+%%T%%/webapps/xgate/WEB-INF/template/wml/nokia/ja/error.wml
+%%T%%/webapps/xgate/WEB-INF/template/wml/nokia/ja/error2.wml
+%%T%%/webapps/xgate/WEB-INF/template/wml/nokia/ja/error3.wml
+%%T%%/webapps/xgate/WEB-INF/template/wml/nokia/ja/find.wml
+%%T%%/webapps/xgate/WEB-INF/template/wml/nokia/ja/header.wml
+%%T%%/webapps/xgate/WEB-INF/template/wml/nokia/ja/info.wml
+%%T%%/webapps/xgate/WEB-INF/template/wml/nokia/ja/ldap_searchaddress.wml
+%%T%%/webapps/xgate/WEB-INF/template/wml/nokia/ja/ldap_searchresult.wml
+%%T%%/webapps/xgate/WEB-INF/template/wml/nokia/ja/ldap_searchresult_item.wml
+%%T%%/webapps/xgate/WEB-INF/template/wml/nokia/ja/ldap_searchresult_page.wml
+%%T%%/webapps/xgate/WEB-INF/template/wml/nokia/ja/mail_addresschoice.wml
+%%T%%/webapps/xgate/WEB-INF/template/wml/nokia/ja/mail_addresschoice_ldap.wml
+%%T%%/webapps/xgate/WEB-INF/template/wml/nokia/ja/mail_addressedit.wml
+%%T%%/webapps/xgate/WEB-INF/template/wml/nokia/ja/mail_addresslist.wml
+%%T%%/webapps/xgate/WEB-INF/template/wml/nokia/ja/mail_addresslist_add.wml
+%%T%%/webapps/xgate/WEB-INF/template/wml/nokia/ja/mail_addresslist_item.wml
+%%T%%/webapps/xgate/WEB-INF/template/wml/nokia/ja/mail_addresslist_page.wml
+%%T%%/webapps/xgate/WEB-INF/template/wml/nokia/ja/mail_addressmenu.wml
+%%T%%/webapps/xgate/WEB-INF/template/wml/nokia/ja/mail_text.wml
+%%T%%/webapps/xgate/WEB-INF/template/wml/nokia/ja/main.wml
+%%T%%/webapps/xgate/WEB-INF/template/wml/nokia/ja/menu_folderlist.wml
+%%T%%/webapps/xgate/WEB-INF/template/wml/nokia/ja/menu_foldermsg.wml
+%%T%%/webapps/xgate/WEB-INF/template/wml/nokia/ja/menu_inboxlist.wml
+%%T%%/webapps/xgate/WEB-INF/template/wml/nokia/ja/menu_inboxmsg.wml
+%%T%%/webapps/xgate/WEB-INF/template/wml/nokia/ja/menu_message.wml
+%%T%%/webapps/xgate/WEB-INF/template/wml/nokia/ja/menu_msglist.wml
+%%T%%/webapps/xgate/WEB-INF/template/wml/nokia/ja/menu_trashlist.wml
+%%T%%/webapps/xgate/WEB-INF/template/wml/nokia/ja/menu_trashmsg.wml
+%%T%%/webapps/xgate/WEB-INF/template/wml/nokia/ja/message.wml
+%%T%%/webapps/xgate/WEB-INF/template/wml/nokia/ja/msg_deleteall.wml
+%%T%%/webapps/xgate/WEB-INF/template/wml/nokia/ja/msg_list.wml
+%%T%%/webapps/xgate/WEB-INF/template/wml/nokia/ja/msg_part.wml
+%%T%%/webapps/xgate/WEB-INF/template/wml/nokia/ja/msglist_item.wml
+%%T%%/webapps/xgate/WEB-INF/template/wml/nokia/ja/msglist_noop.wml
+%%T%%/webapps/xgate/WEB-INF/template/wml/nokia/ja/msglist_page.wml
+%%T%%/webapps/xgate/WEB-INF/template/wml/nokia/ja/noop.wml
+%%T%%/webapps/xgate/WEB-INF/template/wml/nokia/ja/phoneresult.wml
+%%T%%/webapps/xgate/WEB-INF/template/wml/nokia/ja/phoneresult_data.wml
+%%T%%/webapps/xgate/WEB-INF/template/wml/nokia/ja/phoneresult_item.wml
+%%T%%/webapps/xgate/WEB-INF/template/wml/nokia/ja/phoneresult_noop.wml
+%%T%%/webapps/xgate/WEB-INF/template/wml/nokia/ja/phoneresult_page.wml
+%%T%%/webapps/xgate/WEB-INF/template/wml/nokia/ja/phoneresult_tel.wml
+%%T%%/webapps/xgate/WEB-INF/template/wml/nokia/ja/pop_menu_folderlist.wml
+%%T%%/webapps/xgate/WEB-INF/template/wml/nokia/ja/pop_menu_foldermsg.wml
+%%T%%/webapps/xgate/WEB-INF/template/wml/nokia/ja/pop_menu_inboxlist.wml
+%%T%%/webapps/xgate/WEB-INF/template/wml/nokia/ja/pop_menu_inboxmsg.wml
+%%T%%/webapps/xgate/WEB-INF/template/wml/nokia/ja/pop_menu_message.wml
+%%T%%/webapps/xgate/WEB-INF/template/wml/nokia/ja/pop_menu_msglist.wml
+%%T%%/webapps/xgate/WEB-INF/template/wml/nokia/ja/pop_menu_trashlist.wml
+%%T%%/webapps/xgate/WEB-INF/template/wml/nokia/ja/pop_menu_trashmsg.wml
+%%T%%/webapps/xgate/WEB-INF/template/wml/nokia/ja/pop_message.wml
+%%T%%/webapps/xgate/WEB-INF/template/wml/nokia/ja/pop_msg_list.wml
+%%T%%/webapps/xgate/WEB-INF/template/wml/nokia/ja/radius_entry.wml
+%%T%%/webapps/xgate/WEB-INF/template/wml/nokia/ja/sendmail.wml
+%%T%%/webapps/xgate/WEB-INF/template/wml/nokia/ja/trash_delete.wml
+%%T%%/webapps/xgate/WEB-INF/template/wml/openwave/en/address.wml
+%%T%%/webapps/xgate/WEB-INF/template/wml/openwave/en/address_item.wml
+%%T%%/webapps/xgate/WEB-INF/template/wml/openwave/en/address_page.wml
+%%T%%/webapps/xgate/WEB-INF/template/wml/openwave/en/addresslist.wml
+%%T%%/webapps/xgate/WEB-INF/template/wml/openwave/en/addresslist_item.wml
+%%T%%/webapps/xgate/WEB-INF/template/wml/openwave/en/addresslist_page.wml
+%%T%%/webapps/xgate/WEB-INF/template/wml/openwave/en/adr_del.wml
+%%T%%/webapps/xgate/WEB-INF/template/wml/openwave/en/adr_edit.wml
+%%T%%/webapps/xgate/WEB-INF/template/wml/openwave/en/adr_view.wml
+%%T%%/webapps/xgate/WEB-INF/template/wml/openwave/en/alias.wml
+%%T%%/webapps/xgate/WEB-INF/template/wml/openwave/en/alias_item.wml
+%%T%%/webapps/xgate/WEB-INF/template/wml/openwave/en/alias_mailbox.wml
+%%T%%/webapps/xgate/WEB-INF/template/wml/openwave/en/alias_page.wml
+%%T%%/webapps/xgate/WEB-INF/template/wml/openwave/en/aliasmb.wml
+%%T%%/webapps/xgate/WEB-INF/template/wml/openwave/en/aliasmb_child.wml
+%%T%%/webapps/xgate/WEB-INF/template/wml/openwave/en/aliasmb_dir.wml
+%%T%%/webapps/xgate/WEB-INF/template/wml/openwave/en/aliasmb_inbox.wml
+%%T%%/webapps/xgate/WEB-INF/template/wml/openwave/en/aliasmb_item.wml
+%%T%%/webapps/xgate/WEB-INF/template/wml/openwave/en/aliasmb_noop.wml
+%%T%%/webapps/xgate/WEB-INF/template/wml/openwave/en/aliasmb_page.wml
+%%T%%/webapps/xgate/WEB-INF/template/wml/openwave/en/aliasmb_parent.wml
+%%T%%/webapps/xgate/WEB-INF/template/wml/openwave/en/config_access.wml
+%%T%%/webapps/xgate/WEB-INF/template/wml/openwave/en/config_fine.wml
+%%T%%/webapps/xgate/WEB-INF/template/wml/openwave/en/config_form.wml
+%%T%%/webapps/xgate/WEB-INF/template/wml/openwave/en/config_login.wml
+%%T%%/webapps/xgate/WEB-INF/template/wml/openwave/en/entry.wml
+%%T%%/webapps/xgate/WEB-INF/template/wml/openwave/en/error.wml
+%%T%%/webapps/xgate/WEB-INF/template/wml/openwave/en/error2.wml
+%%T%%/webapps/xgate/WEB-INF/template/wml/openwave/en/error3.wml
+%%T%%/webapps/xgate/WEB-INF/template/wml/openwave/en/find.wml
+%%T%%/webapps/xgate/WEB-INF/template/wml/openwave/en/header.wml
+%%T%%/webapps/xgate/WEB-INF/template/wml/openwave/en/info.wml
+%%T%%/webapps/xgate/WEB-INF/template/wml/openwave/en/ldap_searchaddress.wml
+%%T%%/webapps/xgate/WEB-INF/template/wml/openwave/en/ldap_searchresult.wml
+%%T%%/webapps/xgate/WEB-INF/template/wml/openwave/en/ldap_searchresult_item.wml
+%%T%%/webapps/xgate/WEB-INF/template/wml/openwave/en/ldap_searchresult_page.wml
+%%T%%/webapps/xgate/WEB-INF/template/wml/openwave/en/mail_addresschoice.wml
+%%T%%/webapps/xgate/WEB-INF/template/wml/openwave/en/mail_addresschoice_ldap.wml
+%%T%%/webapps/xgate/WEB-INF/template/wml/openwave/en/mail_addressedit.wml
+%%T%%/webapps/xgate/WEB-INF/template/wml/openwave/en/mail_addresslist.wml
+%%T%%/webapps/xgate/WEB-INF/template/wml/openwave/en/mail_addresslist_add.wml
+%%T%%/webapps/xgate/WEB-INF/template/wml/openwave/en/mail_addresslist_item.wml
+%%T%%/webapps/xgate/WEB-INF/template/wml/openwave/en/mail_addresslist_page.wml
+%%T%%/webapps/xgate/WEB-INF/template/wml/openwave/en/mail_addressmenu.wml
+%%T%%/webapps/xgate/WEB-INF/template/wml/openwave/en/main.wml
+%%T%%/webapps/xgate/WEB-INF/template/wml/openwave/en/menu_folderlist.wml
+%%T%%/webapps/xgate/WEB-INF/template/wml/openwave/en/menu_foldermsg.wml
+%%T%%/webapps/xgate/WEB-INF/template/wml/openwave/en/menu_inboxlist.wml
+%%T%%/webapps/xgate/WEB-INF/template/wml/openwave/en/menu_inboxmsg.wml
+%%T%%/webapps/xgate/WEB-INF/template/wml/openwave/en/menu_message.wml
+%%T%%/webapps/xgate/WEB-INF/template/wml/openwave/en/menu_msglist.wml
+%%T%%/webapps/xgate/WEB-INF/template/wml/openwave/en/menu_trashlist.wml
+%%T%%/webapps/xgate/WEB-INF/template/wml/openwave/en/menu_trashmsg.wml
+%%T%%/webapps/xgate/WEB-INF/template/wml/openwave/en/message.wml
+%%T%%/webapps/xgate/WEB-INF/template/wml/openwave/en/msg_deleteall.wml
+%%T%%/webapps/xgate/WEB-INF/template/wml/openwave/en/msg_list.wml
+%%T%%/webapps/xgate/WEB-INF/template/wml/openwave/en/msg_next.wml
+%%T%%/webapps/xgate/WEB-INF/template/wml/openwave/en/msg_part.wml
+%%T%%/webapps/xgate/WEB-INF/template/wml/openwave/en/msglist_item.wml
+%%T%%/webapps/xgate/WEB-INF/template/wml/openwave/en/msglist_noop.wml
+%%T%%/webapps/xgate/WEB-INF/template/wml/openwave/en/msglist_page.wml
+%%T%%/webapps/xgate/WEB-INF/template/wml/openwave/en/noop.wml
+%%T%%/webapps/xgate/WEB-INF/template/wml/openwave/en/phoneresult.wml
+%%T%%/webapps/xgate/WEB-INF/template/wml/openwave/en/phoneresult_data.wml
+%%T%%/webapps/xgate/WEB-INF/template/wml/openwave/en/phoneresult_item.wml
+%%T%%/webapps/xgate/WEB-INF/template/wml/openwave/en/phoneresult_noop.wml
+%%T%%/webapps/xgate/WEB-INF/template/wml/openwave/en/phoneresult_page.wml
+%%T%%/webapps/xgate/WEB-INF/template/wml/openwave/en/phoneresult_tel.wml
+%%T%%/webapps/xgate/WEB-INF/template/wml/openwave/en/pop_menu_folderlist.wml
+%%T%%/webapps/xgate/WEB-INF/template/wml/openwave/en/pop_menu_foldermsg.wml
+%%T%%/webapps/xgate/WEB-INF/template/wml/openwave/en/pop_menu_inboxlist.wml
+%%T%%/webapps/xgate/WEB-INF/template/wml/openwave/en/pop_menu_inboxmsg.wml
+%%T%%/webapps/xgate/WEB-INF/template/wml/openwave/en/pop_menu_message.wml
+%%T%%/webapps/xgate/WEB-INF/template/wml/openwave/en/pop_menu_msglist.wml
+%%T%%/webapps/xgate/WEB-INF/template/wml/openwave/en/pop_menu_trashlist.wml
+%%T%%/webapps/xgate/WEB-INF/template/wml/openwave/en/pop_menu_trashmsg.wml
+%%T%%/webapps/xgate/WEB-INF/template/wml/openwave/en/pop_message.wml
+%%T%%/webapps/xgate/WEB-INF/template/wml/openwave/en/pop_msg_list.wml
+%%T%%/webapps/xgate/WEB-INF/template/wml/openwave/en/potal.wml
+%%T%%/webapps/xgate/WEB-INF/template/wml/openwave/en/radius_entry.wml
+%%T%%/webapps/xgate/WEB-INF/template/wml/openwave/en/sendmail.wml
+%%T%%/webapps/xgate/WEB-INF/template/wml/openwave/en/trash_delete.wml
+%%T%%/webapps/xgate/WEB-INF/template/wml/openwave/ja/address.wml
+%%T%%/webapps/xgate/WEB-INF/template/wml/openwave/ja/address_item.wml
+%%T%%/webapps/xgate/WEB-INF/template/wml/openwave/ja/address_page.wml
+%%T%%/webapps/xgate/WEB-INF/template/wml/openwave/ja/addresslist.wml
+%%T%%/webapps/xgate/WEB-INF/template/wml/openwave/ja/addresslist_item.wml
+%%T%%/webapps/xgate/WEB-INF/template/wml/openwave/ja/addresslist_page.wml
+%%T%%/webapps/xgate/WEB-INF/template/wml/openwave/ja/adr_del.wml
+%%T%%/webapps/xgate/WEB-INF/template/wml/openwave/ja/adr_edit.wml
+%%T%%/webapps/xgate/WEB-INF/template/wml/openwave/ja/adr_view.wml
+%%T%%/webapps/xgate/WEB-INF/template/wml/openwave/ja/alias.wml
+%%T%%/webapps/xgate/WEB-INF/template/wml/openwave/ja/alias_item.wml
+%%T%%/webapps/xgate/WEB-INF/template/wml/openwave/ja/alias_mailbox.wml
+%%T%%/webapps/xgate/WEB-INF/template/wml/openwave/ja/alias_page.wml
+%%T%%/webapps/xgate/WEB-INF/template/wml/openwave/ja/aliasmb.wml
+%%T%%/webapps/xgate/WEB-INF/template/wml/openwave/ja/aliasmb_child.wml
+%%T%%/webapps/xgate/WEB-INF/template/wml/openwave/ja/aliasmb_dir.wml
+%%T%%/webapps/xgate/WEB-INF/template/wml/openwave/ja/aliasmb_inbox.wml
+%%T%%/webapps/xgate/WEB-INF/template/wml/openwave/ja/aliasmb_item.wml
+%%T%%/webapps/xgate/WEB-INF/template/wml/openwave/ja/aliasmb_noop.wml
+%%T%%/webapps/xgate/WEB-INF/template/wml/openwave/ja/aliasmb_page.wml
+%%T%%/webapps/xgate/WEB-INF/template/wml/openwave/ja/aliasmb_parent.wml
+%%T%%/webapps/xgate/WEB-INF/template/wml/openwave/ja/config_access.wml
+%%T%%/webapps/xgate/WEB-INF/template/wml/openwave/ja/config_fine.wml
+%%T%%/webapps/xgate/WEB-INF/template/wml/openwave/ja/config_form.wml
+%%T%%/webapps/xgate/WEB-INF/template/wml/openwave/ja/config_login.wml
+%%T%%/webapps/xgate/WEB-INF/template/wml/openwave/ja/entry.wml
+%%T%%/webapps/xgate/WEB-INF/template/wml/openwave/ja/error.wml
+%%T%%/webapps/xgate/WEB-INF/template/wml/openwave/ja/error2.wml
+%%T%%/webapps/xgate/WEB-INF/template/wml/openwave/ja/error3.wml
+%%T%%/webapps/xgate/WEB-INF/template/wml/openwave/ja/find.wml
+%%T%%/webapps/xgate/WEB-INF/template/wml/openwave/ja/header.wml
+%%T%%/webapps/xgate/WEB-INF/template/wml/openwave/ja/info.wml
+%%T%%/webapps/xgate/WEB-INF/template/wml/openwave/ja/ldap_searchaddress.wml
+%%T%%/webapps/xgate/WEB-INF/template/wml/openwave/ja/ldap_searchresult.wml
+%%T%%/webapps/xgate/WEB-INF/template/wml/openwave/ja/ldap_searchresult_item.wml
+%%T%%/webapps/xgate/WEB-INF/template/wml/openwave/ja/ldap_searchresult_page.wml
+%%T%%/webapps/xgate/WEB-INF/template/wml/openwave/ja/mail_addresschoice.wml
+%%T%%/webapps/xgate/WEB-INF/template/wml/openwave/ja/mail_addresschoice_ldap.wml
+%%T%%/webapps/xgate/WEB-INF/template/wml/openwave/ja/mail_addressedit.wml
+%%T%%/webapps/xgate/WEB-INF/template/wml/openwave/ja/mail_addresslist.wml
+%%T%%/webapps/xgate/WEB-INF/template/wml/openwave/ja/mail_addresslist_add.wml
+%%T%%/webapps/xgate/WEB-INF/template/wml/openwave/ja/mail_addresslist_item.wml
+%%T%%/webapps/xgate/WEB-INF/template/wml/openwave/ja/mail_addresslist_page.wml
+%%T%%/webapps/xgate/WEB-INF/template/wml/openwave/ja/mail_addressmenu.wml
+%%T%%/webapps/xgate/WEB-INF/template/wml/openwave/ja/main.wml
+%%T%%/webapps/xgate/WEB-INF/template/wml/openwave/ja/menu_folderlist.wml
+%%T%%/webapps/xgate/WEB-INF/template/wml/openwave/ja/menu_foldermsg.wml
+%%T%%/webapps/xgate/WEB-INF/template/wml/openwave/ja/menu_inboxlist.wml
+%%T%%/webapps/xgate/WEB-INF/template/wml/openwave/ja/menu_inboxmsg.wml
+%%T%%/webapps/xgate/WEB-INF/template/wml/openwave/ja/menu_message.wml
+%%T%%/webapps/xgate/WEB-INF/template/wml/openwave/ja/menu_msglist.wml
+%%T%%/webapps/xgate/WEB-INF/template/wml/openwave/ja/menu_trashlist.wml
+%%T%%/webapps/xgate/WEB-INF/template/wml/openwave/ja/menu_trashmsg.wml
+%%T%%/webapps/xgate/WEB-INF/template/wml/openwave/ja/message.wml
+%%T%%/webapps/xgate/WEB-INF/template/wml/openwave/ja/msg_deleteall.wml
+%%T%%/webapps/xgate/WEB-INF/template/wml/openwave/ja/msg_list.wml
+%%T%%/webapps/xgate/WEB-INF/template/wml/openwave/ja/msg_next.wml
+%%T%%/webapps/xgate/WEB-INF/template/wml/openwave/ja/msg_part.wml
+%%T%%/webapps/xgate/WEB-INF/template/wml/openwave/ja/msglist_item.wml
+%%T%%/webapps/xgate/WEB-INF/template/wml/openwave/ja/msglist_noop.wml
+%%T%%/webapps/xgate/WEB-INF/template/wml/openwave/ja/msglist_page.wml
+%%T%%/webapps/xgate/WEB-INF/template/wml/openwave/ja/noop.wml
+%%T%%/webapps/xgate/WEB-INF/template/wml/openwave/ja/phoneresult.wml
+%%T%%/webapps/xgate/WEB-INF/template/wml/openwave/ja/phoneresult_data.wml
+%%T%%/webapps/xgate/WEB-INF/template/wml/openwave/ja/phoneresult_item.wml
+%%T%%/webapps/xgate/WEB-INF/template/wml/openwave/ja/phoneresult_noop.wml
+%%T%%/webapps/xgate/WEB-INF/template/wml/openwave/ja/phoneresult_page.wml
+%%T%%/webapps/xgate/WEB-INF/template/wml/openwave/ja/phoneresult_tel.wml
+%%T%%/webapps/xgate/WEB-INF/template/wml/openwave/ja/pop_menu_folderlist.wml
+%%T%%/webapps/xgate/WEB-INF/template/wml/openwave/ja/pop_menu_foldermsg.wml
+%%T%%/webapps/xgate/WEB-INF/template/wml/openwave/ja/pop_menu_inboxlist.wml
+%%T%%/webapps/xgate/WEB-INF/template/wml/openwave/ja/pop_menu_inboxmsg.wml
+%%T%%/webapps/xgate/WEB-INF/template/wml/openwave/ja/pop_menu_message.wml
+%%T%%/webapps/xgate/WEB-INF/template/wml/openwave/ja/pop_menu_msglist.wml
+%%T%%/webapps/xgate/WEB-INF/template/wml/openwave/ja/pop_menu_trashlist.wml
+%%T%%/webapps/xgate/WEB-INF/template/wml/openwave/ja/pop_menu_trashmsg.wml
+%%T%%/webapps/xgate/WEB-INF/template/wml/openwave/ja/pop_message.wml
+%%T%%/webapps/xgate/WEB-INF/template/wml/openwave/ja/pop_msg_list.wml
+%%T%%/webapps/xgate/WEB-INF/template/wml/openwave/ja/potal.wml
+%%T%%/webapps/xgate/WEB-INF/template/wml/openwave/ja/radius_entry.wml
+%%T%%/webapps/xgate/WEB-INF/template/wml/openwave/ja/sendmail.wml
+%%T%%/webapps/xgate/WEB-INF/template/wml/openwave/ja/trash_delete.wml
+%%T%%/webapps/xgate/WEB-INF/tlds/c-rt.tld
+%%T%%/webapps/xgate/WEB-INF/tlds/c.tld
+%%T%%/webapps/xgate/WEB-INF/tlds/fmt-rt.tld
+%%T%%/webapps/xgate/WEB-INF/tlds/fmt.tld
+%%T%%/webapps/xgate/WEB-INF/tlds/orange.tld
+%%T%%/webapps/xgate/WEB-INF/tlds/sql-rt.tld
+%%T%%/webapps/xgate/WEB-INF/tlds/sql.tld
+%%T%%/webapps/xgate/WEB-INF/tlds/struts-bean.tld
+%%T%%/webapps/xgate/WEB-INF/tlds/struts-html.tld
+%%T%%/webapps/xgate/WEB-INF/tlds/struts-logic.tld
+%%T%%/webapps/xgate/WEB-INF/tlds/struts-nested.tld
+%%T%%/webapps/xgate/WEB-INF/tlds/struts-template.tld
+%%T%%/webapps/xgate/WEB-INF/tlds/struts-tiles.tld
+%%T%%/webapps/xgate/WEB-INF/tlds/x-rt.tld
+%%T%%/webapps/xgate/WEB-INF/tlds/x.tld
+%%T%%/webapps/xgate/WEB-INF/undeploy.xml
+%%T%%/webapps/xgate/WEB-INF/validation.xml
+%%T%%/webapps/xgate/WEB-INF/validator-rules.xml
+%%T%%/webapps/xgate/WEB-INF/web.xml
+%%T%%/webapps/xgate/WEB-INF/weblogic.xml
+%%T%%/webapps/xgate/astel/NewYear.gif
+%%T%%/webapps/xgate/astel/Thumbs.db
+%%T%%/webapps/xgate/astel/Xmas.gif
+%%T%%/webapps/xgate/astel/index.html
+%%T%%/webapps/xgate/astel/index_e.html
+%%T%%/webapps/xgate/error.jsp
+%%T%%/webapps/xgate/form/configsetup/AuthForm.jsp
+%%T%%/webapps/xgate/form/configsetup/accountForm.jsp
+%%T%%/webapps/xgate/form/configsetup/aclForm.jsp
+%%T%%/webapps/xgate/form/configsetup/addressbookForm.jsp
+%%T%%/webapps/xgate/form/configsetup/askSetDefault.jsp
+%%T%%/webapps/xgate/form/configsetup/backupForm.jsp
+%%T%%/webapps/xgate/form/configsetup/changePasswordForm.jsp
+%%T%%/webapps/xgate/form/configsetup/changemenu.jsp
+%%T%%/webapps/xgate/form/configsetup/commonForm.jsp
+%%T%%/webapps/xgate/form/configsetup/customForm.jsp
+%%T%%/webapps/xgate/form/configsetup/footer.jsp
+%%T%%/webapps/xgate/form/configsetup/groupForm.jsp
+%%T%%/webapps/xgate/form/configsetup/javacatForm.jsp
+%%T%%/webapps/xgate/form/configsetup/ldapForm.jsp
+%%T%%/webapps/xgate/form/configsetup/license.jsp
+%%T%%/webapps/xgate/form/configsetup/licenseInfoForm.jsp
+%%T%%/webapps/xgate/form/configsetup/logForm.jsp
+%%T%%/webapps/xgate/form/configsetup/login.jsp
+%%T%%/webapps/xgate/form/configsetup/mainForm.jsp
+%%T%%/webapps/xgate/form/configsetup/menu_detail.jsp
+%%T%%/webapps/xgate/form/configsetup/messagebox.jsp
+%%T%%/webapps/xgate/form/configsetup/noticeForm.jsp
+%%T%%/webapps/xgate/form/configsetup/otpForm.jsp
+%%T%%/webapps/xgate/form/configsetup/setBasePath.jsp
+%%T%%/webapps/xgate/form/configsetup/spamFilterForm.jsp
+%%T%%/webapps/xgate/form/configsetup/terminalForm.jsp
+%%T%%/webapps/xgate/form/configsetup/top.jsp
+%%T%%/webapps/xgate/form/configsetup/topmenu.jsp
+%%T%%/webapps/xgate/form/gateadmin/account_list.jsp
+%%T%%/webapps/xgate/form/gateadmin/login.jsp
+%%T%%/webapps/xgate/form/term/address_entry.jsp
+%%T%%/webapps/xgate/form/term/address_item_view.jsp
+%%T%%/webapps/xgate/form/term/confirm_msg_delete.jsp
+%%T%%/webapps/xgate/form/term/confirm_msg_delete_all.jsp
+%%T%%/webapps/xgate/form/term/entry.jsp
+%%T%%/webapps/xgate/form/term/mail_address_edit.jsp
+%%T%%/webapps/xgate/form/term/mail_text.jsp
+%%T%%/webapps/xgate/form/term/potal.jsp
+%%T%%/webapps/xgate/form/term/template.jsp
+%%T%%/webapps/xgate/help.jsp
+%%T%%/webapps/xgate/help/en/adminaccount.html
+%%T%%/webapps/xgate/help/en/adminkeycode.html
+%%T%%/webapps/xgate/help/en/adminmenu.html
+%%T%%/webapps/xgate/help/en/adminoption.html
+%%T%%/webapps/xgate/help/en/adminterminal.html
+%%T%%/webapps/xgate/help/en/adminurlcellular.html
+%%T%%/webapps/xgate/help/en/config_acl.html
+%%T%%/webapps/xgate/help/en/config_address.html
+%%T%%/webapps/xgate/help/en/config_admin.html
+%%T%%/webapps/xgate/help/en/config_auth.html
+%%T%%/webapps/xgate/help/en/config_common.html
+%%T%%/webapps/xgate/help/en/config_custom.html
+%%T%%/webapps/xgate/help/en/config_group.html
+%%T%%/webapps/xgate/help/en/config_import_users.html
+%%T%%/webapps/xgate/help/en/config_javacat.html
+%%T%%/webapps/xgate/help/en/config_ldap.html
+%%T%%/webapps/xgate/help/en/config_license.html
+%%T%%/webapps/xgate/help/en/config_loginfo.html
+%%T%%/webapps/xgate/help/en/config_notice.html
+%%T%%/webapps/xgate/help/en/config_otp.html
+%%T%%/webapps/xgate/help/en/config_password.html
+%%T%%/webapps/xgate/help/en/config_setup.html
+%%T%%/webapps/xgate/help/en/config_terminal.html
+%%T%%/webapps/xgate/help/en/default.css
+%%T%%/webapps/xgate/help/en/groupdata.html
+%%T%%/webapps/xgate/help/en/import.html
+%%T%%/webapps/xgate/help/en/licenseentry.html
+%%T%%/webapps/xgate/help/en/licenseinfo.html
+%%T%%/webapps/xgate/help/en/login.html
+%%T%%/webapps/xgate/help/en/logview.html
+%%T%%/webapps/xgate/help/en/monitor.html
+%%T%%/webapps/xgate/help/en/url.html
+%%T%%/webapps/xgate/help/en/urlcellular.html
+%%T%%/webapps/xgate/help/en/useraccount.html
+%%T%%/webapps/xgate/help/en/useralias.html
+%%T%%/webapps/xgate/help/en/userfilter.html
+%%T%%/webapps/xgate/help/en/userkeycode.html
+%%T%%/webapps/xgate/help/en/userlevel.html
+%%T%%/webapps/xgate/help/en/useroption.html
+%%T%%/webapps/xgate/help/ja/adminaccount.html
+%%T%%/webapps/xgate/help/ja/adminkeycode.html
+%%T%%/webapps/xgate/help/ja/adminmenu.html
+%%T%%/webapps/xgate/help/ja/adminoption.html
+%%T%%/webapps/xgate/help/ja/adminterminal.html
+%%T%%/webapps/xgate/help/ja/adminurlcellular.html
+%%T%%/webapps/xgate/help/ja/config_acl.html
+%%T%%/webapps/xgate/help/ja/config_address.html
+%%T%%/webapps/xgate/help/ja/config_admin.html
+%%T%%/webapps/xgate/help/ja/config_auth.html
+%%T%%/webapps/xgate/help/ja/config_common.html
+%%T%%/webapps/xgate/help/ja/config_custom.html
+%%T%%/webapps/xgate/help/ja/config_group.html
+%%T%%/webapps/xgate/help/ja/config_import_users.html
+%%T%%/webapps/xgate/help/ja/config_javacat.html
+%%T%%/webapps/xgate/help/ja/config_ldap.html
+%%T%%/webapps/xgate/help/ja/config_license.html
+%%T%%/webapps/xgate/help/ja/config_loginfo.html
+%%T%%/webapps/xgate/help/ja/config_notice.html
+%%T%%/webapps/xgate/help/ja/config_otp.html
+%%T%%/webapps/xgate/help/ja/config_password.html
+%%T%%/webapps/xgate/help/ja/config_setup.html
+%%T%%/webapps/xgate/help/ja/config_terminal.html
+%%T%%/webapps/xgate/help/ja/default.css
+%%T%%/webapps/xgate/help/ja/groupdata.html
+%%T%%/webapps/xgate/help/ja/import.html
+%%T%%/webapps/xgate/help/ja/licenseentry.html
+%%T%%/webapps/xgate/help/ja/licenseinfo.html
+%%T%%/webapps/xgate/help/ja/login.html
+%%T%%/webapps/xgate/help/ja/logview.html
+%%T%%/webapps/xgate/help/ja/monitor.html
+%%T%%/webapps/xgate/help/ja/url.html
+%%T%%/webapps/xgate/help/ja/urlcellular.html
+%%T%%/webapps/xgate/help/ja/useraccount.html
+%%T%%/webapps/xgate/help/ja/useralias.html
+%%T%%/webapps/xgate/help/ja/userfilter.html
+%%T%%/webapps/xgate/help/ja/userkeycode.html
+%%T%%/webapps/xgate/help/ja/userlevel.html
+%%T%%/webapps/xgate/help/ja/useroption.html
+%%T%%/webapps/xgate/img/en/arrow_ylw.gif
+%%T%%/webapps/xgate/img/en/ball.gif
+%%T%%/webapps/xgate/img/en/bar.gif
+%%T%%/webapps/xgate/img/en/bg.gif
+%%T%%/webapps/xgate/img/en/block.gif
+%%T%%/webapps/xgate/img/en/english.gif
+%%T%%/webapps/xgate/img/en/help.gif
+%%T%%/webapps/xgate/img/en/import.gif
+%%T%%/webapps/xgate/img/en/japanese.gif
+%%T%%/webapps/xgate/img/en/l_bar.gif
+%%T%%/webapps/xgate/img/en/logo.gif
+%%T%%/webapps/xgate/img/en/orange.gif
+%%T%%/webapps/xgate/img/en/t_bar.gif
+%%T%%/webapps/xgate/img/en/u_bar.gif
+%%T%%/webapps/xgate/img/ja/LOGO_login.gif
+%%T%%/webapps/xgate/img/ja/arrow_ylw.gif
+%%T%%/webapps/xgate/img/ja/ball.gif
+%%T%%/webapps/xgate/img/ja/bar.gif
+%%T%%/webapps/xgate/img/ja/bg.gif
+%%T%%/webapps/xgate/img/ja/bg_dot.gif
+%%T%%/webapps/xgate/img/ja/bg_top.gif
+%%T%%/webapps/xgate/img/ja/block.gif
+%%T%%/webapps/xgate/img/ja/dot_gray.gif
+%%T%%/webapps/xgate/img/ja/english.gif
+%%T%%/webapps/xgate/img/ja/help.gif
+%%T%%/webapps/xgate/img/ja/import.gif
+%%T%%/webapps/xgate/img/ja/japanese.gif
+%%T%%/webapps/xgate/img/ja/l_bar.gif
+%%T%%/webapps/xgate/img/ja/logo.gif
+%%T%%/webapps/xgate/img/ja/menu1_2.gif
+%%T%%/webapps/xgate/img/ja/menu2_2.gif
+%%T%%/webapps/xgate/img/ja/menu3_2.gif
+%%T%%/webapps/xgate/img/ja/orange.gif
+%%T%%/webapps/xgate/img/ja/t_bar.gif
+%%T%%/webapps/xgate/img/ja/title.gif
+%%T%%/webapps/xgate/img/ja/title2.gif
+%%T%%/webapps/xgate/img/ja/title3.gif
+%%T%%/webapps/xgate/img/ja/top_account.gif
+%%T%%/webapps/xgate/img/ja/top_account2.gif
+%%T%%/webapps/xgate/img/ja/top_config.gif
+%%T%%/webapps/xgate/img/ja/top_config2.gif
+%%T%%/webapps/xgate/img/ja/top_help.gif
+%%T%%/webapps/xgate/img/ja/top_help2.gif
+%%T%%/webapps/xgate/img/ja/top_user.gif
+%%T%%/webapps/xgate/img/ja/top_user2.gif
+%%T%%/webapps/xgate/img/ja/top_web.gif
+%%T%%/webapps/xgate/img/ja/top_web2.gif
+%%T%%/webapps/xgate/img/ja/transparent.gif
+%%T%%/webapps/xgate/img/ja/u_bar.gif
+%%T%%/webapps/xgate/imode/NewYear.gif
+%%T%%/webapps/xgate/imode/Thumbs.db
+%%T%%/webapps/xgate/imode/Xmas.gif
+%%T%%/webapps/xgate/imode/index.jsp
+%%T%%/webapps/xgate/imode/index_e.jsp
+%%T%%/webapps/xgate/index.jsp
+%%T%%/webapps/xgate/jsky/NewYear.png
+%%T%%/webapps/xgate/jsky/Thumbs.db
+%%T%%/webapps/xgate/jsky/Xmas.png
+%%T%%/webapps/xgate/jsky/index.html
+%%T%%/webapps/xgate/jsky/index_e.html
+%%T%%/webapps/xgate/palm/NewYear.gif
+%%T%%/webapps/xgate/palm/Thumbs.db
+%%T%%/webapps/xgate/palm/Xmas.gif
+%%T%%/webapps/xgate/palm/img/address.gif
+%%T%%/webapps/xgate/palm/img/bottom.gif
+%%T%%/webapps/xgate/palm/img/copy.gif
+%%T%%/webapps/xgate/palm/img/delete.gif
+%%T%%/webapps/xgate/palm/img/detail.gif
+%%T%%/webapps/xgate/palm/img/dot.gif
+%%T%%/webapps/xgate/palm/img/find.gif
+%%T%%/webapps/xgate/palm/img/folder.gif
+%%T%%/webapps/xgate/palm/img/logout.gif
+%%T%%/webapps/xgate/palm/img/mailbox.gif
+%%T%%/webapps/xgate/palm/img/move.gif
+%%T%%/webapps/xgate/palm/img/newmail.gif
+%%T%%/webapps/xgate/palm/img/nextmail.gif
+%%T%%/webapps/xgate/palm/img/reply.gif
+%%T%%/webapps/xgate/palm/img/replyall.gif
+%%T%%/webapps/xgate/palm/img/return.gif
+%%T%%/webapps/xgate/palm/img/space.gif
+%%T%%/webapps/xgate/palm/img/title.gif
+%%T%%/webapps/xgate/palm/img/top.gif
+%%T%%/webapps/xgate/palm/img/trans.gif
+%%T%%/webapps/xgate/palm/img/unread.gif
+%%T%%/webapps/xgate/palm/img/xgate_logo.gif
+%%T%%/webapps/xgate/palm/index.html
+%%T%%/webapps/xgate/palm/index_e.html
+%%T%%/webapps/xgate/test.hdml
+%%T%%/webapps/xgate/wap/NewYear.bmp
+%%T%%/webapps/xgate/wap/NewYear.png
+%%T%%/webapps/xgate/wap/Thumbs.db
+%%T%%/webapps/xgate/wap/Xmas.bmp
+%%T%%/webapps/xgate/wap/Xmas.png
+%%T%%/webapps/xgate/wap/index.jsp
+%%T%%/webapps/xgate/wap/index_e.jsp
+%%T%%/webapps/xgate/web/address.js
+%%T%%/webapps/xgate/web/base.js
+%%T%%/webapps/xgate/web/base_send.js
+%%T%%/webapps/xgate/web/default.css
+%%T%%/webapps/xgate/web/help/ja/address.html
+%%T%%/webapps/xgate/web/help/ja/default.css
+%%T%%/webapps/xgate/web/help/ja/first.html
+%%T%%/webapps/xgate/web/help/ja/index.html
+%%T%%/webapps/xgate/web/help/ja/list.html
+%%T%%/webapps/xgate/web/help/ja/login.html
+%%T%%/webapps/xgate/web/help/ja/mailbox.html
+%%T%%/webapps/xgate/web/help/ja/user.html
+%%T%%/webapps/xgate/web/help/ja/write.html
+%%T%%/webapps/xgate/web/image.js
+%%T%%/webapps/xgate/web/img/ja/LOGO.gif
+%%T%%/webapps/xgate/web/img/ja/LOGO_login.gif
+%%T%%/webapps/xgate/web/img/ja/Thumbs.db
+%%T%%/webapps/xgate/web/img/ja/arrowL.gif
+%%T%%/webapps/xgate/web/img/ja/arrowR.gif
+%%T%%/webapps/xgate/web/img/ja/arrow_ylw.gif
+%%T%%/webapps/xgate/web/img/ja/attach.gif
+%%T%%/webapps/xgate/web/img/ja/attach_file.gif
+%%T%%/webapps/xgate/web/img/ja/bg.gif
+%%T%%/webapps/xgate/web/img/ja/bg_dot.gif
+%%T%%/webapps/xgate/web/img/ja/bg_header.gif
+%%T%%/webapps/xgate/web/img/ja/button_back.gif
+%%T%%/webapps/xgate/web/img/ja/button_cancel.gif
+%%T%%/webapps/xgate/web/img/ja/button_download.gif
+%%T%%/webapps/xgate/web/img/ja/button_last.gif
+%%T%%/webapps/xgate/web/img/ja/button_mail1.gif
+%%T%%/webapps/xgate/web/img/ja/button_mail2.gif
+%%T%%/webapps/xgate/web/img/ja/button_next.gif
+%%T%%/webapps/xgate/web/img/ja/button_ok.gif
+%%T%%/webapps/xgate/web/img/ja/button_previous.gif
+%%T%%/webapps/xgate/web/img/ja/button_reload.gif
+%%T%%/webapps/xgate/web/img/ja/button_remove.gif
+%%T%%/webapps/xgate/web/img/ja/button_search.gif
+%%T%%/webapps/xgate/web/img/ja/button_send.gif
+%%T%%/webapps/xgate/web/img/ja/button_sentaku.gif
+%%T%%/webapps/xgate/web/img/ja/button_sentaku2.gif
+%%T%%/webapps/xgate/web/img/ja/button_setup.gif
+%%T%%/webapps/xgate/web/img/ja/button_show.gif
+%%T%%/webapps/xgate/web/img/ja/button_soushin1L.gif
+%%T%%/webapps/xgate/web/img/ja/button_soushin1S.gif
+%%T%%/webapps/xgate/web/img/ja/button_soushin2L.gif
+%%T%%/webapps/xgate/web/img/ja/button_soushin2S.gif
+%%T%%/webapps/xgate/web/img/ja/button_soushin3L.gif
+%%T%%/webapps/xgate/web/img/ja/button_soushin3S.gif
+%%T%%/webapps/xgate/web/img/ja/button_soushin4L.gif
+%%T%%/webapps/xgate/web/img/ja/button_soushin4S.gif
+%%T%%/webapps/xgate/web/img/ja/button_top.gif
+%%T%%/webapps/xgate/web/img/ja/cabinet.gif
+%%T%%/webapps/xgate/web/img/ja/cabinet2.gif
+%%T%%/webapps/xgate/web/img/ja/dot_blue.gif
+%%T%%/webapps/xgate/web/img/ja/dot_gray.gif
+%%T%%/webapps/xgate/web/img/ja/dot_green.gif
+%%T%%/webapps/xgate/web/img/ja/icon_addA.gif
+%%T%%/webapps/xgate/web/img/ja/icon_addA2.gif
+%%T%%/webapps/xgate/web/img/ja/icon_addALL.gif
+%%T%%/webapps/xgate/web/img/ja/icon_addALL2.gif
+%%T%%/webapps/xgate/web/img/ja/icon_addEDIT.gif
+%%T%%/webapps/xgate/web/img/ja/icon_addENG.gif
+%%T%%/webapps/xgate/web/img/ja/icon_addENG2.gif
+%%T%%/webapps/xgate/web/img/ja/icon_addETC.gif
+%%T%%/webapps/xgate/web/img/ja/icon_addETC2.gif
+%%T%%/webapps/xgate/web/img/ja/icon_addHA.gif
+%%T%%/webapps/xgate/web/img/ja/icon_addHA2.gif
+%%T%%/webapps/xgate/web/img/ja/icon_addKA.gif
+%%T%%/webapps/xgate/web/img/ja/icon_addKA2.gif
+%%T%%/webapps/xgate/web/img/ja/icon_addMA.gif
+%%T%%/webapps/xgate/web/img/ja/icon_addMA2.gif
+%%T%%/webapps/xgate/web/img/ja/icon_addNA.gif
+%%T%%/webapps/xgate/web/img/ja/icon_addNA2.gif
+%%T%%/webapps/xgate/web/img/ja/icon_addNO.gif
+%%T%%/webapps/xgate/web/img/ja/icon_addNO2.gif
+%%T%%/webapps/xgate/web/img/ja/icon_addRA.gif
+%%T%%/webapps/xgate/web/img/ja/icon_addRA2.gif
+%%T%%/webapps/xgate/web/img/ja/icon_addSA.gif
+%%T%%/webapps/xgate/web/img/ja/icon_addSA2.gif
+%%T%%/webapps/xgate/web/img/ja/icon_addTA.gif
+%%T%%/webapps/xgate/web/img/ja/icon_addTA2.gif
+%%T%%/webapps/xgate/web/img/ja/icon_addWA.gif
+%%T%%/webapps/xgate/web/img/ja/icon_addWA2.gif
+%%T%%/webapps/xgate/web/img/ja/icon_addYA.gif
+%%T%%/webapps/xgate/web/img/ja/icon_addYA2.gif
+%%T%%/webapps/xgate/web/img/ja/icon_address.gif
+%%T%%/webapps/xgate/web/img/ja/icon_clip.gif
+%%T%%/webapps/xgate/web/img/ja/icon_grayBALL.gif
+%%T%%/webapps/xgate/web/img/ja/icon_mail1.gif
+%%T%%/webapps/xgate/web/img/ja/icon_mail1_att.gif
+%%T%%/webapps/xgate/web/img/ja/icon_mail2.gif
+%%T%%/webapps/xgate/web/img/ja/icon_mail2_att.gif
+%%T%%/webapps/xgate/web/img/ja/icon_shiborikomi.gif
+%%T%%/webapps/xgate/web/img/ja/line_bottom.gif
+%%T%%/webapps/xgate/web/img/ja/line_top.gif
+%%T%%/webapps/xgate/web/img/ja/mailbox_box1.gif
+%%T%%/webapps/xgate/web/img/ja/mailbox_box2.gif
+%%T%%/webapps/xgate/web/img/ja/mailbox_box3.gif
+%%T%%/webapps/xgate/web/img/ja/mailbox_close.gif
+%%T%%/webapps/xgate/web/img/ja/mailbox_close2.gif
+%%T%%/webapps/xgate/web/img/ja/mailbox_open.gif
+%%T%%/webapps/xgate/web/img/ja/mailbox_open2.gif
+%%T%%/webapps/xgate/web/img/ja/mainMENU_add.gif
+%%T%%/webapps/xgate/web/img/ja/mainMENU_add2.gif
+%%T%%/webapps/xgate/web/img/ja/mainMENU_box.gif
+%%T%%/webapps/xgate/web/img/ja/mainMENU_box2.gif
+%%T%%/webapps/xgate/web/img/ja/mainMENU_help.gif
+%%T%%/webapps/xgate/web/img/ja/mainMENU_help2.gif
+%%T%%/webapps/xgate/web/img/ja/mainMENU_list.gif
+%%T%%/webapps/xgate/web/img/ja/mainMENU_list2.gif
+%%T%%/webapps/xgate/web/img/ja/mainMENU_logout.gif
+%%T%%/webapps/xgate/web/img/ja/mainMENU_logout2.gif
+%%T%%/webapps/xgate/web/img/ja/mainMENU_user.gif
+%%T%%/webapps/xgate/web/img/ja/mainMENU_user2.gif
+%%T%%/webapps/xgate/web/img/ja/mainMENU_write.gif
+%%T%%/webapps/xgate/web/img/ja/mainMENU_write2.gif
+%%T%%/webapps/xgate/web/img/ja/search_address.gif
+%%T%%/webapps/xgate/web/img/ja/space.gif
+%%T%%/webapps/xgate/web/img/ja/subMENU2_list1.gif
+%%T%%/webapps/xgate/web/img/ja/subMENU2_list2.gif
+%%T%%/webapps/xgate/web/img/ja/subMENU2_list3.gif
+%%T%%/webapps/xgate/web/img/ja/subMENU2_list4.gif
+%%T%%/webapps/xgate/web/img/ja/subMENU_add1-2.gif
+%%T%%/webapps/xgate/web/img/ja/subMENU_add1.gif
+%%T%%/webapps/xgate/web/img/ja/subMENU_add2-2.gif
+%%T%%/webapps/xgate/web/img/ja/subMENU_add2.gif
+%%T%%/webapps/xgate/web/img/ja/subMENU_add3-2.gif
+%%T%%/webapps/xgate/web/img/ja/subMENU_add3.gif
+%%T%%/webapps/xgate/web/img/ja/subMENU_add4-2.gif
+%%T%%/webapps/xgate/web/img/ja/subMENU_add4.gif
+%%T%%/webapps/xgate/web/img/ja/subMENU_add5-2.gif
+%%T%%/webapps/xgate/web/img/ja/subMENU_add5.gif
+%%T%%/webapps/xgate/web/img/ja/subMENU_add6-2.gif
+%%T%%/webapps/xgate/web/img/ja/subMENU_add6.gif
+%%T%%/webapps/xgate/web/img/ja/subMENU_add7-2.gif
+%%T%%/webapps/xgate/web/img/ja/subMENU_add7.gif
+%%T%%/webapps/xgate/web/img/ja/subMENU_box1-2.gif
+%%T%%/webapps/xgate/web/img/ja/subMENU_box1.gif
+%%T%%/webapps/xgate/web/img/ja/subMENU_box2-2.gif
+%%T%%/webapps/xgate/web/img/ja/subMENU_box2.gif
+%%T%%/webapps/xgate/web/img/ja/subMENU_box3-2.gif
+%%T%%/webapps/xgate/web/img/ja/subMENU_box3.gif
+%%T%%/webapps/xgate/web/img/ja/subMENU_box4-2.gif
+%%T%%/webapps/xgate/web/img/ja/subMENU_box4.gif
+%%T%%/webapps/xgate/web/img/ja/subMENU_honbun1-2.gif
+%%T%%/webapps/xgate/web/img/ja/subMENU_honbun1.gif
+%%T%%/webapps/xgate/web/img/ja/subMENU_honbun2-2.gif
+%%T%%/webapps/xgate/web/img/ja/subMENU_honbun2.gif
+%%T%%/webapps/xgate/web/img/ja/subMENU_honbun3-2.gif
+%%T%%/webapps/xgate/web/img/ja/subMENU_honbun3.gif
+%%T%%/webapps/xgate/web/img/ja/subMENU_honbun4-2.gif
+%%T%%/webapps/xgate/web/img/ja/subMENU_honbun4.gif
+%%T%%/webapps/xgate/web/img/ja/subMENU_honbun5-2.gif
+%%T%%/webapps/xgate/web/img/ja/subMENU_honbun5.gif
+%%T%%/webapps/xgate/web/img/ja/subMENU_honbun6-2.gif
+%%T%%/webapps/xgate/web/img/ja/subMENU_honbun6.gif
+%%T%%/webapps/xgate/web/img/ja/subMENU_honbun7-2.gif
+%%T%%/webapps/xgate/web/img/ja/subMENU_honbun7.gif
+%%T%%/webapps/xgate/web/img/ja/subMENU_honbun8-2.gif
+%%T%%/webapps/xgate/web/img/ja/subMENU_honbun8.gif
+%%T%%/webapps/xgate/web/img/ja/subMENU_list1-2.gif
+%%T%%/webapps/xgate/web/img/ja/subMENU_list1.gif
+%%T%%/webapps/xgate/web/img/ja/subMENU_list2-2.gif
+%%T%%/webapps/xgate/web/img/ja/subMENU_list2.gif
+%%T%%/webapps/xgate/web/img/ja/subMENU_list3-2.gif
+%%T%%/webapps/xgate/web/img/ja/subMENU_list3.gif
+%%T%%/webapps/xgate/web/img/ja/subMENU_list4-2.gif
+%%T%%/webapps/xgate/web/img/ja/subMENU_list4.gif
+%%T%%/webapps/xgate/web/img/ja/subMENU_list5-2.gif
+%%T%%/webapps/xgate/web/img/ja/subMENU_list5.gif
+%%T%%/webapps/xgate/web/img/ja/subMENU_list6-2.gif
+%%T%%/webapps/xgate/web/img/ja/subMENU_list6.gif
+%%T%%/webapps/xgate/web/img/ja/subMENU_list7-2.gif
+%%T%%/webapps/xgate/web/img/ja/subMENU_list7.gif
+%%T%%/webapps/xgate/web/img/ja/subMENU_regNonSpam.gif
+%%T%%/webapps/xgate/web/img/ja/subMENU_regNonSpam_push.gif
+%%T%%/webapps/xgate/web/img/ja/subMENU_regSpam.gif
+%%T%%/webapps/xgate/web/img/ja/subMENU_regSpam_push.gif
+%%T%%/webapps/xgate/web/img/ja/subMENU_soushin1-2.gif
+%%T%%/webapps/xgate/web/img/ja/subMENU_soushin1.gif
+%%T%%/webapps/xgate/web/img/ja/subMENU_soushin2-2.gif
+%%T%%/webapps/xgate/web/img/ja/subMENU_soushin2.gif
+%%T%%/webapps/xgate/web/img/ja/subMENU_soushin3-2.gif
+%%T%%/webapps/xgate/web/img/ja/subMENU_soushin3.gif
+%%T%%/webapps/xgate/web/img/ja/subMENU_user1-2.gif
+%%T%%/webapps/xgate/web/img/ja/subMENU_user1.gif
+%%T%%/webapps/xgate/web/img/ja/subMENU_user2-2.gif
+%%T%%/webapps/xgate/web/img/ja/subMENU_user2.gif
+%%T%%/webapps/xgate/web/img/ja/subtitle_add1.gif
+%%T%%/webapps/xgate/web/img/ja/subtitle_add2.gif
+%%T%%/webapps/xgate/web/img/ja/subtitle_copy.gif
+%%T%%/webapps/xgate/web/img/ja/subtitle_ldapsearch.gif
+%%T%%/webapps/xgate/web/img/ja/subtitle_message.gif
+%%T%%/webapps/xgate/web/img/ja/subtitle_move.gif
+%%T%%/webapps/xgate/web/img/ja/subtitle_search.gif
+%%T%%/webapps/xgate/web/img/ja/subtitle_soushin.gif
+%%T%%/webapps/xgate/web/img/ja/subtitle_user1.gif
+%%T%%/webapps/xgate/web/img/ja/subtitle_user2.gif
+%%T%%/webapps/xgate/web/img/ja/title_address.gif
+%%T%%/webapps/xgate/web/img/ja/title_box.gif
+%%T%%/webapps/xgate/web/img/ja/title_error.gif
+%%T%%/webapps/xgate/web/img/ja/title_first.gif
+%%T%%/webapps/xgate/web/img/ja/title_index.gif
+%%T%%/webapps/xgate/web/img/ja/title_info.gif
+%%T%%/webapps/xgate/web/img/ja/title_list.gif
+%%T%%/webapps/xgate/web/img/ja/title_login.gif
+%%T%%/webapps/xgate/web/img/ja/title_loginlogout.gif
+%%T%%/webapps/xgate/web/img/ja/title_publicaddress.gif
+%%T%%/webapps/xgate/web/img/ja/title_soushin.gif
+%%T%%/webapps/xgate/web/img/ja/title_user.gif
+%%T%%/webapps/xgate/web/img/ja/top_title_admin.gif
+%%T%%/webapps/xgate/web/img/ja/top_title_user.gif
+%%T%%/webapps/xgate/web/img/ja/transparent.gif
+%%T%%/webapps/xgate/web/img/ja/x_logo.gif
+%%T%%/webapps/xgate/web/index.jsp
+%%T%%/webapps/xgate/wml/NewYear.bmp
+%%T%%/webapps/xgate/wml/NewYear.png
+%%T%%/webapps/xgate/wml/Thumbs.db
+%%T%%/webapps/xgate/wml/Xmas.bmp
+%%T%%/webapps/xgate/wml/Xmas.png
+%%T%%/webapps/xgate/wml/index.jsp
+%%T%%/webapps/xgate/wml/index_e.jsp
+@dirrm %%T%%/webapps/xgate/wml
+@dirrm %%T%%/webapps/xgate/web/img/ja
+@dirrm %%T%%/webapps/xgate/web/img
+@dirrm %%T%%/webapps/xgate/web/help/ja
+@dirrm %%T%%/webapps/xgate/web/help
+@dirrm %%T%%/webapps/xgate/web
+@dirrm %%T%%/webapps/xgate/wap
+@dirrm %%T%%/webapps/xgate/palm/img
+@dirrm %%T%%/webapps/xgate/palm
+@dirrm %%T%%/webapps/xgate/jsky
+@dirrm %%T%%/webapps/xgate/imode
+@dirrm %%T%%/webapps/xgate/img/ja
+@dirrm %%T%%/webapps/xgate/img/en
+@dirrm %%T%%/webapps/xgate/img
+@dirrm %%T%%/webapps/xgate/help/ja
+@dirrm %%T%%/webapps/xgate/help/en
+@dirrm %%T%%/webapps/xgate/help
+@dirrm %%T%%/webapps/xgate/form/term
+@dirrm %%T%%/webapps/xgate/form/gateadmin
+@dirrm %%T%%/webapps/xgate/form/configsetup
+@dirrm %%T%%/webapps/xgate/form
+@dirrm %%T%%/webapps/xgate/astel
+@dirrm %%T%%/webapps/xgate/META-INF
+@dirrm %%T%%/webapps/xgate/WEB-INF/tlds
+@dirrm %%T%%/webapps/xgate/WEB-INF/template/wml/openwave/ja
+@dirrm %%T%%/webapps/xgate/WEB-INF/template/wml/openwave/en
+@dirrm %%T%%/webapps/xgate/WEB-INF/template/wml/openwave
+@dirrm %%T%%/webapps/xgate/WEB-INF/template/wml/nokia/ja
+@dirrm %%T%%/webapps/xgate/WEB-INF/template/wml/nokia/en
+@dirrm %%T%%/webapps/xgate/WEB-INF/template/wml/nokia
+@dirrm %%T%%/webapps/xgate/WEB-INF/template/wml
+@dirrm %%T%%/webapps/xgate/WEB-INF/template/web/ja
+@dirrm %%T%%/webapps/xgate/WEB-INF/template/web
+@dirrm %%T%%/webapps/xgate/WEB-INF/template/wap/ja
+@dirrm %%T%%/webapps/xgate/WEB-INF/template/wap/en
+@dirrm %%T%%/webapps/xgate/WEB-INF/template/wap
+@dirrm %%T%%/webapps/xgate/WEB-INF/template/palm/ja
+@dirrm %%T%%/webapps/xgate/WEB-INF/template/palm/en
+@dirrm %%T%%/webapps/xgate/WEB-INF/template/palm
+@dirrm %%T%%/webapps/xgate/WEB-INF/template/jsky/ja
+@dirrm %%T%%/webapps/xgate/WEB-INF/template/jsky/en
+@dirrm %%T%%/webapps/xgate/WEB-INF/template/jsky
+@dirrm %%T%%/webapps/xgate/WEB-INF/template/imode/ja
+@dirrm %%T%%/webapps/xgate/WEB-INF/template/imode/en
+@dirrm %%T%%/webapps/xgate/WEB-INF/template/imode
+@dirrm %%T%%/webapps/xgate/WEB-INF/template/etc
+@dirrm %%T%%/webapps/xgate/WEB-INF/template/astel/ja
+@dirrm %%T%%/webapps/xgate/WEB-INF/template/astel/en
+@dirrm %%T%%/webapps/xgate/WEB-INF/template/astel
+@dirrm %%T%%/webapps/xgate/WEB-INF/template/account/ja
+@dirrm %%T%%/webapps/xgate/WEB-INF/template/account/en
+@dirrm %%T%%/webapps/xgate/WEB-INF/template/account
+@dirrm %%T%%/webapps/xgate/WEB-INF/template
+@dirrm %%T%%/webapps/xgate/WEB-INF/sample
+@dirrm %%T%%/webapps/xgate/WEB-INF/res
+@dirrm %%T%%/webapps/xgate/WEB-INF/log
+@dirrm %%T%%/webapps/xgate/WEB-INF/lib
+@dirrm %%T%%/webapps/xgate/WEB-INF/dtds
+@dirrm %%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/xgate/web
+@dirrm %%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/xgate/wap
+@dirrm %%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/xgate/util/media
+@dirrm %%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/xgate/util
+@dirrm %%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/xgate/spam
+@dirrm %%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/xgate/servlet
+@dirrm %%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/xgate/page/helper
+@dirrm %%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/xgate/page
+@dirrm %%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/xgate/notice
+@dirrm %%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/xgate/mml
+@dirrm %%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/xgate/imode
+@dirrm %%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/xgate/gateadmin
+@dirrm %%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/xgate/core
+@dirrm %%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/xgate/configsetup/util
+@dirrm %%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/xgate/configsetup/test
+@dirrm %%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/xgate/configsetup/resource
+@dirrm %%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/xgate/configsetup/form
+@dirrm %%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/xgate/configsetup/action
+@dirrm %%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/xgate/configsetup
+@dirrm %%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/xgate/cmd/helper
+@dirrm %%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/xgate/cmd
+@dirrm %%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/xgate/astel
+@dirrm %%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/xgate/addressbook
+@dirrm %%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/xgate/account
+@dirrm %%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/xgate
+@dirrm %%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/util/terminal
+@dirrm %%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/util
+@dirrm %%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/text
+@dirrm %%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/net/ldap
+@dirrm %%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/net/imap
+@dirrm %%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/net
+@dirrm %%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/mime
+@dirrm %%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/mail
+@dirrm %%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/app/tbs/action
+@dirrm %%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/app/tbs
+@dirrm %%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/app/nissho
+@dirrm %%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft/app
+@dirrm %%T%%/webapps/xgate/WEB-INF/classes/jp/co/orangesoft
+@dirrm %%T%%/webapps/xgate/WEB-INF/classes/jp/co
+@dirrm %%T%%/webapps/xgate/WEB-INF/classes/jp
+@dirrm %%T%%/webapps/xgate/WEB-INF/classes/com/happysize/util
+@dirrm %%T%%/webapps/xgate/WEB-INF/classes/com/happysize/net/radius
+@dirrm %%T%%/webapps/xgate/WEB-INF/classes/com/happysize/net
+@dirrm %%T%%/webapps/xgate/WEB-INF/classes/com/happysize
+@dirrm %%T%%/webapps/xgate/WEB-INF/classes/com
+@dirrm %%T%%/webapps/xgate/WEB-INF/classes
+@unexec rmdir %D/%%T%%/webapps/xgate/WEB-INF/conf 2>/dev/null || true
+@unexec rmdir %D/%%T%%/webapps/xgate/WEB-INF/address 2>/dev/null || true
+@unexec rmdir %D/%%T%%/webapps/xgate/WEB-INF/account 2>/dev/null || true
+@unexec rmdir %D/%%T%%/webapps/xgate/WEB-INF 2>/dev/null || true
+@unexec rmdir %D/%%T%%/webapps/xgate 2>/dev/null || true
+@unexec rmdir /var/log/xgate 2>/dev/null || true
+@exec install -d -o %%WWWUID%% -g %%WWWGID%% /var/log/xgate