bugs.txt
上传用户:ycwykj01
上传日期:2007-01-04
资源大小:1819k
文件大小:5k
源码类别:

网络编程

开发平台:

Unix_Linux

  1. Updated: 27 October 1999
  2. The following are known problems/deficiencies in the IMAP 4.7 toolkit:
  3.  . Possible problems for some installations:
  4.    . In some versions of Redhat Linux, SVR4-style timezone name lookup
  5.       doesn't work properly due to a bug in glibc.  The workaround is to
  6.       edit os_lnx.c to include tz_bsd.c instead of tz_sv4.c.  Note that
  7.       other versions of Linux don't support BSD-style timezone name
  8.       lookup, so don't make this change unless it's needed on your system.
  9.    . /tmp, /usr/tmp or /var/tmp (if present), and the mail spool directory
  10.       must be protected 1777 (world write with sticky bit); otherwise
  11.       mailbox locking and updates won't work.
  12.    . Multiple access protection locking does not work if the mailbox or
  13.       /tmp are NFS mounted.
  14.    . Shared access mailbox formats (mbx, mtx, mx, and tenex) do not work
  15.       well with NFS and such usage is not supported.  mmdf and unix formats
  16.       are supported for use over NFS; however there won't be any multiple
  17.       access locking protection.
  18.    . Server startup delays may occur if a reverse DNS (IP address to name)
  19.       lookup on the client's IP address does not complete in an expeditious
  20.       fashion.  This is actually a DNS problem and should be fixed in the
  21.       DNS and/or the server's host table.  A workaround exists (see the
  22.       top-level Makefile for details) but is not recommended and can not
  23.       be used at all with Kerberos.
  24.  . Bugs:
  25.    . It doesn't work to have a "}" character as a user name in /user= in a
  26.       mailbox name, even if the user name is quoted.  In other words,
  27.       {blurdybloop.com/user="foo}bar"}zap won't work; foo will be interpreted
  28.       as an unterminated quoted string and the remote mailbox name will be
  29.       bar"}zap.
  30.    . Case-independent searching only works for the 26 Roman alphabetics and
  31.       not for any other characters
  32.    . The experimental mx driver has performance problems and shouldn't be used
  33.    . docs/internal.txt is out of date (again)
  34.  . IMAP client limitations:
  35.    . No SASL protection mechanisms (SASL authentication mechanisms are
  36.       supported)
  37.  . POP client limitations:
  38.    . No SASL protection mechanisms (SASL authentication mechanisms are
  39.       supported)
  40.    . No POP3 UID support
  41.  . NNTP client limitations:
  42.    . No extensions support
  43.    . No SASL support
  44.  . SMTP client limitations:
  45.    . No SASL protection mechanisms (SASL authentication mechanisms are
  46.       supported)
  47.    . No support for use of TURN, ETRN, and pipelining.
  48.    . No support for enhanced status codes
  49.  . UNIX limitations:
  50.    . Supported local file formats: mbx, mh, mmdf, mtx, mx, news, phile, tenex,
  51.       unix
  52.    . Supported SASL mechanisms: CRAM-MD5, LOGIN, ANONYMOUS, GSSAPI
  53.    . Sticky UIDs are not supported in the mh, mtx, and tenex drivers
  54.    . Creation of keywords is not supported in the mh, mtx, and tenex drivers
  55.    . Flat file formats (mbx, mmdf, mtx, phile, tenex, unix) do not permit
  56.       mailboxes to have inferior names
  57.  . Amiga limitations:
  58.    . Supported local file formats: mbx, mh, mmdf, mtx, mx, news, phile, tenex,
  59.       unix
  60.    . Supported SASL mechanisms: CRAM-MD5, LOGIN, ANONYMOUS
  61.    . Sticky UIDs are not supported in the mh, mtx, and tenex drivers
  62.    . Creation of keywords is not supported in the mh, mtx, and tenex drivers
  63.    . Flat file formats (mbx, mmdf, mtx, phile, tenex, unix) do not permit
  64.       mailboxes to have inferior names
  65.  . NT limitations:
  66.    . Supported local file formats: mbx, mtx, tenex, unix
  67.    . Supported SASL mechanisms: CRAM-MD5, LOGIN, ANONYMOUS, GSSAPI
  68.    . Sticky UIDs are not supported in the mtxnt and tenexnt drivers
  69.    . Creation of keywords is not supported in the mtxnt and tenexnt drivers
  70.    . No support for TCP open timeouts
  71.    . Flat file formats (mbx, mtx, tenex, unix) do not permit mailboxes to have
  72.       inferior names
  73.  . DOS limitations:
  74.    . Supported local file formats: bezerk, mtx
  75.    . Supported SASL mechanisms: CRAM-MD5, LOGIN, ANONYMOUS
  76.    . Supported TCPs: B&W, Novell, PC-NFs, PC/TCP, Waterloo, Winsock
  77.    . Sticky UIDs are not supported on local files
  78.    . Creation of keywords are not supported on local files
  79.    . Bezerk driver is read-only and does not handle LF-only newlines well
  80.    . No support for any TCP timeouts on Waterloo DOS
  81.    . No support for TCP open timeouts on Winsock and generic DOS
  82.    . Flat file formats (bezerk, mtx) do not permit mailboxes to have inferior
  83.       names
  84.    . Does not work well unless a mailgets routine is armed when fetching
  85.       texts.
  86.  . Mac limitations:
  87.    . No local file drivers
  88.    . Supported SASL mechanisms: CRAM-MD5, LOGIN, ANONYMOUS
  89.  . TOPS-20 limitations:
  90.    . No local file drivers
  91.    . Supported SASL mechanisms: CRAM-MD5, LOGIN, ANONYMOUS
  92.    . No support for any TCP timeouts
  93.  . VMS limitations:
  94.    . No local file drivers
  95.    . Supported SASL mechanisms: CRAM-MD5, LOGIN, ANONYMOUS
  96.    . Supported TCPs: Multinet, Netlib
  97.    . No support for any TCP timeouts on VMS Netlib
  98.    . No support for TCP open timeouts on VMS Multinet
  99.  . Windows CE limitations:
  100.    . No local file drivers
  101.    . Supported SASL mechanisms: CRAM-MD5, LOGIN, ANONYMOUS
  102.    . No support for TCP open timeouts
  103.    . Not finished, only builds c-client library
  104.  . OS/2 limitations:
  105.    . Not finished, does not build