log src/plugins/plugin_misc_imap.py @ 1605:0aded9648c5c

age author description
2015-04-16 souliane massive (preventive) addition of 'u' (unicode) before the strings passed to logging functions
2014-10-19 souliane plugin misc_imap: fixes call to log.debug with more than one argument
2014-10-06 souliane memory (params): use more generic param attribute "constraint" instead of "min" and "max"
2014-10-03 souliane memory (params), tools (xml_tools), plugins, frontends: add "int" parameter type with "min" and "max" attributes
2014-04-19 Goffi core: use of the new core.log module:
2013-12-29 Goffi core: i18n refactoring:
2013-10-31 Goffi core: importParams renamed to updateParams: it now updates the parameter instead of appending children if it find an existing one.
2013-03-07 Goffi fixed licences in docstrings (they are now in comments)
2013-01-18 Emmanuel Gil Peyrot Fix pep8 support in src/plugins.
2013-01-18 Emmanuel Gil Peyrot Remove every old-style class.
2013-01-18 Emmanuel Gil Peyrot Remove trailing whitespaces.
2013-01-07 Goffi core, plugin imap, plugin smtp: fixed SMTP/IMAP integration. /!\ Profile need to be connected for IMAP server to work (will change in the future)
2012-08-01 Goffi Licence modification: the full project is now under AGPL v3+ instead of GPL v3+
2011-12-03 Goffi plugin maildir: maildir now use PersistentBinaryDictionary to store profile specific data
2011-10-30 Goffi database integration: first draft
2011-01-18 Goffi IMAP & SMTP Port parameters are now merged in "Mail Server" category
2011-01-18 Goffi Added SMTP server plugin, for sending messages from classic MUA \o/
2011-01-17 Goffi plugin IMAP, plugin Maildir: profile management
2011-01-17 Goffi plugin IMAP, plugin Maildir: added flag, IMAP's uid management
2011-01-17 Goffi Plugin IMAP, plugin MAILDIR: added IMAP's UID management, mailbox data persistence
2011-01-16 Goffi MAILDIR + IMAP plugins: first draft