gokumail

command module
v0.2.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jun 15, 2015 License: GPL-3.0 Imports: 22 Imported by: 0

README

gokumail

gokumail is a simple POP3 to IMAP proxy which will split your KUmails between student mails and work mails, and expose the student mails through POP3. This makes it possible to have Gmail fetch all your student mails, while leaving the work mails at KUs mail servers.

TODO

  • Create alumni folder if it doesn't exist
  • Add proper logging
  • Enable TLS for POP3 server
  • Use external config instead of hardcoded values
  • Add user DB
  • Simple webinterface for configuring white/blacklists - [x] Add logout functionality

DB table

CREATE TABLE IF NOT EXISTS `user_settings` (
    `username` varchar(255) NOT NULL,
    `workmail` varchar(255) NOT NULL,
    `fromwhitelist` varchar(255) NOT NULL,
    `towhitelist` varchar(255) NOT NULL,
    `blacklist` varchar(255) NOT NULL,
    PRIMARY KEY (`username`)
);

LICENSE

Copyright (C) 2014 Mikkel Oscar Lyderik Larsen

This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this program. If not, see http://www.gnu.org/licenses/.

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL