aboutsummaryrefslogtreecommitdiff
path: root/japanese/xgate/pkg-plist
blob: f53890afae97ad4be62e6e0becce7989c3939925 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
1001
1002
1003
1004
1005
1006
1007
1008
1009
1010
1011
1012
1013
1014
1015
1016
1017
1018
1019
1020
1021
1022
1023
1024
1025
1026
1027
1028
1029
1030
1031
1032
1033
1034
1035
1036
1037
1038
1039
1040
1041
1042
1043
1044
1045
1046
1047
1048
1049
1050
1051
1052
1053
1054
1055
1056
1057
1058
1059
1060
1061
1062
1063
1064
1065
1066
1067
1068
1069
1070
1071
1072
1073
1074
1075
1076
1077
1078
1079
1080
1081
1082
1083
1084
1085
1086
1087
1088
1089
1090
1091
1092
1093
1094
1095
1096
1097
1098
1099
1100
1101
1102
1103
1104
1105
1106
1107
1108
1109
1110
1111
1112
1113
1114
1115
1116
1117
1118
1119
1120
1121
1122
1123
1124
1125
1126
1127
1128
1129
1130
1131
1132
1133
1134
1135
1136
1137
1138
1139
1140
1141
1142
1143
1144
1145
1146
1147
1148
1149
1150
1151
1152
1153
1154
1155
1156
1157
1158
1159
1160
1161
1162
1163
1164
1165
1166
1167
1168
1169
1170
1171
1172
1173
1174
1175
1176
1177
1178
1179
1180
1181
1182
1183
1184
1185
1186
1187
1188
1189
1190
1191
1192
1193
1194
1195
1196
1197
1198
1199
1200
1201
1202
1203
1204
1205
1206
1207
1208
1209
1210
1211
1212
1213
1214
1215
1216
1217
1218
1219
1220
1221
1222
1223
1224
1225
1226
1227
1228
1229
1230
1231
1232
1233
1234
1235
1236
1237
1238
1239
1240
1241
1242
1243
1244
1245
1246
1247
1248
1249
1250
1251
1252
1253
1254
1255
1256
1257
1258
1259
1260
1261
1262
1263
1264
1265
1266
1267
1268
1269
1270
1271
1272
1273
1274
1275
1276
1277
1278
1279
1280
1281
1282
1283
1284
1285
1286
1287
1288
1289
1290
1291
1292
1293
1294
1295
1296
1297
1298
1299
1300
1301
1302
1303
1304
1305
1306
1307
1308
1309
1310
1311
1312
1313
1314
1315
1316
1317
1318
1319
1320
1321
1322
1323
1324
1325
1326
1327
1328
1329
1330
1331
1332
1333
1334
1335
1336
1337
1338
1339
1340
1341
1342
1343
1344
1345
1346
1347
1348
1349
1350
1351
1352
1353
1354
1355
1356
1357
1358
1359
1360
1361
1362
1363
1364
1365
1366
1367
1368
1369
1370
1371
1372
1373
1374
1375
1376
1377
1378
1379
1380
1381
1382
1383
1384
1385
1386
1387
1388
1389
1390
1391
1392
1393
1394
1395
1396
1397
1398
1399
1400
1401
1402
1403
1404
1405
1406
1407
1408
1409
1410
1411
1412
1413
1414
1415
1416
1417
1418
1419
1420
1421
1422
1423
1424
1425
1426
1427
1428
1429
1430
1431
1432
1433
1434
1435
1436
1437
1438
1439
1440
1441
1442
1443
1444
1445
1446
1447
1448
1449
1450
1451
1452
1453
1454
1455
1456
1457
1458
1459
1460
1461
1462
1463
1464
1465
1466
1467
1468
1469
1470
1471
1472
1473
1474
1475
1476
1477
1478
1479
1480
1481
1482
1483
1484
1485
1486
1487
1488
1489
1490
1491
1492
1493
1494
1495
1496
1497
1498
1499
1500
1501
1502
1503
1504
1505
1506
1507
1508
1509
1510
1511
1512
1513
1514
1515
1516
1517
1518
1519
1520
1521
1522
1523
1524
1525
1526
1527
1528
1529
1530
1531
1532
1533
1534
1535
1536
1537
1538
1539
1540
1541
1542
1543
1544
1545
1546
1547
1548
1549
1550
1551
1552
1553
1554
1555
1556
1557
1558
1559
1560
1561
1562
1563
1564
1565
1566
1567
1568
1569
1570
1571
1572
1573
1574
1575
1576
1577
1578
1579
1580
1581
1582
1583
1584
1585
1586
1587
1588
1589
1590
1591
1592
1593
1594
1595
1596
1597
1598
1599
1600
1601
1602
1603
1604
1605
1606
1607
1608
1609
1610
1611
1612
1613
1614
1615
1616
1617
1618
1619
1620
1621
1622
1623
1624
1625
1626
1627
1628
1629
1630
1631
1632
1633
1634
1635
1636
1637
1638
1639
1640
1641
1642
1643
1644
1645
1646
1647
1648
1649
1650
1651
1652
1653
1654
1655
1656
1657
1658
1659
1660
1661
1662
1663
1664
1665
1666
1667
1668
1669
1670
1671
1672
1673
1674
1675
1676
1677
1678
1679
1680
1681
1682
1683
1684
1685
1686
1687
1688
1689
1690
1691
1692
1693
1694
1695
1696
1697
1698
1699
1700
1701
1702
1703
1704
1705
1706
1707
1708
1709
1710
1711
1712
1713
1714
1715
1716
1717
1718
1719
1720
1721
1722
1723
1724
1725
1726
1727
1728
1729
1730
1731
1732
1733
1734
1735
1736
1737
1738
1739
1740
1741
1742
1743
1744
1745
1746
1747
1748
1749
1750
1751
1752
1753
1754
1755
1756
1757
1758
1759
1760
1761
1762
1763
1764
1765
1766
1767
1768
1769
1770
1771
1772
1773
1774
1775
1776
1777
1778
1779
1780
1781
1782
1783
1784
1785
1786
1787
1788
1789
1790
1791
1792
1793
1794
1795
1796
1797
1798
1799
1800
1801
1802
1803
1804
1805
1806
1807
1808
1809
1810
1811
1812
1813
1814
1815
1816
1817
1818
1819
1820
1821
1822
1823
1824
1825
1826
1827
1828
1829
1830
1831
1832
1833
1834
1835
1836
1837
1838
1839
1840
1841
1842
1843
1844
1845
1846
1847
1848
1849
1850
1851
1852
1853
1854
1855
1856
1857
1858
1859
1860
1861
1862
1863
1864
1865
1866
1867
1868
1869
1870
1871
1872
1873
1874
1875
1876
1877
1878
1879
1880
1881
1882
1883
1884
1885
1886
1887
1888
1889
1890
1891
1892
1893
1894
1895
1896
1897
1898
1899
1900
1901
1902
1903
1904
1905
1906
1907
1908
1909
1910
1911
1912
1913
1914
1915
1916
1917
1918
1919
1920
1921
1922
1923
1924
1925
1926
1927
1928
1929
1930
1931
1932
1933
1934
1935
1936
1937
1938
1939
1940
1941
1942
1943
1944
1945
1946
1947
1948
1949
1950
1951
1952
1953
1954
1955
1956
1957
1958
1959
1960
1961
1962
1963
1964
1965
1966
1967
1968
1969
1970
1971
1972
1973
1974
1975
1976
1977
1978
1979
1980
1981
1982
1983
1984
1985
1986
1987
1988
1989
1990
1991
1992
1993
1994
1995
1996
1997
1998
1999
2000
2001
2002
2003
2004
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
2026
2027
2028
2029
2030
2031
2032
2033
2034
2035
2036
2037
2038
2039
2040
2041
2042
2043
2044
2045
2046
2047
2048
2049
2050
2051
2052
2053
2054
2055
2056
2057
2058
2059
2060
2061
2062
2063
2064
2065
2066
2067
2068
2069
2070
2071
2072
2073
2074
2075
2076
2077
2078
2079
2080
2081
2082
2083
2084
2085
2086
2087
2088
2089
2090
2091
2092
2093
2094
2095
2096
2097
2098
2099
2100
2101
2102
2103
2104
2105
2106
2107
2108
2109
2110
2111
2112
2113
2114
2115
2116
2117
2118
2119
2120
2121
2122
2123
2124
2125
2126
2127
2128
2129
2130
2131
2132
2133
2134
2135
2136
2137
2138
2139
2140
2141
2142
2143
2144
2145
2146
2147
2148
2149
2150
2151
2152
2153
2154
2155
2156
2157
2158
2159
2160
2161
2162
2163
2164
2165
2166
2167
2168
2169
2170
2171
2172
2173
2174
2175
2176
2177
2178
2179
2180
2181
2182
2183
2184
2185
2186
2187
2188
2189
2190
2191
2192
2193
2194
2195
2196
2197
2198
2199
2200
2201
2202
2203
2204
2205
2206
2207
2208
2209
2210
2211
2212
2213
2214
2215
2216
2217
2218
2219
2220
2221
2222
2223
2224
2225
2226
2227
2228
2229
2230
2231
2232
2233
2234
2235
2236
2237
2238
2239
2240
2241
2242
2243
2244
2245
2246
2247
2248
2249
2250
2251
2252
2253
2254
2255
2256
2257
2258
2259
2260
2261
2262
2263
2264
2265
2266
2267
2268
2269
2270
2271
2272
2273
2274
2275
2276
2277
2278
2279
2280
2281
2282
2283
2284
2285
2286
2287
2288
2289
2290
2291
2292
2293
2294
2295
2296
2297
2298
2299
2300
2301
2302
2303
2304
2305
2306
2307
2308
2309
2310
2311
2312
2313
2314
2315
2316
2317
2318
2319
2320
2321
2322
2323
2324
2325
2326
2327
2328
2329
2330
2331
2332
2333
2334
2335
2336
2337
2338
2339
2340
2341
2342
2343
2344
2345
2346
2347
2348
2349
2350
2351
2352
2353
2354
2355
2356
2357
2358
2359
2360
2361
2362
2363
2364
2365
2366
2367
2368
2369
2370
2371
2372
2373
2374
2375
2376
2377
2378
2379
2380
2381
2382
2383
2384
2385
2386
2387
2388
2389
2390
2391
2392
2393
2394
2395
2396
2397
2398
2399
2400
2401
2402
2403
2404
2405
2406
2407
2408
2409
2410
2411
2412
2413
2414
2415
2416
2417
2418
2419
2420
2421
2422
2423
2424
2425
2426
2427
2428
2429
2430
2431
2432
2433
2434
2435
2436
2437
2438
2439
2440
2441
2442
2443
2444
2445
2446
2447
2448
2449
2450
2451
2452
2453
2454
2455
2456
2457
2458
2459
2460
2461
2462
2463
2464
2465
2466
2467
2468
2469
2470
2471
2472
2473
2474
2475
2476
2477
2478
2479
2480
2481
2482
2483
2484
2485
2486
2487
2488
2489
2490
2491
2492
2493
2494
2495
2496
2497
2498
2499
2500
2501
2502
2503
2504
2505
2506
2507
2508
2509
2510
2511
2512
2513
2514
2515
2516
2517
2518
2519
2520
2521
2522
2523
2524
2525
2526
2527
2528
2529
2530
2531
2532
2533
2534
2535
2536
2537
2538
2539
2540
2541
2542
2543
2544
2545
2546
2547
2548
2549
2550
2551
2552
2553
2554
2555
2556
2557
2558
2559
2560
2561
2562
2563
2564
2565
2566
2567
2568
2569
2570
2571
2572
2573
2574
2575
2576
2577
2578
2579
2580
2581
2582
2583
2584
2585
2586
2587
2588
2589
2590
2591
2592
2593
2594
2595
2596
2597
2598
2599
2600
2601
2602
2603
2604
2605
2606
2607
2608
2609
2610
2611
2612
2613
2614
2615
2616
2617
2618
2619
2620
2621
2622
2623
2624
2625
2626
2627
2628
2629
2630
2631
2632
2633
2634
2635
2636
2637
2638
2639
2640
2641
2642
2643
2644
2645
2646
2647
2648
2649
2650
2651
2652
2653
2654
2655
2656
2657
2658
2659
2660
2661
2662
2663
2664
2665
2666
2667
2668
2669
2670
2671
2672
2673
2674
2675
2676
2677
2678
2679
2680
2681
2682
2683
2684
2685
2686
2687
2688
2689
2690
2691
2692
2693
2694
2695
2696
2697
2698
2699
2700
2701
2702
2703
2704
2705
2706
2707
2708
2709
2710
2711
2712
2713
2714
2715
2716
2717
2718
2719
2720
2721
2722
2723
2724
2725
2726
2727
2728
2729
2730
2731
2732
2733
2734
2735
2736
2737
2738
2739
2740
2741
2742
2743
2744
2745
2746
2747
2748
2749
2750
2751
2752
2753
2754
2755
2756
2757
2758
2759
2760
2761
2762
2763
2764
2765
2766
2767
2768
2769
2770
2771
2772
2773
2774
2775
2776
2777
2778
2779
2780
2781
2782
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
@dirrmtry %%T%%/webapps/xgate/WEB-INF/conf   
@dirrmtry %%T%%/webapps/xgate/WEB-INF/address
@dirrmtry %%T%%/webapps/xgate/WEB-INF/account
@dirrmtry %%T%%/webapps/xgate/WEB-INF        
@dirrmtry %%T%%/webapps/xgate                
@unexec rmdir /var/log/xgate                         2>/dev/null || true
@exec   install -d -o %%WWWUID%% -g %%WWWGID%% /var/log/xgate