Исходный код up-imapproxy:
UP-ImapProxy proxies IMAP transactions between an IMAP client and an IMAP server. The general idea is that the client should never know that it is not talking to the real IMAP server, but ImapProxy caches server connections.
ImapProxy was written to compensate for webmail clients that are unable to maintain persistent connections to an IMAP server. Most webmail clients need to log in to an IMAP server for nearly every single transaction; This behaviour can cause tragic performance problems on the IMAP server. ImapProxy tries to deal with this problem by leaving server connections open for a short time after a webmail client logs out. When the webmail client connects again, ImapProxy will determine if there is a cached connection available and reuse it if possible.
|
|
|
| Архитектура | Размер пакета | В установленном виде | Файлы |
|---|---|---|---|
| alpha | 56,9 Кб | 248 Кб | [список файлов] |
| amd64 | 53,6 Кб | 232 Кб | [список файлов] |
| arm | 53,6 Кб | 224 Кб | [список файлов] |
| hppa | 56,0 Кб | 232 Кб | [список файлов] |
| i386 | 53,1 Кб | 232 Кб | [список файлов] |
| ia64 | 65,5 Кб | 288 Кб | [список файлов] |
| mips | 52,8 Кб | 240 Кб | [список файлов] |
| mipsel | 53,0 Кб | 240 Кб | [список файлов] |
| powerpc | 55,3 Кб | 236 Кб | [список файлов] |
| s390 | 54,2 Кб | 232 Кб | [список файлов] |
| sparc | 53,1 Кб | 228 Кб | [список файлов] |