IMAP, Interactive Mail Access Protocol (1)
http://www.networksorcery.com/enp/protocol/imap.htm Description: Protocol suite: TCP/IP. Protocol type: Application layer email protocol. Ports: 143 (TCP) IMAP2, IMAP4, IMAP 4rev1. 220 (TCP) IMAP3. URI: imap: MIME subtype: SNMP MIBs: Worki
http://www.networksorcery.com/enp/protocol/imap.htm
Description:
Protocol suite: | TCP/IP. |
Protocol type: | Application layer email protocol. |
Ports: | 143 (TCP) IMAP2, IMAP4, IMAP 4rev1. 220 (TCP) IMAP3. |
URI: | imap: |
MIME subtype: | |
SNMP MIBs: | |
Working groups: | imap, Internet Message Access Protocol. imapext, Internet Message Access Protocol Extension. morg, Message ORGanization. |
Links: | IANA: IMAP4 capabilities. wiki: IMAP. |
IMAP2:
IMAP3:
IMAP4:
IMAP4rev1:
This variant is designed to be upwards compatible from the IMAP2 and unpublished IMAP2bis protocols. It is largely compatible with the IMAP4 protocol.
MAC header | IP header | TCP header | IMAP message |
Commands:
Command | References |
---|---|
APPEND | RFC 3501, RFC 3502, RFC 4466, RFC 4469 |
AUTHENTICATE | RFC 3501 |
CAPABILITY | RFC 3501 |
CHECK | RFC 3501 |
CLOSE | RFC 3501 |
COMPARATOR | RFC 5255 |
COMPRESS | RFC 4978 |
CONVERSIONS | RFC 5259 |
COPY | RFC 3501 |
CREATE | RFC 3501, RFC 4466 |
DELETE | RFC 3501 |
DELETEACL | RFC 4314 |
EXAMINE | RFC 3501, RFC 4466 |
EXPUNGE | RFC 3501 |
FETCH | RFC 3501, RFC 4466 |
GETACL | RFC 4314 |
GETQUOTA | RFC 2087 |
GETQUOTAROOT | RFC 2087 |
LIST | RFC 3501 |
LISTRIGHTS | RFC 4314 |
LOGIN | RFC 3501 |
LOGOUT | RFC 3501 |
LSUB | RFC 3501 |
MYRIGHTS | RFC 4314 |
NOOP | RFC 3501 |
RENAME | RFC 3501, RFC 4466 |
SEARCH | RFC 3501, RFC 5032 |
SELECT | RFC 3501, RFC 4466 |
SETACL | RFC 4314 |
SETQUOTA | RFC 2087 |
SORT | RFC 5256 |
STARTTLS | RFC 3501 |
STATUS | RFC 3501 |
STORE | RFC 3501, RFC 4466 |
SUBSCRIBE | RFC 3501 |
THREAD | RFC 5256 |
UID | RFC 3501, RFC 4315, RFC 4466 |
UNSELECT | RFC 3691 |
UNSUBSCRIBE | RFC 3501 |
X |
RFC 3501 |
Status responses:
Status responses MAY include an OPTIONAL response code. A response code consists of data inside square brackets in the form of an atom, possibly followed by a space and arguments. The response code contains additional information or status codes for client software beyond the OK/NO/BAD condition, and are defined when there is a specific action that a client can take based upon the additional information.
Response | Reference |
---|---|
BAD | RFC 3501 |
BYE | RFC 3501 |
NO | RFC 3501 |
OK | RFC 3501 |
PREAUTH | RFC 3501 |
IMAP4 capabilities:
Capability | References |
---|---|
ACL | RFC 4314 |
ANNOTATE-EXPERIMENT-1 | RFC 5257 |
BINARY | RFC 3516 |
CATENATE | RFC 4469 |
CHILDREN | RFC 3348 |
COMPRESS=DEFLATE | RFC 4978 |
CONDSTORE | RFC 4551 |
CONTEXT=SEARCH | RFC 5267 |
CONTEXT=SORT | RFC 5267 |
CONVERT | RFC 5259 |
ENABLE | RFC 5161 |
ESEARCH | RFC 4466, RFC 4731 |
ESORT | RFC 5267 |
FILTERS | RFC 5466 |
I18NLEVEL=1 | RFC 5255 |
I18NLEVEL=2 | RFC 5255 |
ID | RFC 2971 |
IDLE | RFC 2177 |
LANGUAGE | RFC 5255 |
LITERAL+ | RFC 2088 |
LOGIN-REFERRALS | RFC 2221 |
LOGINDISABLED | RFC 2595, RFC 3501 |
MAILBOX-REFERRALS | RFC 2193 |
MULTIAPPEND | RFC 3502 |
NAMESPACE | RFC 2342 |
NOTIFY | RFC 5465 |
QRESYNC | RFC 5162 |
QUOTA | RFC 2087 |
RIGHTS= | RFC 4314 |
SASL-IR | RFC 4959 |
SEARCHRES | RFC 5182 |
SORT | RFC 5256 |
STARTTLS | RFC 2595, RFC 3501 |
THREAD | RFC 5256 |
UIDPLUS | RFC 2359 |
UNSELECT | RFC 3691 |
URLAUTH | RFC 4467 |
WITHIN | RFC 5032 |

热AI工具

Undresser.AI Undress
人工智能驱动的应用程序,用于创建逼真的裸体照片

AI Clothes Remover
用于从照片中去除衣服的在线人工智能工具。

Undress AI Tool
免费脱衣服图片

Clothoff.io
AI脱衣机

Video Face Swap
使用我们完全免费的人工智能换脸工具轻松在任何视频中换脸!

热门文章

热工具

记事本++7.3.1
好用且免费的代码编辑器

SublimeText3汉化版
中文版,非常好用

禅工作室 13.0.1
功能强大的PHP集成开发环境

Dreamweaver CS6
视觉化网页开发工具

SublimeText3 Mac版
神级代码编辑软件(SublimeText3)

SQL IF 语句用于有条件地执行 SQL 语句,语法为: IF (condition) THEN {语句} ELSE {语句} END IF;。条件可以是任何有效的 SQL 表达式,如果条件为真,执行 THEN 子句;如果条件为假,执行 ELSE 子句。IF 语句可以嵌套,允许更复杂的条件检查。

解决 Vue Axios 跨域问题的方法包括:服务器端配置 CORS 头使用 Axios 代理使用 JSONP使用 WebSocket使用 CORS 插件

如何在 Apache 中配置 Zend?在 Apache Web 服务器中配置 Zend Framework 的步骤如下:安装 Zend Framework 并解压到 Web 服务器目录中。创建 .htaccess 文件。创建 Zend 应用程序目录并添加 index.php 文件。配置 Zend 应用程序(application.ini)。重新启动 Apache Web 服务器。

多线程的好处在于能提升性能和资源利用率,尤其适用于处理大量数据或执行耗时操作。它允许同时执行多个任务,提高效率。然而,线程过多会导致性能下降,因此需要根据 CPU 核心数和任务特性谨慎选择线程数。另外,多线程编程涉及死锁和竞态条件等挑战,需要使用同步机制解决,需要具备扎实的并发编程知识,权衡利弊并谨慎使用。

本文介绍如何在Debian系统上有效监控Nginx服务器的SSL性能。我们将使用NginxExporter将Nginx状态数据导出到Prometheus,再通过Grafana进行可视化展示。第一步:配置Nginx首先,我们需要在Nginx配置文件中启用stub_status模块来获取Nginx的状态信息。在你的Nginx配置文件(通常位于/etc/nginx/nginx.conf或其包含文件中)中添加以下代码段:location/nginx_status{stub_status

无法以 root 身份登录 MySQL 的原因主要在于权限问题、配置文件错误、密码不符、socket 文件问题或防火墙拦截。解决方法包括:检查配置文件中 bind-address 参数是否正确配置。查看 root 用户权限是否被修改或删除,并进行重置。验证密码是否准确无误,包括大小写和特殊字符。检查 socket 文件权限设置和路径。检查防火墙是否阻止了 MySQL 服务器的连接。

PHPMyAdmin安全防御策略的关键在于:1. 使用最新版PHPMyAdmin及定期更新PHP和MySQL;2. 严格控制访问权限,使用.htaccess或Web服务器访问控制;3. 启用强密码和双因素认证;4. 定期备份数据库;5. 仔细检查配置文件,避免暴露敏感信息;6. 使用Web应用防火墙(WAF);7. 进行安全审计。 这些措施能够有效降低PHPMyAdmin因配置不当、版本过旧或环境安全隐患导致的安全风险,保障数据库安全。

vProcesserazrabotkiveb被固定,мнелостольностьстьс粹馏标д都LeavallySumballanceFriablanceFaumDoptoMatification,Čtookazalovnetakprosto,kakaožidal.posenesko
