Sylpheedについて色々
2月15日にメーラーをWindows Live MailからSylpheedに移行したので その際引っ掛かった点などについてメモっておきます。
「SSL証明書を検証できません」と怒られる

安定版3.3.0でSSLを使用して受信したときに起こった問題です。
証明書の有効期限は2016年なのにcertificate has expired
と表示されます。
で送受信を続行できますが
が選択できず、起動の度に同じ警告が出てきます。
Sylpheedのバグによるものらしく、開発版3.4.0β7にアップデートしたら治りました。
iCloudにログインできない
iCloudのアカウントを追加して送受信したところ、IMAP/SMTPサーバにログインできなかったので対処法を検索。 「sylpheed icloud」でググってトップに出てくる フォーラム に解決方法が載っていました。
- iCloudにログインできなかったアカウントを右クリックします。
- コンテキストメニューから「プロパティ...」を選択します。
- 「アカウントの設定」ダイアログの「受信」タブを選択します。
- 「IMAP4 - 認証方式」を「自動」から「LOGIN」に変更します。
- 「送信」タブを選択します。
- 「認証 - SMTP認証 - 認証方式」を「自動」から「LOGIN」に変更します。
- 「高度な設定」タブを選択します。
- 「SMTPポートを設定」にチェックを入れ、「587」に変更します。
- 「OK」ボタンでダイアログボックスを閉じます。
- 1.のアカウントを右クリックします。
- 「フォルダツリーを再構築」を選択します。
- 「フォルダツリーの再構築」アラートボックスに「はい」で続けます。
- パスワードを聞かれたら、入力します。
- 1.のアカウントの下に、INBOX等のフォルダができているはずです。
- 終了です。おつかれさまでした。
- 「設定」→「アカウントの編集」
- icloudアカウントを選択し、「編集」
- 「SSL」タブを選択
- 「送信(SMTP)」→「SSLセッションの開始にSTARTTLSコマンドを使用」ラジオボタンを選択し「OK」ボタンクリック
- メール送信
メールボックスの並び順を入れ替える
Sylpheedのメールボックス一覧(フォルダツリー)は並び順が固定されていて、 通常はユーザーの手でソートすることはできません。 標準では作成順で並んでいるようです。
無理矢理でも並べ替えたい場合は、Sylpheedの設定フォルダ
(デフォルトはC:\users\username\AppData\Roaming\Sylpheed
)
配下にあるfolderlist.xmlを直接書き換えます。

上の画面で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;
カットしたノードを移動させたい場所にペースト。
<?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;
上書き保存してSylpheedを起動。

HotmailがiCloudの上に来ました。