- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for getMailSmtpServerMainHostAndPort (0.12 sec)
-
src/main/java/org/codelibs/fess/mylasta/direction/sponsor/FessMailDeliveryDepartmentCreator.java
final SMailPostalParkingLot parkingLot = new SMailPostalParkingLot(); final SMailPostalMotorbike motorbike = new SMailPostalMotorbike(); final String hostAndPort = fessConfig.getMailSmtpServerMainHostAndPort(); final List<String> hostPortList = DfStringUtil.splitListTrimmed(hostAndPort, ":"); motorbike.registerConnectionInfo(hostPortList.get(0), Integer.parseInt(hostPortList.get(1)));
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Thu Feb 22 01:37:57 UTC 2024 - 7K bytes - Viewed (0)