Commit Graph

68 Commits

Author SHA1 Message Date
Patrick Ulbrich
4c439caba3 Rename custom accounts 2017-05-14 16:33:11 +02:00
Patrick Ulbrich
013fe3d230 Small fixes 2017-05-14 16:21:05 +02:00
Patrick Ulbrich
d91034da03 Merge pull request #141 from tikank/accountdialog
MBox and Maildir added to account dialog
2017-05-14 16:04:24 +02:00
freeroot
53eb810bcd fix #147 2016-12-26 19:54:24 +01:00
Timo Kankare
a2dce4aa17 Modified account dialog to use config dictionary instead of account members.
Fixed chooser widget usage.
2016-10-20 22:47:28 +03:00
Timo Kankare
c46ee7501c A straightforward and tedious implementation to account dialog for configuring mbox and
maildir mailbox types.
New UI widgets for file and directory pahts added to account_dialog.ui.
2016-10-19 17:35:01 +03:00
Timo Kankare
08e356ac68 IMAP specific folder mutf7 encoding and decoding moved from account dialog to
IMAP mailbox backend.
2016-10-11 17:42:50 +03:00
Timo Kankare
fcef81c6c8 Moved backend creation to Account class. 2016-09-20 22:25:21 +03:00
Timo Kankare
d89ef65573 Added type field to configuration. Moved backend creation to backends package. 2016-09-17 22:10:20 +03:00
Timo Kankare
ff9702ea83 Renamed IMAP and POP3 backends as MailboxBackends. 2016-09-16 20:38:48 +03:00
Timo Kankare
0f058a83c7 Updated authors in modified files. 2016-09-16 17:52:40 +03:00
Timo Kankare
279cbd5efa Some cleanup. Renaming. Docstrings. Unused code removed. 2016-09-08 23:06:23 +03:00
Timo Kankare
b6cbf7b9de Moved IMAP and POP3 related code to backends from account module.
Added backend creation to account dialog so that the folder request can be done.
2016-09-04 22:54:39 +03:00
cheshire-mouse
44d250e321 fix non-ascii folder names encoding in the configuration menu 2016-08-16 10:53:58 +03:00
Patrick Ulbrich
bbbd22b9dd Fix GTK warnings (fixes #105) 2016-05-23 19:26:56 +02:00
Patrick Ulbrich
aead528f30 Remove USE_HEADER_BAR flag (not working yet, crashes on Ubuntu 14.04 2016-04-02 20:37:42 +02:00
Patrick Ulbrich
b97e851ac0 Add support for noification settings in GNOME-Control-Center. Closes #106 2015-12-27 18:18:19 +01:00
Patrick Ulbrich
73914fdf7f Simplify plugindialog
* Remove Glade .ui file
* Use HeaderBar (not working yet)
2015-12-21 19:16:20 +01:00
Patrick Ulbrich
90d50b2a16 Vastly improved account dialog (closes issue #85)
* Show imap folders in a listbox instead of a comma separated string
* Reset form when changing the account type
* Don't identify PROVIDER_CONFIG by servername only
2015-12-13 15:47:31 +01:00
Patrick Ulbrich
67fbc8fcdb Rename account.folder into account.folders and make it a list 2015-04-03 18:53:04 +02:00
Patrick Ulbrich
f01879c9c7 Add CredentialStore abstraction layer
* Add CredentialStore API
* Add CredentialStore implementation for GNOME keyring (makes GNOME keyring dependency optional)
* Further CredentialStore implementations (e.g. KDE) may be added to CredentialStore.py
* Mailnag tries to detect the supported CredentialStore backend automatically
* If no CredentialStore backend is supported on the system, Mailnag stores passwords in the config file (plaintext)
* A specific CredentialStore backend can be forced in the config file (currently one of 'auto', 'gnome', 'none')
* Closes issue #82
2015-01-27 17:07:28 +01:00
Patrick Ulbrich
dc8f1480f1 Misc improvements
* Remove bash scripts and start mailnag python scripts directly
  - Prevents duplicate process names
  - Fixes missing app icon in taskmanager
* Remove background startup functionality
  - Should be handled by modern init systems like systemd
    (see new-style-daemon: http://www.freedesktop.org/software/systemd/man/daemon.html)
  - Enables program termination via CTRL+C when running mailnag in a terminal
  - Doesn't hide the commandline prompt when running with options like --help (reported in issue #87)
  - Fixes wrapping issues in the log output
* Rename mailnagd into mailnag again
* Remove --backround option
* Fix and reorder module imports
* setup.py: patch BIN_DIR in dist_cfg
2014-12-19 21:22:45 +01:00
Patrick Ulbrich
27a7f15cb3 Use UNIX linebreaks 2014-12-17 19:35:40 +01:00
Patrick Ulbrich
81b59efa29 cherry picked patched files (s/extendable/extensible/g) from Amin Bandali (thanks!) 2014-07-30 20:09:53 +02:00
Patrick Ulbrich
a07f7d2ec6 fixed icon of autostart file 2014-06-21 14:59:44 +02:00
Patrick Ulbrich
f1e9be514a added icon set by the awesome Reda Lazri (and misc other changes) 2014-06-21 13:50:18 +02:00
Patrick Ulbrich
4824eaeebd removed unnecessary GdkPixbuf imports 2014-06-21 13:43:37 +02:00
Patrick Ulbrich
f898a8cb06 config gui: always enable mandatory plugins (not just the dbus plugin) 2014-03-23 21:25:27 +01:00
Patrick Ulbrich
84a84f5d5e make sure the mandatory dbusplugin is enabled 2014-02-09 14:13:51 +01:00
Patrick Ulbrich
63c1b0447b added icon to autostart file (fixes issue #59) 2014-01-06 19:56:17 +01:00
Patrick Ulbrich
5f478561ac autostart daemon with --quiet option so log messages don't appear twice in system log (fixes #58) 2013-11-30 12:49:03 +01:00
Patrick Ulbrich
a9b97643fd gui sexification 2013-08-04 13:28:37 +02:00
Patrick Ulbrich
9b53a3d33e renamed [general] settings section to [core] 2013-08-02 19:52:40 +02:00
Patrick Ulbrich
5fec52c8de removed manual check interval from config dialog (still configurable in the settings file) 2013-08-02 19:39:38 +02:00
Patrick Ulbrich
4eb64e5e1c overhauled config gui navigation, fixed spacing in general page, renamed comments 2013-08-02 19:24:53 +02:00
Patrick Ulbrich
5198745315 config window: sort by visible name instead of internal modname 2013-07-28 15:51:41 +02:00
Patrick Ulbrich
b10b5bc7ff config window: sort plugins by (mandatory, modname) 2013-07-28 15:02:02 +02:00
Patrick Ulbrich
80c252225a added account configurations for popular email provivers, removed adjustment widgets in the account dialog 2013-07-27 11:16:17 +02:00
Patrick Ulbrich
5ce87bed86 added workaround for gtk3 (gtk3 < 3.8) bug 2013-07-25 22:03:13 +02:00
Patrick Ulbrich
d29d22547a removed unnecessary import 2013-07-21 12:30:49 +02:00
Patrick Ulbrich
ab41dc7306 added plugin dialog 2013-07-21 12:29:26 +02:00
Patrick Ulbrich
5834521431 merged related classes into mudules 2013-07-17 20:11:28 +02:00
Patrick Ulbrich
c51cf598a1 renamed Mailnag daemon script to 'mailnagd' 2013-07-14 18:35:35 +02:00
Patrick Ulbrich
776ce2093c fixed plugin config loading/saving 2013-07-14 18:07:22 +02:00
Patrick Ulbrich
83a7fb98aa renamed method 2013-07-14 15:54:39 +02:00
Patrick Ulbrich
211db22ce4 added plugin framework and converted dbusservice into a plugin 2013-07-14 15:53:01 +02:00
Patrick Ulbrich
a3e5b2f79f removed GNOME3-session-only restriction from autostart file, updated app description in several files 2013-06-15 17:41:09 +02:00
Patrick Ulbrich
c54f9992f2 s/env python/env python2/g 2013-06-15 16:42:54 +02:00
Patrick Ulbrich
5d7c1ac9c8 stripped down Mailnag to a core functionality
overhauled config gui that reflects the changes and introduces plugins
disable/restart daemon via dbus call when closing the config gui
refactoring
2013-06-15 16:15:28 +02:00
Patrick Ulbrich
5a2a655ba9 removed notification mode option from config file and dialog
changed copyright date in config dialog
2013-06-12 15:12:44 +02:00