Class EmailListManager
java.lang.Object
com.aoindustries.aoserv.daemon.email.EmailListManager
- Author:
- AO Industries, Inc.
-
Method Summary
Modifier and TypeMethodDescriptionstatic StringgetEmailListFile(PosixPath path) Reads the address list from the file system.static voidConstructs aListproviding all information.static voidsetEmailListFile(PosixPath path, String file, int uid, int gid, int mode) Writes the address list to the file system.
-
Method Details
-
getEmailListFile
Reads the address list from the file system.- Throws:
IOExceptionSQLException
-
removeEmailListAddresses
Constructs aListproviding all information. The newListis stored in the database.- Throws:
IOExceptionSQLException
-
setEmailListFile
public static void setEmailListFile(PosixPath path, String file, int uid, int gid, int mode) throws IOException, SQLException Writes the address list to the file system.- Throws:
IOExceptionSQLException
-
