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

推荐订阅源

C
CXSECURITY Database RSS Feed - CXSecurity.com
Stack Overflow Blog
Stack Overflow Blog
月光博客
月光博客
T
Threat Research - Cisco Blogs
小众软件
小众软件
有赞技术团队
有赞技术团队
酷 壳 – CoolShell
酷 壳 – CoolShell
Apple Machine Learning Research
Apple Machine Learning Research
C
Cyber Attacks, Cyber Crime and Cyber Security
cs.CV updates on arXiv.org
cs.CV updates on arXiv.org
T
Tailwind CSS Blog
Cisco Talos Blog
Cisco Talos Blog
V
V2EX
博客园 - 【当耐特】
C
Cybersecurity and Infrastructure Security Agency CISA
Hugging Face - Blog
Hugging Face - Blog
The Cloudflare Blog
The Last Watchdog
The Last Watchdog
Simon Willison's Weblog
Simon Willison's Weblog
T
Threatpost
S
Secure Thoughts
O
OpenAI News
P
Proofpoint News Feed
S
SegmentFault 最新的问题
Forbes - Security
Forbes - Security
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
Application and Cybersecurity Blog
Application and Cybersecurity Blog
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
Last Week in AI
Last Week in AI
宝玉的分享
宝玉的分享
Scott Helme
Scott Helme
T
Tenable Blog
A
Arctic Wolf
L
LINUX DO - 热门话题
爱范儿
爱范儿
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
www.infosecurity-magazine.com
www.infosecurity-magazine.com
V
Visual Studio Blog
Hacker News: Ask HN
Hacker News: Ask HN
Hacker News - Newest:
Hacker News - Newest: "LLM"
腾讯CDC
博客园 - Franky
WordPress大学
WordPress大学
Know Your Adversary
Know Your Adversary
博客园_首页
雷峰网
雷峰网
IT之家
IT之家
PCI Perspectives
PCI Perspectives
L
LINUX DO - 最新话题
H
Heimdal Security Blog

铭心の博客

利用 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”