[dovecot/core] 35ef66: pop3-migration: Ignore Return-Path: header when ma...

GitHub noreply at github.com
Sun Jan 24 14:30:07 UTC 2016


  Branch: refs/heads/master
  Home:   https://github.com/dovecot/core
  Commit: 35ef661bd85c64834e3e34eeeb3c393b81108760
      https://github.com/dovecot/core/commit/35ef661bd85c64834e3e34eeeb3c393b81108760
  Author: Timo Sirainen <timo.sirainen at dovecot.fi>
  Date:   2016-01-24 (Sun, 24 Jan 2016)

  Changed paths:
    M src/plugins/pop3-migration/pop3-migration-plugin.c

  Log Message:
  -----------
  pop3-migration: Ignore Return-Path: header when matching UIDLs by header hashes

This fixes matching between Yahoo IMAP and Yahoo POP3


  Commit: b215322367dbd94df3e2e4bb643b53460e6adc51
      https://github.com/dovecot/core/commit/b215322367dbd94df3e2e4bb643b53460e6adc51
  Author: Timo Sirainen <timo.sirainen at dovecot.fi>
  Date:   2016-01-24 (Sun, 24 Jan 2016)

  Changed paths:
    M src/plugins/pop3-migration/pop3-migration-plugin.c

  Log Message:
  -----------
  pop3-migration: Added pop3_migration_skip_size_check setting

If we know that we're not going to be able to match any messages by sizes,
we might as well not ask for the messages' sizes. This is useful at least
with Yahoo.


  Commit: af99ca825f4b7674ec6dd0269bbca665775205aa
      https://github.com/dovecot/core/commit/af99ca825f4b7674ec6dd0269bbca665775205aa
  Author: Timo Sirainen <timo.sirainen at dovecot.fi>
  Date:   2016-01-24 (Sun, 24 Jan 2016)

  Changed paths:
    M src/plugins/pop3-migration/pop3-migration-plugin.c

  Log Message:
  -----------
  pop3-migration: When failing because some messages couldn't be matched, show the first message's number and UIDL

This was already being done for the warning message when
pop3_migration_ignore_missing_uidls was set, but not for the error message
when it wasn't set.


Compare: https://github.com/dovecot/core/compare/b23317e6678e...af99ca825f4b


More information about the dovecot-cvs mailing list