Files @ c8d4251a6ea5
Branch filter:

Location: majic-ansible-roles/roles/mail_server/molecule/default/tests/data/imapcli-parameters-mandatory-jane_doe.conf

branko
MAR-131: Added support for specifying Python version in wsgi_website role:

- Introduced additional role parameter for specifying the Python
version.
- Updated tests to verify new functionality.
- Fixed existing tests to account for differences between Python 2 and
Python 3 - including changes to WSGI test applications.
- Updated documentation, documenting new parameter and fixing one
minor typo.
- Updated release notes.
- Bumped default version of Gunicorn/futures used.
[imap]
hostname = parameters-mandatory
username = jane.doe@domain2
password = janepassword
ssl = True

[display]
format_list =
    ID:         {uid}
    Flags:      {flags}
    From:       {from}
    To:         {to}
    Date:       {date}
    Subject:    {subject}
format_thread = {uid} {subject} <<< FROM {from}
format_status = {directory:>20} : {count:>5} Mails - {unseen:>5} Unseen - {recent:>5} Recent
limit = 10

[trash]
# delete method can be : MOVE_TO_TRASH, FLAG or EXPUNGE
delete_method = MOVE_TO_TRASH
trash_directory = Trash