如何从 openssl 连接关闭 IMAP APPEND 命令

发布于 2024-11-04 09:00:48 字数 575 浏览 0 评论 0原文

我想知道如何从 Unix 终端关闭 APPEND 命令。我的目标是从 Mac 终端或使用 JavaME 在 Gmail IMAP 服务器上创建草稿邮件。到目前为止我已经使用了以下命令:

openssl s_client -crlf -connect imap.gmail.com:993 ... A1 登录 [电子邮件受保护] mypassword ... A2 选择“[Gmail]/草稿” ... A3 附加“[Gmail]/草稿”(\已查看){310} + 继续 日期:2011 年 4 月 29 日星期五 10:00:00 -0800(太平洋标准时间) ... 内容类型:纯文本; CHARSET=US-ASCII

消息正文

我尝试使用套接字连接和 Control+V、return、return 在终端中发送 CRLF (\r\n)。

I would like to know how to close an APPEND command from the Unix Terminal. My goal is to create a Draft message on the Gmail IMAP server from the Mac Terminal or with JavaME. I've used the follow commands so far:

openssl s_client -crlf -connect imap.gmail.com:993
...
A1 LOGIN [email protected] mypassword
...
A2 SELECT "[Gmail]/Drafts"
...
A3 APPEND "[Gmail]/Drafts" (\Seen) {310}
+ go ahead
Date: Fri, 29 Apr 2011 10:00:00 -0800 (PST)
...
Content-Type: TEXT-PLAIN; CHARSET=US-ASCII

Message Body

I tried to send a CRLF (\r\n) by using a socket connection and the Control+V, return, return in the Terminal.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

窝囊感情。 2024-11-11 09:00:48

{310} 是消息字符的确切数量,包括回车符和换行符,效果很好。

{310} is the exactly number of message characters, including the carriage return and line feed, it worked fine.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文