Package mireka.pop

Class PopMailImporter


  • public class PopMailImporter
    extends Object
    Import mails from remote POP3 servers to the local POP3 maildrops at system startup. This is useful during migration.
    • Constructor Detail

      • PopMailImporter

        public PopMailImporter()
    • Method Detail

      • doImport

        @PostConstruct
        public void doImport()
      • getUsers

        public GlobalUsers getUsers()
        Category:
        GETSET
      • setUsers

        public void setUsers​(GlobalUsers users)
        Category:
        GETSET
      • getMaildropRepository

        public MaildropRepository getMaildropRepository()
        Category:
        GETSET
      • setMaildropRepository

        public void setMaildropRepository​(MaildropRepository maildropRepository)
        Category:
        GETSET
      • getRemoteHost

        public String getRemoteHost()
        Category:
        GETSET
      • setRemoteHost

        public void setRemoteHost​(String remoteHost)
        Category:
        GETSET
      • getRemotePort

        public int getRemotePort()
        Category:
        GETSET
      • setRemotePort

        public void setRemotePort​(int remotePort)
        Category:
        GETSET