具体流程也抓出来了
首先不带任何cookies 用网页_访问s get一次https://www.linshiyouxiang.net/ 会返回网页源代码
不用管源代码是啥,有内容就行 这时候 他会返回一个cookies给你
比如:temp_mail=qaadpeed1%40mediaholy.com; temp_mail_history=W3siZW1haWwiOiJxYWFkcGVlZDFAbWVkaWFob2x5LmNvbSIsInRpbWVzdGFtcCI6MTc0MDkyNjcyMX1d;
你拿着这个cookies 就可以用这个邮箱了
他这个也很麻烦 毕竟没有用到API 直接从网页源码中提取...我自己用QQ邮箱发了一个过去
提取出来是这样的 你自己去正则提取把 思路给你了 具体怎么做看自己了
[HTML] 纯文本查看 复制代码 <div class="col-md-10 col-xl-7 content">
<div class="table-responsive msglist">
<table class="table table-striped" style='z-index:5;'>
<thead>
<tr>
<th class="col-4">发件人</th>
<th class="col-6">主题</th>
<th class="col-2 text-center">时间</th>
</tr>
</thead>
<tbody id="message-list">
<tr >
<td class="col-4">
<a href="/mail/view/8859d3935e65b64826ec4bcb2529cabe" target="_blank" rel="nofollow">昔风不起</a>
</td>
<td class="col-6">
<a href="/mail/view/8859d3935e65b64826ec4bcb2529cabe" target="_blank" rel="nofollow">是阿德艾丝妲</a>
</td>
<td class="col-2 text-center">
<a href="/mail/view/8859d3935e65b64826ec4bcb2529cabe" target="_blank" class="receiveTime" rel="nofollow">1740926907</a>
</td>
</tr>
<tr>
<td colspan='3' class='text-center p-3'>
<img src="/static/index/zh/images/loading.gif" alt="Receiving mails..." /> 正在接收邮件...
<b id='seconds'></b> 秒后自动刷新
</td>
</tr>
</tbody>
</table>
<div class="px-2 text-center"> |