Uses of Class
com.aoindustries.aoserv.client.email.InboxAddress
-
Packages that use InboxAddress Package Description com.aoindustries.aoserv.client.email com.aoindustries.aoserv.client.linux -
-
Uses of InboxAddress in com.aoindustries.aoserv.client.email
Methods in com.aoindustries.aoserv.client.email that return InboxAddress Modifier and Type Method Description InboxAddressInboxAddressTable. get(int pkey)InboxAddressAddress. getLinuxAccAddress(UserServer lsa)InboxAddressInboxAddressTable. getLinuxAccAddress(Address address, UserServer lsa)Methods in com.aoindustries.aoserv.client.email that return types with arguments of type InboxAddress Modifier and Type Method Description List<InboxAddress>Address. getLinuxAccAddresses()List<InboxAddress>InboxAddressTable. getLinuxAccAddresses(Server ao)List<InboxAddress>InboxAddressTable. getLinuxAccAddresses(UserServer lsa) -
Uses of InboxAddress in com.aoindustries.aoserv.client.linux
Methods in com.aoindustries.aoserv.client.linux that return InboxAddress Modifier and Type Method Description InboxAddressUserServer. getAutoresponderFrom()Methods in com.aoindustries.aoserv.client.linux that return types with arguments of type InboxAddress Modifier and Type Method Description List<InboxAddress>Server. getLinuxAccAddresses()List<InboxAddress>UserServer. getLinuxAccAddresses()Methods in com.aoindustries.aoserv.client.linux with parameters of type InboxAddress Modifier and Type Method Description voidUserServer. setAutoresponder(InboxAddress from, String subject, String content, boolean enabled)
-