Connect imap Gmail

Hi, I got the problem on logstash when imap.gmai.com. My your configuration in input imap, below with error

input {
    imap {
        host => "imap.gmail.com"
        user => "*****@gmail.com"
        password => "*****"
        port => 993
        fetch_count => 1
        check_interval => 3600
        secure => true
        verify_cert => false
}
}

ERROR:
":message=>"Can not decode an entire message, try calling #decoded on the various fields and body or parts if it is a multipart message.",""

Thanks You

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.