diff options
author | Matthias Andree <matthias.andree@gmx.de> | 2009-06-30 08:58:48 +0000 |
---|---|---|
committer | Matthias Andree <matthias.andree@gmx.de> | 2009-06-30 08:58:48 +0000 |
commit | 9f4d447990cd59a9e40b9783eddee0987b4cc826 (patch) | |
tree | 89c9fea115d9b7f935aa50d956461c46e641b882 /NEWS | |
parent | 8b4467e26bbd06808be0855ba2d40fcb4427628f (diff) | |
download | fetchmail-9f4d447990cd59a9e40b9783eddee0987b4cc826.tar.gz fetchmail-9f4d447990cd59a9e40b9783eddee0987b4cc826.tar.bz2 fetchmail-9f4d447990cd59a9e40b9783eddee0987b4cc826.zip |
Preliminary Yahoo/Zimbra IMAP ID ("guid" "1") support. Not ready for prime-time.
svn path=/branches/BRANCH_6-3/; revision=5363
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -111,6 +111,11 @@ fetchmail 6.3.10 (not yet released): * fetchmail only requests IPv6 addresses via name service if at least one is configured on the local host, likewise for IPv4. (AI_ADDRCONFIG flag to getaddrinfo()) Extended version of Redhat's patch. +* If the server name contains "yahoo.com", offers the "ID" capability, and we're + polling via IMAP, send an ID ("guid" "1") transaction first, ignoring its + result. This appears needed to be able to log into Yahoo's Zimbra servers, but + there are open issues (such as being only able to download one message and + server certificate mismatches). # CHANGES TO CONTRIB * Fix bashism in contrib/fetchsetup. Fixes Debian Bug#530081. |