我使用MailKit(https://github.com/jstedfast/MailKit)通过imap连接谷歌应用程序,我怎么能删除一条消息呢?(我可以将它移到垃圾箱,只需将其从收件箱中取出即可.
到目前为止,我已将其连接,下载,解析来自邮件正文的链接.我只需要最后一个动作来获得我需要的东西.
谢谢!
我正在使用CentOs 6.6 64位,并在使用curl时遇到问题.服务器主要使用apache和mysql托管几个wordpress博客.
生成错误的最简单方法是使用以下yum命令输出以下内容
yum list "ca-certi*"
Loaded plugins: fastestmirror
Loading mirror speeds from cached hostfile
Could not get metalink https://mirrors.fedoraproject.org/metalink?repo=epel-6&arch=x86_64 error was
14: PYCURL ERROR 77 - "Problem with the SSL CA cert (path? access rights?)"
* base: cosmos.cites.illinois.edu
* epel: mirror.cogentco.com
* extras: mirrors.rit.edu
* updates: mirrors.rit.edu
Installed Packages
ca-certificates.noarch 2014.1.98-65.1.el6 @base
Run Code Online (Sandbox Code Playgroud)
到目前为止,基于谷歌搜索的搜索和失败
1)我尝试重新启动VPS,没有好处
2)curl http://curl.haxx.se/ca/cacert.pem -o /etc/pki/tls/certs/ca-bundle.crt没有任何运气执行
3)这个解决方案一点也不好,因为它依赖于yum来解决你也遇到的SSL问题http://syslint.com/syslint/curl-77-problem-with-the-ssl-ca-cert-路径的访问权限,解决了/
我可以运行这些yum步骤来安装wget吗?你认为它有用吗?
# yum reinstall ca-certificates
# yum reinstall openssl
Run Code Online (Sandbox Code Playgroud)
我认为virtualmin在过去的24小时内安装了一些更新,是否有更新的日志记录?
任何人都可以帮助解决这个"SSL CA证书问题(路径?访问权限?)"问题.
TIA