Skip to content

Imap cli Warning #34

@HJF9w

Description

@HJF9w

It seems this Project is pretty abandoned, but hey, maybe I have luck^^
because (whilst everything else seams to work), imap-cli-status -v only returns:

DEBUG:config:Reading configuration file '/home/pi/.config/imap-cli'
DEBUG:config:Reading configuration file '/home/pi/.config/imap-cli'
DEBUG:imap-cli:Connecting with SSL on mail.example.com
WARNING:imap-cli:Ignoring "LIST" response part : (\HasNoChildren) "/" INBOX/Trash
WARNING:imap-cli:Ignoring "LIST" response part : (\HasNoChildren \Junk) "/" Spam
WARNING:imap-cli:Ignoring "LIST" response part : (\HasNoChildren \Trash) "/" Trash
WARNING:imap-cli:Ignoring "LIST" response part : (\HasNoChildren \Drafts) "/" Drafts
WARNING:imap-cli:Ignoring "LIST" response part : (\HasNoChildren \Sent) "/" Sent
WARNING:imap-cli:Ignoring "LIST" response part : (\HasChildren) "/" INBOX

I installed v0.7 trough pip, on raspberrypiOS.

Linux localhost 5.10.103-v8+ #1529 SMP PREEMPT Tue Mar 8 12:26:46 GMT 2022 aarch64 GNU/Linux

My ~/.config/imap-cli contents:

[imap]
hostname = mail.example.de
username = username
password = password
ssl = True

#[display]
#format_list =
#    ID:         {mail_id}
#    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

I would be really thankful for any help with this.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions