Перекинуть кучу emails

Компьютерно-софтверно-хардверный закуток
Ответить
Аватара пользователя
apex
Уже с Приветом
Сообщения: 3283
Зарегистрирован: Пн фев 06, 2023 10:44 am

Перекинуть кучу emails

Сообщение apex »

Дано: несколько тысяч имейлов в Windows Live Mail.
Надо: перекинуть на yahoo or gmail, желательно с сохранением параметров (дата и т.п.)
Имейлы хранятся локально как eml файлы, не сервере их нет (POP 3, not IMAP). Forward multiple emails sends them as attachments, неудобно.
Есть программы типа https://www.bitrecover.com/blog/import- ... ahoo-mail/ за $40, но жаба душит, и не факт, что нормрально сработает.
Аватара пользователя
Ion Tichy
Уже с Приветом
Сообщения: 12587
Зарегистрирован: Чт авг 18, 2022 11:54 am

Re: Перекинуть кучу emails

Сообщение Ion Tichy »

В IMAP v4 есть многообещающая клиентская команда APPEND:

Код: Выделить всё

6.3.11. APPEND Command

   Arguments:  mailbox name
               OPTIONAL flag parenthesized list
               OPTIONAL date/time string
               message literal

   Responses:  no specific responses for this command

   Result:     OK - append completed
               NO - append error: can't append to that mailbox, error
                    in flags or date/time or message text
               BAD - command unknown or arguments invalid

      The APPEND command appends the literal argument as a new message
      to the end of the specified destination mailbox.  This argument
      SHOULD be in the format of an [RFC-2822] message.  8-bit
      characters are permitted in the message.  A server implementation
      that is unable to preserve 8-bit data properly MUST be able to
      reversibly convert 8-bit APPEND data to 7-bit using a [MIME-IMB]
      content transfer encoding.
Москвичи тоже люди!
Ответить