Warning: file_get_contents(/data/phpspider/zhask/data//catemap/5/reporting-services/3.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Gmail 使用mutt:gnutls\U握手时出错:收到长度意外的TLS数据包。!_Gmail_Mutt - Fatal编程技术网

Gmail 使用mutt:gnutls\U握手时出错:收到长度意外的TLS数据包。!

Gmail 使用mutt:gnutls\U握手时出错:收到长度意外的TLS数据包。!,gmail,mutt,Gmail,Mutt,我在尝试使用mutt时一次又一次地收到错误“gnutls\u握手:接收到长度意外的TLS数据包”。我正在使用Ubuntu11.0432位。我搜索了这个问题,没有找到它的头绪 这是一个特定于操作系统的问题(不太可能,因为同一个muttrc在Fedora16中工作)还是我的.muttrc有问题 muttrc先生 {#与Gmail一起使用的基本.muttrc #更改以下六行以匹配您的Gmail帐户详细信息 设置imap_用户=”email@gmail.com" 设置imap_pass=“密码” 设置s

我在尝试使用mutt时一次又一次地收到错误“gnutls\u握手:接收到长度意外的TLS数据包”。我正在使用Ubuntu11.0432位。我搜索了这个问题,没有找到它的头绪

这是一个特定于操作系统的问题(不太可能,因为同一个muttrc在Fedora16中工作)还是我的.muttrc有问题

muttrc先生
{#与Gmail一起使用的基本.muttrc
#更改以下六行以匹配您的Gmail帐户详细信息
设置imap_用户=”email@gmail.com"
设置imap_pass=“密码”
设置smtp_url=”smtp://email@smtp.gmail.com:587/“
设置smtp_pass=“密码”
设置自=”email@gmail.com"
set realname=“Vinit Kumar”
#将以下行更改为您喜欢的其他编辑器。
set editor=“vim”
#基本配置,您可以保持原样
设置文件夹=”imaps://imap.gmail.com:993"
设置假脱机文件=“+收件箱”
设置imap\u检查\u订阅
设置hostname=gmail.com
设置邮件检查=120
设置超时=300
设置imap_keepalive=300
设置延迟=“+[GMail]/Drafts”
set record=“+[GMail]/已发送邮件”
设置头\u缓存=~/.mutt/cache/headers
设置消息\u cachedir=~/.mutt/cache/body
设置证书\u文件=~/.mutt/证书
设置移动=否
集合包括
设置排序='threads'
设置sort_aux='反向上次接收日期'
设置自动标签=是
忽略“身份验证结果:”
忽略“域密钥签名:”
忽略“DKIM签名:”
hdr_订单日期从至抄送
可选顺序文本/纯文本/html*
自动查看文本/html
绑定编辑器完成查询
绑定编辑器^T完成
绑定编辑器noop
#Gmail风格的键盘快捷键
宏索引,寻呼机y“取消设置垃圾”\n“Gmail存档邮件”
宏索引,第d页“设置垃圾=\”imaps://imap.googlemail.com/[GMail]/Bin\“\n”“GMail删除邮件”
宏索引,寻呼机gi“=收件箱”“转到收件箱”
宏索引,寻呼机ga“=[Gmail]/All Mail”“转到所有邮件”
宏索引,寻呼机gs“=[Gmail]/Starred”“转到Starred消息”
宏索引,寻呼机gd“=[Gmail]/Drafts”“转到草稿”}

这里的情况也一样。据我所知,它看起来像是一个gnutls错误,但我被卡在那里了。也许最好尝试这样的问题,有人找到过解决这个问题的方法吗?
{# A basic .muttrc for use with Gmail

# Change the following six lines to match your Gmail account details
set imap_user = "email@gmail.com"
set imap_pass = "password"
set smtp_url = "smtp://email@smtp.gmail.com:587/"
set smtp_pass = "password"
set from = "email@gmail.com"
set realname = "Vinit Kumar"

# Change the following line to a different editor you prefer.
set editor = "vim"



# Basic config, you can leave this as is
set folder = "imaps://imap.gmail.com:993"
set spoolfile = "+INBOX"
set imap_check_subscribed
set hostname = gmail.com
set mail_check = 120
set timeout = 300
set imap_keepalive = 300
set postponed = "+[GMail]/Drafts"
set record = "+[GMail]/Sent Mail"
set header_cache=~/.mutt/cache/headers
set message_cachedir=~/.mutt/cache/bodies
set certificate_file=~/.mutt/certificates
set move = no
set include
set sort = 'threads'
set sort_aux = 'reverse-last-date-received'
set auto_tag = yes
ignore "Authentication-Results:"
ignore "DomainKey-Signature:"
ignore "DKIM-Signature:"
hdr_order Date From To Cc
alternative_order text/plain text/html *
auto_view text/html
bind editor <Tab> complete-query
bind editor ^T complete
bind editor <space> noop 

# Gmail-style keyboard shortcuts
macro index,pager y "<enter-command>unset trash\n <delete-message>" "Gmail archive     message"
macro index,pager d "<enter-command>set trash=\"imaps://imap.googlemail.com/[GMail]     /Bin\"\n <delete-message>" "Gmail delete message"
macro index,pager gi "<change-folder>=INBOX<enter>" "Go to inbox"
macro index,pager ga "<change-folder>=[Gmail]/All Mail<enter>" "Go to all mail"
macro index,pager gs "<change-folder>=[Gmail]/Starred<enter>" "Go to starred messages"
macro index,pager gd "<change-folder>=[Gmail]/Drafts<enter>" "Go to drafts"}