惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

P
Privacy & Cybersecurity Law Blog
V
V2EX
月光博客
月光博客
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
The Register - Security
The Register - Security
MongoDB | Blog
MongoDB | Blog
P
Privacy International News Feed
The Last Watchdog
The Last Watchdog
Security Archives - TechRepublic
Security Archives - TechRepublic
美团技术团队
Stack Overflow Blog
Stack Overflow Blog
博客园 - 司徒正美
博客园 - 三生石上(FineUI控件)
V
Visual Studio Blog
cs.CV updates on arXiv.org
cs.CV updates on arXiv.org
K
Kaspersky official blog
S
Secure Thoughts
T
Tenable Blog
Security Latest
Security Latest
The Cloudflare Blog
S
Security @ Cisco Blogs
H
Heimdal Security Blog
aimingoo的专栏
aimingoo的专栏
TaoSecurity Blog
TaoSecurity Blog
Blog — PlanetScale
Blog — PlanetScale
Microsoft Security Blog
Microsoft Security Blog
Schneier on Security
Schneier on Security
Webroot Blog
Webroot Blog
G
Google Developers Blog
www.infosecurity-magazine.com
www.infosecurity-magazine.com
Scott Helme
Scott Helme
IT之家
IT之家
Latest news
Latest news
The Hacker News
The Hacker News
C
Check Point Blog
T
The Exploit Database - CXSecurity.com
H
Hackread – Cybersecurity News, Data Breaches, AI and More
腾讯CDC
C
CERT Recently Published Vulnerability Notes
NISL@THU
NISL@THU
N
News | PayPal Newsroom
Forbes - Security
Forbes - Security
P
Palo Alto Networks Blog
S
Security Affairs
S
Securelist
Google Online Security Blog
Google Online Security Blog
WordPress大学
WordPress大学
Last Week in AI
Last Week in AI
C
Cybersecurity and Infrastructure Security Agency CISA
A
About on SuperTechFans

铭心の博客

利用 Hysteria2 面板项目搭建VPN 关于留言评论的一些规则 基于 Aria2 RPC 的 P2P 客户端异常检测与 IP 封禁工具 宝塔面板使用问题记录【强制HTTPS】后网站无法访问 EMBY通过反代后视频加载缓慢解决 EMLOG友链状态实时更新 Docker代理搭建 golang pprof 实战 有什么问题的话可以博客留言 隐藏的网站
PHP IMAP SEARCH搜索关键字
铭心 · 2024-02-06 · via 铭心の博客
条件 说明 示例
ALL 返回所有合乎标准的信件。
ANSWERED 信件有配置 \ANSWERED 标志者。
DELETED 合乎已删除的信件。
FLAGGED 信件有配置 \FLAGGED 标志者。
NEW 新的信件。
OLD 旧的信件。
RECENT 信件有配置 \RECENT 标志者。
SEEN 信件有配置 \SEEN 标志者。
UNANSWERED 未回应的信件。
UNDELETED 未删除的信件。
UNFLAGGED 未配置标志的信件。
UNSEEN 未读取的信件。
ON “日期” 指定 “日期” 的信件。 ON “2023-01-01”
TO “字符串” To 栏中有指定 “字符串” 的信件。 TO “example@example.com”
FROM “字符串” From 栏中有指定 “字符串” 的信件。 FROM “John Doe”
KEYWORD “字符串” 关键字为指定 “字符串” 者。 KEYWORD “urgent”
UNKEYWORD “字符串” 未配置关键 “字符串” 的信件。 UNKEYWORD “spam”
BCC “字符串” Bcc 栏中有指定 “字符串” 的信件。 BCC “example@example.com”
CC “字符串” Cc 栏中有指定 “字符串” 的信件。 CC “example@example.com”
BEFORE “日期” 指定 “日期” 以前的信件。 BEFORE “2023-01-01”
SINCE “日期” 指定 “日期” 之后的信件。 SINCE “2023-01-01”
SUBJECT “字符串” Subject 栏中有指定 “字符串” 的信件。 SUBJECT “important meeting”
TEXT “字符串” Text 栏中有指定 “字符串” 的信件。 TEXT “invoice”
BODY “字符串” 内文字段中有指定 “字符串” 的信件。 BODY “important”