<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>imabari_ehime</author_name>
  <author_url>https://blog.hatena.ne.jp/imabari_ehime/</author_url>
  <blog_title>メモ</blog_title>
  <blog_url>https://imabari.hateblo.jp/</blog_url>
  <categories>
    <anon>Program</anon>
    <anon>Python</anon>
  </categories>
  <description>愛媛県警察 安全・安心メールマガジンの不審者情報のメール取得 import imaplib, re user = &quot;&quot; password = &quot;&quot; label = &quot;&quot; gmail = imaplib.IMAP4_SSL(&quot;imap.gmail.com&quot;) #ログイン gmail.login(user, password) #ラベル一覧 #gmail.list() #ラベル選択 gmail.select(label) #未読一覧 typ, [data] = gmail.search(None, &quot;UNSEEN&quot;) for num in data.split(): result, data = …</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fimabari.hateblo.jp%2Fentry%2F2013%2F05%2F13%2F001925&quot; title=&quot;Pythonでメール受信 - メモ&quot; class=&quot;embed-card embed-blogcard&quot; scrolling=&quot;no&quot; frameborder=&quot;0&quot; style=&quot;display: block; width: 100%; height: 190px; max-width: 500px; margin: 10px 0px;&quot;&gt;&lt;/iframe&gt;</html>
  <image_url></image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2013-05-13 00:19:25</published>
  <title>Pythonでメール受信</title>
  <type>rich</type>
  <url>https://imabari.hateblo.jp/entry/2013/05/13/001925</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
