]> Sylpheedについて色々 | FullAstern!

Notes

メモ書き

Sylpheedについて色々

2月15日にメーラーをWindows Live MailからSylpheedに移行したので その際引っ掛かった点などについてメモっておきます。

「SSL証明書を検証できません」と怒られる

certificate has expired

安定版3.3.0でSSLを使用して受信したときに起こった問題です。 証明書の有効期限は2016年なのにcertificate has expiredと表示されます。 一時的に受け入れるで送受信を続行できますが 常に受け入れるが選択できず、起動の度に同じ警告が出てきます。

Sylpheedのバグによるものらしく、開発版3.4.0β7にアップデートしたら治りました。

iCloudにログインできない

iCloudのアカウントを追加して送受信したところ、IMAP/SMTPサーバにログインできなかったので対処法を検索。 「sylpheed icloud」でググってトップに出てくる フォーラム に解決方法が載っていました。

  1. iCloudにログインできなかったアカウントを右クリックします。
  2. コンテキストメニューから「プロパティ...」を選択します。
  3. 「アカウントの設定」ダイアログの「受信」タブを選択します。
  4. 「IMAP4 - 認証方式」を「自動」から「LOGIN」に変更します。
  5. 「送信」タブを選択します。
  6. 「認証 - SMTP認証 - 認証方式」を「自動」から「LOGIN」に変更します。
  7. 「高度な設定」タブを選択します。
  8. 「SMTPポートを設定」にチェックを入れ、「587」に変更します。
  9. 「OK」ボタンでダイアログボックスを閉じます。
  10. 1.のアカウントを右クリックします。
  11. 「フォルダツリーを再構築」を選択します。
  12. 「フォルダツリーの再構築」アラートボックスに「はい」で続けます。
  13. パスワードを聞かれたら、入力します。
  14. 1.のアカウントの下に、INBOX等のフォルダができているはずです。
  15. 終了です。おつかれさまでした。
  1. 「設定」→「アカウントの編集」
  2. icloudアカウントを選択し、「編集」
  3. 「SSL」タブを選択
  4. 「送信(SMTP)」→「SSLセッションの開始にSTARTTLSコマンドを使用」ラジオボタンを選択し「OK」ボタンクリック
  5. メール送信
Sylpheed ユーザサポートサイト - スレッドNo.479

メールボックスの並び順を入れ替える

Sylpheedのメールボックス一覧(フォルダツリー)は並び順が固定されていて、 通常はユーザーの手でソートすることはできません。 標準では作成順で並んでいるようです。

無理矢理でも並べ替えたい場合は、Sylpheedの設定フォルダ (デフォルトはC:\users\username\AppData\Roaming\Sylpheed) 配下にあるfolderlist.xmlを直接書き換えます。

Sylpheed画面

上の画面でiCloudとHotmailの並び順を入れ替えてみましょう。 Sylpheedを終了させ、folderlist.xmlで該当のノードを探してカットします。

<?xml version="1.0" encoding="UTF-8"?>&lf;&lf;<folderlist>&lf;    <folder type="mh" name="メール箱" path="Mail" account_id="4" account_apply_sub="1">&lf;        <folderitem type="draft" name="draft" path="draft" threaded="1" mtime="1392402188" new="0" unread="0" total="0" />&lf;        <folderitem type="inbox" name="inbox" path="inbox" threaded="1" mtime="0" new="0" unread="0" total="0" />&lf;        <folderitem type="junk" name="junk" path="junk" threaded="1" mtime="0" new="0" unread="0" total="0" />&lf;        <folderitem type="queue" name="queue" path="queue" threaded="1" mtime="0" new="0" unread="0" total="0" />&lf;        <folderitem type="outbox" name="sent" path="sent" threaded="1" mtime="0" new="0" unread="0" total="0" />&lf;        <folderitem type="trash" name="trash" path="trash" threaded="1" mtime="0" new="0" unread="0" total="22" />&lf;    </folder>&lf;    <folder type="imap" name="iCloud" account_id="1">&lf;        <folderitem type="inbox" name="INBOX" path="INBOX" no_sub="1" threaded="1" mtime="1321018439" new="0" unread="0" total="0" />&lf;        <folderitem type="draft" name="Drafts" path="Drafts" threaded="1" mtime="0" new="0" unread="0" total="0" />&lf;        <folderitem type="normal" name="Archive" path="Archive" threaded="1" mtime="0" new="0" unread="0" total="0" />&lf;        <folderitem type="trash" name="Deleted Messages" path="Deleted Messages" threaded="1" mtime="1321020309" new="0" unread="0" total="18" />&lf;        <folderitem type="junk" name="Junk" path="Junk" threaded="1" mtime="1327901455" new="0" unread="0" total="0" />&lf;        <folderitem type="normal" name="Notes" path="Notes" threaded="1" mtime="1328605066" new="0" unread="0" total="6" />&lf;        <folderitem type="outbox" name="Sent Messages" path="Sent Messages" threaded="1" mtime="0" new="0" unread="0" total="0" />&lf;    </folder>&lf;    <folder type="imap" name="Hotmail" account_id="2">&lf;        <folderitem type="inbox" name="Inbox" path="Inbox" threaded="1" mtime="35395739" new="0" unread="0" total="0" />&lf;        <folderitem type="trash" name="Deleted" path="Deleted" threaded="1" mtime="35395741" new="0" unread="0" total="4" />&lf;        <folderitem type="outbox" name="Sent" path="Sent" threaded="1" mtime="35395740" new="0" unread="0" total="294" />&lf;        <folderitem type="draft" name="Drafts" path="Drafts" threaded="1" mtime="0" new="0" unread="0" total="0" />&lf;        <folderitem type="junk" name="Junk" path="Junk" threaded="1" mtime="0" new="0" unread="0" total="0" />&lf;    </folder>&lf;    <folder type="imap" name="CIS" account_id="3">&lf;
folderlist.xml

カットしたノードを移動させたい場所にペースト。

<?xml version="1.0" encoding="UTF-8"?>&lf;&lf;<folderlist>&lf;    <folder type="mh" name="メール箱" path="Mail" account_id="4" account_apply_sub="1">&lf;        <folderitem type="draft" name="draft" path="draft" threaded="1" mtime="1392402188" new="0" unread="0" total="0" />&lf;        <folderitem type="inbox" name="inbox" path="inbox" threaded="1" mtime="0" new="0" unread="0" total="0" />&lf;        <folderitem type="junk" name="junk" path="junk" threaded="1" mtime="0" new="0" unread="0" total="0" />&lf;        <folderitem type="queue" name="queue" path="queue" threaded="1" mtime="0" new="0" unread="0" total="0" />&lf;        <folderitem type="outbox" name="sent" path="sent" threaded="1" mtime="0" new="0" unread="0" total="0" />&lf;        <folderitem type="trash" name="trash" path="trash" threaded="1" mtime="0" new="0" unread="0" total="22" />&lf;    </folder>&lf;    <folder type="imap" name="Hotmail" account_id="2">&lf;        <folderitem type="inbox" name="Inbox" path="Inbox" threaded="1" mtime="35395739" new="0" unread="0" total="0" />&lf;        <folderitem type="trash" name="Deleted" path="Deleted" threaded="1" mtime="35395741" new="0" unread="0" total="4" />&lf;        <folderitem type="outbox" name="Sent" path="Sent" threaded="1" mtime="35395740" new="0" unread="0" total="294" />&lf;        <folderitem type="draft" name="Drafts" path="Drafts" threaded="1" mtime="0" new="0" unread="0" total="0" />&lf;        <folderitem type="junk" name="Junk" path="Junk" threaded="1" mtime="0" new="0" unread="0" total="0" />&lf;    </folder>&lf;    <folder type="imap" name="iCloud" account_id="1">&lf;        <folderitem type="inbox" name="INBOX" path="INBOX" no_sub="1" threaded="1" mtime="1321018439" new="0" unread="0" total="0" />&lf;        <folderitem type="draft" name="Drafts" path="Drafts" threaded="1" mtime="0" new="0" unread="0" total="0" />&lf;        <folderitem type="normal" name="Archive" path="Archive" threaded="1" mtime="0" new="0" unread="0" total="0" />&lf;        <folderitem type="trash" name="Deleted Messages" path="Deleted Messages" threaded="1" mtime="1321020309" new="0" unread="0" total="18" />&lf;        <folderitem type="junk" name="Junk" path="Junk" threaded="1" mtime="1327901455" new="0" unread="0" total="0" />&lf;        <folderitem type="normal" name="Notes" path="Notes" threaded="1" mtime="1328605066" new="0" unread="0" total="6" />&lf;        <folderitem type="outbox" name="Sent Messages" path="Sent Messages" threaded="1" mtime="0" new="0" unread="0" total="0" />&lf;    </folder>&lf;    <folder type="imap" name="CIS" account_id="3">&lf;
folderlist.xml

上書き保存してSylpheedを起動。

Sylpheed画面

HotmailがiCloudの上に来ました。

© FullAstern!