Commit Graph

  • f20d447a32 Merge pull request #132 from tikank/backends Patrick Ulbrich 2016-09-16 21:29:17 +02:00
  • ff9702ea83 Renamed IMAP and POP3 backends as MailboxBackends. Timo Kankare 2016-09-16 20:38:48 +03:00
  • b6fa581708 Reupdated authors in imap.py and pop3.py files, because those files contains mostly moved code from other files. Timo Kankare 2016-09-16 20:31:48 +03:00
  • 20ce0828cb Interface definition for mailbox backends. Timo Kankare 2016-09-16 18:34:31 +03:00
  • 0f058a83c7 Updated authors in modified files. Timo Kankare 2016-09-16 17:52:40 +03:00
  • 169b5a72d3 Fixed correct exception in POP3Backend. Removed unused _conn variable from Account. Timo Kankare 2016-09-12 16:31:46 +03:00
  • 93cc429625 Merge master headerbars Patrick Ulbrich 2016-09-10 19:36:52 +02:00
  • 279cbd5efa Some cleanup. Renaming. Docstrings. Unused code removed. Timo Kankare 2016-09-08 23:06:23 +03:00
  • 3bdb85952d IMAP code moved from idlers.py to backends/imap.py. Folder is always selected when new connection is opened, not only for idle accounts. Callback is set using Account.notify_next_change method. Connection abort checking in callback is moved to IMAP backend. Timo Kankare 2016-09-07 22:46:50 +03:00
  • 45677d081d Replaced protocol specific close with Account.close(). Timo Kankare 2016-09-06 22:37:19 +03:00
  • 1a0b2c9371 Removed duplicate code from mails.py. Timo Kankare 2016-09-06 17:39:30 +03:00
  • 94e3e6705e Removed unnecessary code from Account class, because both POP3 and IMAP is now handled same way. Timo Kankare 2016-09-06 17:35:24 +03:00
  • f9dde27aff Extracted list_message code to account and backends. Timo Kankare 2016-09-05 22:35:34 +03:00
  • c96d8fc8b7 Extracted close to account and backends. Timo Kankare 2016-09-05 22:10:44 +03:00
  • 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. Timo Kankare 2016-09-04 22:54:39 +03:00
  • 211105d979 Added backends package and skeletons for IMAP and POP3 backends. Backend is initialized to the Account in AccountManager. Timo Kankare 2016-09-04 16:32:03 +03:00
  • c094032452 Add Oleg to AUTHORS Patrick Ulbrich 2016-08-27 19:35:48 +02:00
  • 20a54eb996 Merge pull request #130 from cheshire-mouse/nonascii Patrick Ulbrich 2016-08-27 19:30:08 +02:00
  • 1a70fdf1bf Merge pull request #131 from cheshire-mouse/translation Patrick Ulbrich 2016-08-27 19:29:51 +02:00
  • 1a18157a50 one more type cheshire-mouse 2016-08-17 18:44:17 +03:00
  • e63b887459 fix typo cheshire-mouse 2016-08-17 18:19:48 +03:00
  • 3d88d92f60 russian translation cheshire-mouse 2016-08-17 18:13:11 +03:00
  • 81fa02b82d fix ascii range cheshire-mouse 2016-08-16 13:12:13 +03:00
  • d257f70b67 check folder option format cheshire-mouse 2016-08-16 12:26:08 +03:00
  • 43856eacca use JSON format to save folders configuration cheshire-mouse 2016-08-16 10:55:43 +03:00
  • 44d250e321 fix non-ascii folder names encoding in the configuration menu cheshire-mouse 2016-08-16 10:53:58 +03:00
  • 58c194fa7b Update AUTHORS Patrick Ulbrich 2016-08-05 12:34:19 +02:00
  • 574e350da2 Fix regex folder matching. Fixes #128 Patrick Ulbrich 2016-08-04 18:25:33 +02:00
  • e113012e1d Remove debug output Patrick Ulbrich 2016-08-04 18:24:50 +02:00
  • 19ed4745e3 Add debug log output for raw folder format Patrick Ulbrich 2016-08-04 12:25:41 +02:00
  • 26295e0e60 Init logging in mailnag-config Patrick Ulbrich 2016-08-04 12:25:04 +02:00
  • a0c8cab354 Move init_logging() to utils Patrick Ulbrich 2016-08-04 12:24:38 +02:00
  • f446bc58ea Parse folders via regex. Fixes #127 Patrick Ulbrich 2016-08-02 19:45:47 +02:00
  • 8a80ca3459 Properly check windows controls Patrick Ulbrich 2016-07-21 22:12:32 +02:00
  • a225a82e96 Add switch to the oppostite site of the window controls Patrick Ulbrich 2016-07-20 19:48:40 +02:00
  • 7321c117db Change PING_TEST_HOST to www.google.com Patrick Ulbrich 2016-07-18 17:59:06 +02:00
  • 962bd87d7a Fix expansion of some widgets Patrick Ulbrich 2016-07-09 14:18:26 +02:00
  • 8148011dcb Fix description labels in spamfilter and userscript plugins Patrick Ulbrich 2016-07-09 13:19:42 +02:00
  • 6657db9994 Make account and plugin dialogs use headerbars Patrick Ulbrich 2016-07-09 13:18:26 +02:00
  • 8e0407b191 Add description to about dialog Patrick Ulbrich 2016-07-02 14:58:59 +02:00
  • 18a174329f Update README Patrick Ulbrich 2016-07-02 12:37:44 +02:00
  • 5425863d36 Update AUTHORS Patrick Ulbrich 2016-07-02 12:37:24 +02:00
  • 039672b0e8 Add app menu Patrick Ulbrich 2016-06-24 19:23:01 +02:00
  • 66c2d21322 Port to GtkApplication Patrick Ulbrich 2016-06-22 19:01:08 +02:00
  • 9d97eb2292 Use GtkStackSwitcher instead of GtkNotebook Patrick Ulbrich 2016-06-12 16:12:33 +02:00
  • 201f37ed50 Re-add USE_HEADER_BAR flag (removed in commit aead528) Patrick Ulbrich 2016-06-12 12:03:14 +02:00
  • aa963ad590 Initial headerbar support Patrick Ulbrich 2016-06-12 12:00:24 +02:00
  • 8fdc0eefad Update Arch package for 1.2.1 release arch-packaging Patrick Ulbrich 2016-05-28 16:35:53 +02:00
  • 25aefb1c9f Update NEWS v1.2.1 Patrick Ulbrich 2016-05-28 16:27:38 +02:00
  • 1d5517b320 Update translations Patrick Ulbrich 2016-05-28 16:25:13 +02:00
  • ee34f0562f Merge pull request #125 from Vincent-C/debian-packaging Patrick Ulbrich 2016-05-28 16:16:21 +02:00
  • b86f26328e remove obsolete dep on libgtk-3-bin Vincent Cheng 2016-05-27 00:47:52 -07:00
  • bbbd22b9dd Fix GTK warnings (fixes #105) Patrick Ulbrich 2016-05-23 19:26:56 +02:00
  • d7882c32b3 Update AUTHORS Patrick Ulbrich 2016-05-23 19:13:40 +02:00
  • f4b2deafce Merge pull request #124 from Mailaender/patch-1 Patrick Ulbrich 2016-05-23 19:05:03 +02:00
  • 666b2d6438 Add a sufficient Category definition. Matthias Mailänder 2016-05-22 20:28:41 +02:00
  • 25d3c01fcd Make appstream ignore mailnag-config.desktop Patrick Ulbrich 2016-04-20 19:55:08 +02:00
  • 4eed8d7e56 Install appdata file (thanks knurd!) Patrick Ulbrich 2016-04-19 19:24:09 +02:00
  • aa7d63ebe4 Update appdata based on suggestions by knurd Patrick Ulbrich 2016-04-19 19:20:48 +02:00
  • 9f6f4eaf96 Move mailnag.appdata.xml Patrick Ulbrich 2016-04-19 18:57:18 +02:00
  • 9a2f5cdf5c Move mailnag.appdata.xml Patrick Ulbrich 2016-04-19 18:56:39 +02:00
  • 16ed3d7246 Update german translation Patrick Ulbrich 2016-04-14 19:24:32 +02:00
  • 5beaba766f Fix bg gradient Patrick Ulbrich 2016-04-10 15:18:15 +02:00
  • aead528f30 Remove USE_HEADER_BAR flag (not working yet, crashes on Ubuntu 14.04 Patrick Ulbrich 2016-04-02 20:37:42 +02:00
  • ceb5ecd0ff Bump version Patrick Ulbrich 2016-03-31 12:56:35 +02:00
  • f7ec6bacd3 Fix typo in idlers.py. Fixes #118 Patrick Ulbrich 2016-03-31 12:50:58 +02:00
  • 07bae7c392 Update translations Patrick Ulbrich 2016-03-31 12:49:28 +02:00
  • a02aca31e7 Update translator credits Patrick Ulbrich 2016-03-31 12:42:10 +02:00
  • 06b48e7e61 Update translator credits Patrick Ulbrich 2016-03-29 14:22:52 +02:00
  • 89a06a4dac Fix i18n in userscript plugin Patrick Ulbrich 2016-03-24 15:27:39 +01:00
  • 7d4af14775 Update manpages Patrick Ulbrich 2016-03-24 15:11:13 +01:00
  • d6901701e5 Update Arch package for 1.2.0 release Patrick Ulbrich 2016-03-24 13:10:37 +01:00
  • 5ebf1e7f2e Update NEWS v1.2.0 Patrick Ulbrich 2016-03-23 20:17:35 +01:00
  • 2ecfac37b9 Update german translation Patrick Ulbrich 2016-03-23 16:00:17 +01:00
  • 04cb8e461f Update translations Patrick Ulbrich 2016-03-23 15:53:53 +01:00
  • ff77a46bf0 Add copyright info for T. Haider Patrick Ulbrich 2016-03-22 18:48:41 +01:00
  • 2022960005 Log warning if an unencrypt connection is detected Patrick Ulbrich 2016-03-19 17:13:16 +01:00
  • 492a45d654 Add comment, whitespace, update copyright Patrick Ulbrich 2016-03-19 15:33:30 +01:00
  • 9ed6830cef Merge pull request #115 from todi/master Patrick Ulbrich 2016-03-19 15:21:55 +01:00
  • e6ea759896 use STARTTLS if offered Thomas Haider 2016-03-16 21:45:30 +01:00
  • 337176fa19 Fix recurrent mails-removed signal Patrick Ulbrich 2016-02-24 18:49:51 +01:00
  • 6f8392dae8 Remove badly maintained translations (completeness < 40%) Patrick Ulbrich 2016-02-10 18:46:09 +01:00
  • 78550575f6 s/save/safe/ Patrick Ulbrich 2016-02-03 19:42:42 +01:00
  • a89133c31c Bump version number Patrick Ulbrich 2016-02-03 19:10:40 +01:00
  • b21a72c1e9 Regenerate translation template Patrick Ulbrich 2016-02-03 19:09:03 +01:00
  • bce5ba541c UserScript plugin: pass accountname to userscripts Patrick Ulbrich 2016-02-03 19:08:05 +01:00
  • 2701d415d0 Update AUTHORS Patrick Ulbrich 2016-01-13 18:24:21 +01:00
  • ed3e19611a Update indonesian and swedish translations Patrick Ulbrich 2016-01-13 18:24:02 +01:00
  • 79a057051f Add keywords to mailnag.desktop (may be useful for GNOME-Software) Patrick Ulbrich 2016-01-07 20:35:04 +01:00
  • 546f1f7078 Add accountname to the Mail class and expose it via dbus Patrick Ulbrich 2016-01-02 19:49:15 +01:00
  • d099bb3ec5 Regenerate translation template Patrick Ulbrich 2016-01-01 18:20:53 +01:00
  • aeed6fd2fb Bump copyright date Patrick Ulbrich 2016-01-01 18:19:47 +01:00
  • ca30eb93ea Make sure fix_cwd() is called before the i18n module import Patrick Ulbrich 2016-01-01 17:05:56 +01:00
  • 4480299170 Update AUTHORS Patrick Ulbrich 2015-12-31 13:38:14 +01:00
  • 7106990973 Update README Patrick Ulbrich 2015-12-31 13:37:58 +01:00
  • 06c27c8a88 Update README Patrick Ulbrich 2015-12-29 12:29:36 +01:00
  • cb8569b4b8 Update README, add donate button Patrick Ulbrich 2015-12-28 18:34:06 +01:00
  • 1b84454107 Update README Patrick Ulbrich 2015-12-28 17:02:28 +01:00
  • 26ff70bfb7 Update german translation Patrick Ulbrich 2015-12-27 18:52:11 +01:00
  • 023e3a5ccf Regenerate translation template Patrick Ulbrich 2015-12-27 18:28:29 +01:00