- Sort Score
- Num 10 results
- Language All
Results 1 - 4 of 4 for getMailHostname (0.08 seconds)
-
src/test/java/org/codelibs/fess/mylasta/direction/sponsor/FessMailDeliveryDepartmentCreatorTest.java
private static final long serialVersionUID = 1L; @Override public String getMailHostname() { return hostname; } }); assertEquals(hostname, ComponentUtil.getFessConfig().getMailHostname()); } } // Test with null values @Test public void test_nullValues() {Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Fri Mar 13 23:01:26 GMT 2026 - 6.5K bytes - Click Count (0) -
src/test/java/org/codelibs/fess/exec/CrawlerTest.java
} @Override public boolean hasNotification() { return false; } @Override public String getMailHostname() { return "mail-host"; } @Override public String getNotificationTo() { return "******@****.***"; }Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Fri Mar 13 23:01:26 GMT 2026 - 30.8K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/exec/Crawler.java
dataMap.put(StringUtil.decapitalize(entry.getKey()), entry.getValue()); } String hostname = fessConfig.getMailHostname(); if (StringUtil.isBlank(hostname)) { hostname = ComponentUtil.getSystemHelper().getHostname(); } dataMap.put("hostname", hostname);
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu Mar 26 02:24:08 GMT 2026 - 32.4K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/mylasta/direction/FessConfig.java
* The value is, e.g. <br> * comment: Hostname for the mail server. * @return The value of found property. (NotNull: if not found, exception but basically no way) */ String getMailHostname(); /** * Get the value for the key 'mail.hostname' as {@link Integer}. <br> * The value is, e.g. <br> * comment: Hostname for the mail server.
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Mar 28 06:59:19 GMT 2026 - 576.9K bytes - Click Count (2)