148 (2005/03/08) * IM/Imap.pm (imap_get): Fix regexp to fetch imap message. * 00readme: Typo fix. * dot.im/get.sbr.refile: Use create_folder() when refiling. 147 (2004/07/04) * imsetup.in, cnf.im/SiteConfig.in, dot.im/Config: Add `MsgIdUser'. * imput.in: New option `--msgiduser'. * dot.im/get.sbr.refile: New file. A sample file for auto-refiling. * imsetup.in, cnf.im/SiteConfig.in, dot.im/Config: Add samples for using `MboxFilter'. * New config variable `MboxFilter'. (Thanks to Jacques GARRIGUE) * im*.in: Accept `--version' option. * imsetup.in, cnf.im/SiteConfig.in, dot.im/Config: Add %INBOX for IMAP. * imget.in: Doc fix, describe how to set IMAP folder. 146 (2003/10/28) * IM/TcpTransaction.pm, IM/Pop.pm, IM/Nntp.pm, IM/Imap.pm: Don't use $! as an error indicator. * IM/Nntp.pm (nntp_head_as_string): Don't use `next' outside a loop block. 145 (2003/06/01) * IM/LocalMbox.pm (process_maildir): Fix for modern delivery identifiers in a maildir according to `http://cr.yp.to/proto/maildir.html'. * Fix that setuid imget fails with tainted variables. * imsetup.in, cnf.im/SiteConfig.in, dot.im/Config: Add comments for MailFoldersFile, NamazuDir, MknmzIncludeFile, MknmzIgnoreFoldersRegex and UseXDispatcher. * IM/Config.pm.in (use_xdispatcher): New subroutine. * IM/Config.pm.in (UseXDispatcher): New config variable. * immknmz.in: Doc fix. * immknmz.in: Use END block for tempfile and lockdir. * immknmz.in: Fix NMZ.stamp handling. * IM/Config.pm.in (MailFoldersFile, NamazuDir, MknmzIncludeFile, MknmzIgnoreFoldersRegex) New config variable. * IM/Config.pm.in (mail_folders_file, namazu_dir, namazu_path, mknmz_include_file, mknmz_ignore_folders_regex): New subroutines. * IM/Config.pm.in: Set Immknmz.Src to blank. * immknmz.in: New option, `--src'. Folders can be specified. (thanks to Hideyuki SHIRAI, [Mew-dist 13633] on 13 Jul 2000) * Message fixes. * imget.in: Doc fix. * IM/Scan.pm (parse_body): Revise regexp. 144 (2003/03/22) * IM/Util.pm: Fix `$osname' for Darwin. (Thanks to WATANABE Hideyuki) * IM/Scan.pm (parse_body): Regexp fix. * 00readme: Doc fix. * imput.in: Doc fix. * imsetup.in, cnf.im/SiteConfig.in, dot.im/Config: Add comments for `UseTouchFile' and `TouchFile'. * Fix im_info messages. * immknmz.in: Use $ENV{TMPDIR}, $ENV{TEMP}, $ENV{TMP}, or `/tmp'. * configure.in, configure: New option, `--enable-usecl'. * configure.in, configure: Bug fix for `--disable_rpop'. * configure.in, configure: Trimming for `im_fsync_no'. * cnf.im/SiteConfig.in: Use `@im_fsync_no@'. * Makefile.in: Set mode to 755 instead of 555 for excutables. 143 (2002/12/13) * The number of the fsync system call is guessed on run time by default. If `FsyncNumber' is set to non-0 in Config, it is preferred. * imsetup.in, cnf.im/SiteConfig.in, dot.im/Config: Modify comments for `FsyncNumber'. * IM/MsgStore.pm (fsync): Use `preferred_fsync_no', guessed number, and `fsync_no'. * IM/Config.pm.in (preferred_fsync_no, fsync_no): Divide from `fsync_no'. `preferred_fsync_no' uses `$FsyncNumber'. * imsetup.in, cnf.im/SiteConfig.in, dot.im/Config: Modify comments for `SshPath'. * IM/Config.pm.in: Don't export `$SSH_PATH'. * IM/Ssh.pm: Use `ssh_path()' instead of `$SSH_PATH'. * IM/Config.pm.in (@CfgConfig): Add `SshPath'. * IM/Config.pm.in (ssh_path): New subroutine. * 00diff: New file. 142 (2002/12/07) * New maintainer, Tatsuya Kinoshita . I obtained previous maintainer's consent. I disclaim my copyright for this work. * 00readme: Revised. * Revise documents. Manuals in nroff source form can be generated by pod2man. * Revise help messages. * OS2/00readme: Add comment that OS2 support is outdated. * Coding style fix. * imput.in (trash_message): Fix im_notice string. * Makefile.in (CNF): New variable. * configure.in, configure: Set mode to 755 instead of 555 for excutables. * imsetup.in, cnf.im/SiteConfig.in, dot.im/Config: Modify comments for FsyncNumber. * IM/Config.pm.in ($FsyncNumber): New variable. * configure.in, configure: New option, `--with-fsyncno'. * configure.in, configure: New option, `--with-hostname'. * IM/LocalMbox.pm (process_file): Bug fix for getchk_sub. * IM/Alias.pm, IM/Scan.pm: Regexp fix. * IM/Config.pm.in, IM/EncDec.pm: Prevent a warning of `called too early to check prototype'. * IM/MsgStore.pm (new_message): Use message_number() instead of $MsgNum++. * install-sh: Bug fix from GNU libtool 1.4.3. This file is under the X11 license. * imhsync.in, immknmz.in, IM/Ssh.pm: Clarify copyright notice. * imcat.in: `-S' option for SSHServer. 141+tats20021028 (2002/10/28) unofficial release * impwagent.in, immknmz.in: Local security fix. * imsetup.in, cnf.im/SiteConfig.in, dot.im/Config: Modify comments for `NamazuV2', `NamazuLockDir', and `PwAgentTmpDir'. * impwagent.in, IM/GetPass.pm: Use pwagent_tmp_path(). * impwagent.in: mkdir race condition fix. * IM/Config.pm.in (pwagent_tmp_dir, pwagent_tmp_path): New subroutines. * IM/Config.pm.in (@CfgConfig): Set `PwAgentTmpDir' to `pwagtmp' (relative to ~/.im/). * immknmz.in: Use namazu_lock_path(). * immknmz.in: Generate unique name for temporary file. * IM/Config.pm.in (namazu_lock_dir, namazu_lock_path): New subroutines. * IM/Config.pm.in (@CfgConfig): Set `NamazuLockDir' to `nmzlock' (relative to ~/.im/). 141+tats20021001 (2002/10/01) unofficial release * imsetup.in (read_conf): Fix garbled $mail/$news problem for Perl 5.8.0. 141+tats20020413 (2002/04/13) unofficial release * imsetup.in: Use site configuration for UseCL and NoSync. * IM/Config.pm.in (use_cl): New function. 141+tats20020127 (2002/01/27) unofficial release * imsetup.in: `MBoxStyle=qmail' support. (Thanks to Kazuhiro NISHIYAMA, [img 00564]) * imsetup.in, cnf.im/SiteConfig.in, dot.im/Config: Replace `/MailDir#' with `/Maildir #'. Add comments for sharing Addrbook with Mew 2. * Makefile.in: Avoid `[ ... ] || ( ... )' for portability. (Thanks to SAKAI Kiyotaka, [img 00528]) * IM/Scan.pm (substr_safe): Non-ascii G0 fix for gb2312-1980. 141+tats20020108 (2002/01/08) unofficial release * IM/Scan.pm: Big5 support. (Thanks to Issei Numata, [img 00562], [mew-dist 19969]) 141+tats20011114 (2001/11/14) unofficial release * IM/TcpTransaction.pm (pool_priv_sock): Add no strict 'subs' for AF_INET6. (Thanks to ISHIKAWA Mutsumi) 141+tats20011108 (2001/11/08) unofficial release * IM/TcpTransaction.pm: Apply a patch for IPv6. IPv6 and IPv4 are supported when the Socket6 module (http://www.cpan.org/modules/by-module/Socket6/) is installed. (Thanks to Hajimu UMEMOTO, [Mew-dist 12680]) * IM/MD5.pm: Fix 64bit integer problem. (Thanks to Yasuhisa Itoh, [Mew-dist 15884], [Mew-dist 17097]) * imsetup.in: Add support for `User='. ([Mew-dist 17097]) * IM/Pop.pm: Allow multiple spaces. ([mew-dist 17988]) * immknmz.in: Fix race condition problem for local security. (Thanks to Koga Youichirou, [mew-dist 18577]) 141 (2000/04/14) mew-dist release * IMAP password hack. Ryoji KATO * A bug fix for NNTPAuth. Tatsuya Kinoshita * A bug fix for word_iso2022jp_mimefy. Takashi Kawachi * immknmz hack. Hideyuki SHIRAI * ISO-2022-JP-3 Hideyuki SHIRAI 140 (2000/02/28) mew-release releas * Patches for namazu. Hideyuki SHIRAI 139 (2000/02/21) mew-dist release * Patches for namazu. Hideyuki SHIRAI 138 (2000/02/15) mew-dist release * Managing SMTP servers correctly. SAKAI Kiyotaka * im_getaddrinfo patch. Hajimu UMEMOTO * SSH path in configure.in. Hajimu UMEMOTO * SSH port patch. Hajimu UMEMOTO * binmode vs open patch Shuichi KITAGUCHI Hideyuki SHIRAI 137 (2000/01/28) mew-dist release * X-Dispatcher fix. SAKAI Kiyotaka 136 (2000/01/13) mew-dist release * Bug fixes for a side-effect of connect_server. * Touch folder hack. Shuichi KITAGUCHI * QueuePath instead of QueueFolder to get along with Mew 1.94. * Fixing TcpTransaction.pm. Hajimu UMEMOTO 135 (2000/01/05) mew-dist release * Y2K fixes for broken year and no Date: field. SAITO Tetsuya * MailDir hack. nosuzuki@e-mail.ne.jp (Norio Suzuki) * A bug fix for SMTP server selection. Masatoshi Tsuchiya * Fixing Resent-* stuff. Koga Youichirou * A bug fix for "Fcc: =folder" Carlo Strozzi * IN-USE patch for Pop.pm. SAKAI Kiyotaka * touch_folder for +queue. Hideyuki SHIRAI * Making get_impath( , 'new') faster. Kazumasa Utashiro Hideaki YOSHIFUJI 134 (99/11/24) mew-dist release * imput uses +queue. * Change "-s" to "-S" for the SSH option. SAKAI Kiyotaka * Skip "This is a multi-part message in MIME format". Makoto Fujiwara 133 (99/10/25) mew-dist release * The SSHServer option for several commands. Motomichi Matsuzaki * Supporting RPOP/IPv6. Hajimu UMEMOTO * pureaddr: fix. * A patch for Nntp.pm. Ninomiya Hideyuki * Preventing creating unnecessary directories in immknmz. Hideyuki SHIRAI * A patch for immknmz. Shuichi KITAGUCHI 132 (99/10/07) mew-dist release * NNTP error check. Motonori NAKAMURA * SSH patch Hideyuki Suzuki Masatoshi Tsuchiya 131 (99/10/07) mew-dist release * SMTP error handling. Motonori NAKAMURA * Configure patch for OS/2. OKUNISHI -GTO- Fujikazu * immknmz. Shuichi KITAGUCHI * SSH support. Masatoshi Tsuchiya * Comment out PetnameFile. Takashi.Murata@nsgnet.co.jp * A patch for IM/Imap.pm. Hideyuki SHIRAI 130 (99/09/05) mew-release release * Only version change for stable release. 127 (99/09/03) mew-dist release * NNTPauthuser. Koga Youichirou 126 (99/08/26) mew-dist release * Removing local messages when immv and imrm are used for IMAP. SAKAI Kiyotaka * Imap auth separator was changed from '/' to '//'. SAKAI Kiyotaka 125 (99/08/23) mew-dist release * Removing $`, $&, and $'. Kazumasa Utashiro * Syncing imsetup, SiteConfig, and Config. SAKAI Kiyotaka 124 (99/08/20) mew-dist release * Several bug fixes for Imap.pm. SAKAI Kiyotaka Hideyuki SHIRAI * A bug fix for conv_euc_from_sjis. * Removing conftest.c. SAKAI Kiyotaka * Sync hacks. SAKAI Kiyotaka * Appending sever-id to PopHistory. Shuichi KITAGUCHI 123 (99/08/18) mew-dist release * fsync() hack. SAKAI Kiyotaka * NNTP vs password. SAKAI Kiyotaka * CDP: for imput. SAKAI Kiyotaka * Flush STDERR after getting password. Hideyuki SHIRAI * A patch to parse the assoc option. 122 (99/08/18) mew-dist release * Allowing user commands in Scan form. SAKAI Kiyotaka * The boundary option for imcat. * invalid password for xxx -> invalid password (xxx) To allow SPCs in proto/auth:user@host. * A bug fix for imls's grep. 121 (99/08/16) mew-dist release * Duplicate check in imgrep. SAKAI Kiyotaka * ScanHeaderPick. SAKAI Kiyotaka * A patch for the --scaninboxonly. OHARA Shigeki * Two patches for Imap.pm. SAKAI Kiyotaka 120 (99/08/16) mew-dist release * start/stop for impwagent. SAKAI Kiyotaka * getpass displays proto/auth:user@host. * A bug fix for inbox_folder(). 119 (99/08/13) mew-dist release * Case's inbox should become Imget.Dst. * Making cases case-sensitive. * Fixed imsort's Y2K problem. Masaki KONUMA * Brush up the IMAP completion. Motonori NAKAMURA * A typo fix in Config.pm. Kenichi Nabeya 118 (99/07/31) mew-dist release * Alias vs Addrbook hack. * Fixes for IMAP. Yoshiki Hayashi * Continuous lines for Petname in Addrbook. SAKAI Kiyotaka * Comment out thread stuff in Imap.pm, anyway. SAKAI Kiyotaka * Don't clear password in impwagent when connection is not established. TAKAHASHI Masafumi * binmode for imls. Shuichi KITAGUCHI 117 (99/06/23) mew-dist release * Removing Notes domain for Nickname. Shun-ichi TAHARA * Addrbook hack. (Only for Japanese, sigh.) * A thread patch preferring In-Reply-To: to References:. SAKAI Kiyotaka Hideyuki SHIRAI * A patch for Makefile.PL. Shuichi KITAGUCHI * A timezone patch. "Hideaki YOSHIFUJI" 116 (99/06/04) mew-dist release * Enabling specification of POP/IMAP/SMTP Server by imsetup. Teruyuki Morimura * A bug fix for quote vs. RFC2047. SAKAI Kiyotaka * Copying domain name from SiteConfig by imsetup. SAKAI Kiyotaka * Insecure hack. Motonori NAKAMURA * Resent hack. Motonori NAKAMURA 115 (99/04/25) mew-dist release * Allowing SPC in folder names. miz@qb3.so-net.ne.jp * A patch for Japanese folders. kyota@po.ntts.co.jp (Kyotaro HORIGUCHI) * Refiling NetNes articles. SAKAI Kiyotaka * A warning message for Virtual mode. Hideyuki SHIRAI 114 (99/04/05) mew-dist release * One more namazu patch. Hideyuki SHIRAI * Noscan hack. SAKAI Kiyotaka * PopHistory=ph-{POPSERVERID} Motonori NAKAMURA * Directory check hack. SAKAI Kiyotaka * Bug fixes for immv. SAKAI Kiyotaka 113 (99/04/01) mew-dist release * IMAP and NetNews hack. SAKAI Kiyotaka * Japanese.pm hack. SAKAI Kiyotaka * 0 padding message. SAKAI Kiyotaka * namazu patch. Hideyuki SHIRAI 112 (99/03/29) mew-dist release * Petname existence. FUJIE Masanori * Miscellaneous patches. Motonori NAKAMURA * Multiple folder hack. SAKAI Kiyotaka * Supporting messages start with "0". Murata Takashi * message_list stuff. SAKAI Kiyotaka * A bug fix for Addrbook. "YAMAGUCHI, Shuhei" 111 (99/03/23) mew-dist release * Addrbook support. Only for nickname. Not support aliases. * Numeric folder hack. SAKAI Kiyotaka 110 (99/03/09) mew-dist release * Charset handling: (GB2312, CN-GB), (Big5, CN-Big5), and HZ-GB-2312. * Conversion from Big5 to Mule's ctext. * Conversion from KOI8-R to ctext. * A buf fix for the use primitive. SAKAI Kiyotaka * A bug fix for folding. SAKAI Kiyotaka 109 (99/03/02) mew-dist release * imsetup hack to copy fullpath aliases. SAKAI Kiyotaka * Merging Header.pm into Message.pm. SAKAI Kiyotaka * Removing unnecessary code of config_cases. Motonori Nakamura * The default of Form is now "%+5n %m%d %-14A %S || %b". This is because the beginning of the body doesn't contain useful information in many cases. Moreover, imls can't decode MIME-encoded body currently. 108 (99/02/27) mew-dist release * impath --path displays ConfigCaseInbox for Mew. * Introducing the 'use' primitive. Makoto MATSUSHITA * imls warns if characters in Scan form after %n is not either a space, %D, %p, %M. SAKAI Kiyotaka * Comments for Config.pm and syncing imsetup with dot.im/Config. SAKAI Kiyotaka 107 (99/02/25 Happy Birthday!) mew-dist release * Convert tis-620 to ctext. * Obsolete address syntax support. Motonori Nakamura * Destination and annotation hack. Motonori Nakamura * Range vs drive separator (i.e. ":") conflict hack. Yoshiaki Kasahara * Skip "foo*0*" style parameter in Scan.pm. 106 (99/02/12) mew-dist release * the src option of imget is fixed to pop[/auth][:user][@server[/port]]. Motonori Nakamura * imsort treats Date: without timezone as GMT. Yoshinari NOMURA * flock fix for Win95. Shuichi Kitaguchi 105 (99/02/08) mew-dist release * qmail "cur" support. Hiroki Nakano * A fix for imsort. kyota@po.ntts.co.jp * Nntp.px fix to allow selected. Motonori Nakamura * Nntp.pm fix to specify port. Naoki ESAKA * $& fix for Grep.pm. Kazumasa Utashiro * Bcc/Dcc fix. Motonori Nakamura * Null pattern handing for Grep.pm. SAKAI Kiyotaka Kazumasa Utashiro * Message-ID: check for annotation. Motonori Nakamura * A bug fix for mimedecodequoted SAKAI Kiyotaka 104 (98/11/24) mew-dist release * The mimedecodequoted option. SAKAI Kiyotaka * Removing srcdir from Makefile.in. Masashi Fujita * Requires MsgStore.pm in Nntp.pm. Motonori Nakamura * The "@" fix for Grep.pm SAKAI Kiyotaka * dig_dir hack for msdos file system. Kazumasa Utashiro 103 (98/11/04) mew-dist release * -o is equal to --scaninboxonly of imput. * Bug fix for regex creation of Address. * Grep.pm fixes. Kazumasa Utashiro 102 (98/10/19) mew-dist release * "default" label can be also *comma-separated*. Motonori Nakamura * --scaninboxonly for imget. Motonori Nakamura * NNTP vs auth patch. Maybe TABOO * O_XXX -> O_XXX(). * imgrep patch. Kazumasa Utashiro 101 (98/09/23) mew-dist release * message/partial fixes. OBATA Noboru Motonori Nakamura Hideyuki SHIRAI * umask hack. SAKAI Kiyotaka * imhsync Motonori Nakamura * OS2 update OKUNISHI Fujikazu 100 (98/09/05) mew-release release (for Mew 1.93 stable) * config.guess hack for NEC. Maybe TABOO * Makefile.PL fix. Makoto MATSUSHITA * inet6 hack again. Hajimu UMEMOTO * OS/2 update again. OKUNISHI Fujikazu * typo fix for dot.im/scan.sbr.sample2. Tsutomu Okada * clean up configure options. prefix, bindir, libdir, and with-perldir. * Imget.dst fix. SAKAI Kiyotaka * OS/2 update. OKUNISHI Fujikazu * inet6 hack. SAKAI Kiyotaka * bindir hack for configure.in. Makoto MATSUSHITA * Yet another patch of Makefile for run-in-place. SAKAI Kiyotaka * GetPass patch. Shuichi Kitaguchi * New Makefile.PL. SAKAI Kiyotaka * Use the install command in Makefile. * The IM.in directory was obsoleted. * usecl patch. Makoto MATSUSHITA * New config.* from automake. * nosync hack. nakaji@zeisei.dpri.kyoto-u.ac.jp * binmod for newshist. Shuichi Kitaguchi * uname fix for configure.in. Motonori Nakamura * Refine Grep.pm Kazumasa Utashiro * Newshist patch Shuichi Kitaguchi * UseCL=yes for Solaris in SiteConfig. Motonori Nakamura * Back to warning in TcpTransaction.pm. Motonori Nakamura * Grep.pm fix Kazumasa Utashiro * Do not decode strings surrounded quote with RFC 2047. SAKAI Kiyotaka * "use lib" will be deleted at installation. Motonori Nakamura * A tiny patch for Japanese.pm. KIZU takashi 99 (98/08/24) mew-release release * Copyright is changed from GPL2 into AS IS. * Perl 5.005 support. * The --enable-inet6 option!! Hajimu UMEMOTO * / -> --src=/ rule. SHIMADA Nobutaka * Ad hoc %D hack for message/partial. Motonori Nakamura * RMail support. SAKAI Kiyotaka * Dcc vs Config patch for imput. Motonori Nakamura * A patch fo alias. SAKAI Kiyotaka 98 (98/08/22) mew-dist release * A patch for alias. Murata Takashi * Dcc: patch. Motonori Nakamura * Home dir hack. * Multiple alias files for impath --path. 97 (98/08/15) mew-dist release * impath --path displays AliasFile. * Lines for mail. SAKAI Kiyotaka * New Alias.pm. SAKAI Kiyotaka * Ensuring two digits for Date: Murata Takashi 96 (98/08/12) mew-dist release * Log patch. Motonori Nakamura * Bug fix for imclean -v. KOIE Hidetaka * One patch to Japanese.pm. SAKAI Kiyotaka * Eliminating jcode.pl. SAKAI Kiyotaka 95 (98/07/27) mew-dist release * A patch to imjoin. Shun-ichi GOTO * imsetup accepts an absolute path. HATA Ryuji * Fix for unnecessary commas on address fields. Motonori Nakamura * touch_folder patch. Shuichi Kitaguchi * binmode and \1 patch. SAKAI Kiyotaka * Make clean preserves the IM directory. SAKAI Kiyotaka 94 (98/07/02) mew-dist release * exec_getsbrfile pachtes. Taguchi Takeshi * GetPass.pm fixes. Motonori Nakamura * Described user_name for convenience. Shuichi Kitaguchi * imjoin now takes absolute file pathes to get along with Mew's Virtual mode. 93 (98/06/08) mew-dist release * IM can now be installed without the root privilege. Yoshinari NOMURA * immv catched up Mew. Yoshinari NOMURA * Executable even if the IM directory is installed in user's home. Yoshinari NOMURA * From is inherited from the original message. Motonori Nakamura 92 (98/05/22) mew-dist release * Removed # for NoSync in imsetup. KOIE Hidetaka * Removed # for UseCL in imsetup. Motonori Nakamura * NNTP error handing patch. Gorochan ^o^ * A patch for imput to add appropriate fields. Motonori Nakamura * tcp_rcv_siz patch. "SAKANAKA, Tatsumi" * Touch fixes for imput. Motonori Nakamura * Brushed up imtar. OKUNISHI Fujikazu * 2022 ESC sequence patch. SAKAI Kiyotaka 91 (98/05/06) mew-dist release * RcvBufSiz is now customizable. "SAKANAKA, Tatsumi" * Many timeout values are now customizable. Shigechika AIKAWA * imtar. OKUNISHI Fujikazu * A patch to make imsetup incorporated with IMAPAccount. SAKAI Kiyotaka * Fcc bug fix. Motonori Nakamura * DB bug fix. Motonori Nakamura * list:; bug fix. Motonori Nakamura 90 (98/04/07) mew-dist release * Version patch for imjoin. OKUNISHI Fujikazu * fsync patch. Motonori Nakamura * impath displays ConfigCases. 89 (98/04/07) mew-dist release * if getlogin returns root, use getpwuid instead. Motonori Nakamura * Delete a null file when file system is full. Motonori Nakamura * Fix $| problem. Motonori Nakamura oota@LSi.nec.co.jp * immv creats folders if not exist. OKUNISHI Fujikazu * not-for-mail patch Masachika ISHIZUKA 88 (98/04/06) img release * binmode() for imcat. OKUNISHI Fujikazu * Some imput fixes. Motonori Nakamura * Ignore PostPet. (for April fool joke) Motonori Nakamura * Japanese string grep. Kazumasa Utashiro * Bug fix for boundary skip. * Null value bug fix. Motonori Nakamura * ctext hack. SAKAI Kiyotaka 87 (98/03/02) mew-dist release * binmode patch for imcat. OKUNISHI Fujikazu * substr_safe patch. SAKAI Kiyotaka * EUC_JP & Shift_JIS support. SAKAI Kiyotaka * Unfolding patch for encoded lines. SAKAI Kiyotaka * IMAP patch. wkenji@flab.fujitsu.co.jp * Several bug fix patches. Hideyuki SHIRAI 86 (98/02/19) img release * impath prints ImapAccount. * ctext hack for iso-8859-?, cn-gb, euc-kr. SAKAI Kiyotaka * Don't GetPass unless IMAP. Yuuichi Teranishi 85 (98/02/10) mew-dist release * EUC speed up patch. SAKAI Kiyotaka * imjoin for message/partial. SAKAI Kiyotaka * Never load History.pm unless required. SAKAI Kiyotaka * Timestamp hack for imput. Mito * Buf fix for --assoc of imget. Ian Fraser * Default value for QueueDir. SAKAI Kiyotaka * timezone support. IMAZU Hideyo * MsgDB for Win NT. Shuichi Kitaguchi * The new configure.cmd. OKUNISHI Fujikazu * Some alias fixes. Murata Takashi * metaquote for alias, again. SAKAI Kiyotaka 84 (98/01/28) mew-dist release * configure replaces @im_file_attr@ to O_RDWR|O_CREAT|O_EXCL. * impath --path returns queue_path(). * queue_path(). * metaquote for alias. Motonori Nakamura * SDBM support. Hideyuki SHIRAI * IMAP bug fix. Yuuichi Teranishi * --ignorecase -> --casefold "YAMAGUCHI, Shuhei" * Require folder_mode in Folder.pm. INOUE Hiroyuki 83 (98/01/19) mew-dist release * IMAP & imget hack. Yuuichi Teranishi * filter patch for Win32. Shuichi Kitaguchi * typo fix. Shirai@rdmg.mgcs.mei.co.jp * IMAP fix for immv and imrm. Hajimu UMEMOTO * NoSync msg. Motonori Nakamura * bug fix for ObeyMTAdomain=yes. Masahiro MURATA * imget fix. Motonori Nakamura * Another imget fix. Motonori Nakamura * imsetup fsync patch. SAKAI Kiyotaka * Logic reverse patch. SAKAI Kiyotaka 82 (98/01/14) mew-dist release * several patches for fsync. Motonori Nakamura * imali patch. SAKAI Kiyotaka * Jumbo patch for IMAP loading and Util.pm. SAKAI Kiyotaka * imhist patch. Motonori Nakamura 81 (98/01/10) img release * Clean up options. SAKAI Kiyotaka * Bug fix for "Subject: 0". Motonori Nakamura * OS2/configure.cmd patch. OKUNISHI Fujikazu 80 (97/12/25) mew-dist release * imget -q patch. Yoshiaki KATAYAMA * $ADDRESS_HASH{'addr'} hack. Masahiro MURATA * IMAP support. wkenji@flab.fujitsu.co.jp * MMDF null line hack. Motonori Nakamura * Makefile hack. NAKAJI Hiroyuki * Alias is now case-insensitive. SAKAI Kiyotaka * {B,Q}_encode -> {b,q}_encode. SAKAI Kiyotaka * meta quote patch. SAITO Tetsuya 79 (97/12/15) mew-dist release * Explicitly ignores --debug=off. * /^yes|on|true|1$/i) -> /^(yes|on|true|1)$/i). * Don't mark with 'M' unless MIME-Version exists. * Fix to number: field. Fumitoshi UKAI * A patch to imsetup. SAKAI Kiyotaka * Appropriate abbreviation option hack. SAKAI Kiyotaka * %b fix. SAKAI Kiyotaka * Typo fix. SAKAI Kiyotaka 78 * Config priority. SAKAI Kiyotaka * OS2/configure.cmd patch OKUNISHI Fujikazu * ad-hoc definition of alarm_func to die somehow. 77 (97/11/06) img release * Grep.pm. yamagus@kw.netlaputa.or.jp (YAMAGUCHI, Shuhei) * imclean. SAKAI Kiyotaka * '+' for default scan form. SAKAI Kiyotaka * login_name() -> im_getlogin(). SAKAI Kiyotaka 76 (97/10/25) mew-release release * s -> s@ for MultipartAdd of imput. HUDOH Kazuyuki * %+3n patch. SAKAI Kiyotaka * %P patch. SAKAI Kiyotaka * login_name patch. SAKAI Kiyotaka * imsetup update. SAKAI Kiyotaka * Pop.pm bug fix. Shuichi Kitaguchi 75 (97/10/22) img release * fix on appending X-Dispatcher: in case of BCC. * skip to next nntp server if temporary failure reported (imcat, imget,..) * to support CRLF messages with imls specify AllowCRLF=yes in config file to use this feature * --rpath switch added to imget * convert Newsgroups: header into X-Newsgroups: in case the message will be sent with SMTP * support BNewsgroups: header Motonori Nakamura 74 (97/10/12) img release * imsetup.in revised SAKAI Kiyotaka * Header.pm.in created (some func. moved from Message.pm.in) * strip needless spaces (LocalMbox.pm.in) * return number of got messages (Pop.pm.in) * suport IPv6 style addressing on server specification (Pop.pm.in/Imap.pm.in) * support port specification (Pop.pm.in/Imap.pm.in) * typo fixed (impwagent.in) * support ISO-2022-JP codes in Form (Scan.pm.in) * strip "\r"s to share saved messages with DOS (Scan.pm.in) * support =folder for parameter of --assoc (imget.in) Motonori Nakamura * fix a problem around getlogin (GetPass.pm.in) * ignore EOF on Win32 (imput.in) * avoid "foreach my $ver"s (imgrep.in) Shuichi Kitaguchi * do not set mark D on duplicated messages unless subject is same Shigeya Suzuki 73 (97/09/29) img release * New imgrep.in. Yoshiaki Kasahara * imhist hack. Motonori Nakamura * AF_INET hack. Motonori Nakamura * New EncDec.in. Motonori Nakamura * read_petnames warns (rather than dies!) if Petname not exist. Kazunori NISHI 72 (97/09/28) img release * touch_folder() hack. Shuichi Kitaguchi * --buffer option for imls and imget. * Yet another patch to prevent "no messages" for IMAP. wkenji@flab.fujitsu.co.jp * IM is now IPv6 ready. v^^) Motonori Nakamura * BADFREE hack for im.cmd. OKUNISHI Fujikazu * New configure.el and config-def.el yamagus@kw.netlaputa.or.jp (YAMAGUCHI, Shuhei) * New imsort.in. "Takashi P.KATOH" * FCC: bug fix for imput . Fumitoshi UKAI * imsort mode patch. "Takashi P.KATOH" * configure.el patch and config-def.el. yamagus@kw.netlaputa.or.jp (YAMAGUCHI, Shuhei) * Yet another summer time patch. Motonori Nakamura 71 (97/09/18) mew-release release * F@ patch. Fumitoshi UKAI * OS2/configure.cmd patch. OKUNISHI Fujikazu * Summer time patch. Motonori Nakamura * A patch to dot.im/password. AOSASA Shigeru * A patch to prevent "no messages" for IMAP. wkenji@flab.fujitsu.co.jp * A patch to configure.el. "yamagus@kw.netlaputa.or.jp (YAMAGUCHI, Shuhei) * Removed foo{IO} for Win32. "yamagus@kw.netlaputa.or.jp (YAMAGUCHI, Shuhei) * Miscellaneous patches. Motonori Nakamura * MD5.pm patch. Fumitoshi UKAI * Makefile.PL patch. Fumitoshi UKAI 70 (97/09/17) mew-dist beta release * scan.sbr patch. Motonori Nakamura * SiteConfig patch. Motonori Nakamura * Yet another strict patch. Fumitoshi UKAI * help patch. Motonori Nakamura * win32p -> win95p in imput. "yamagus@kw.netlaputa.or.jp (YAMAGUCHI, Shuhei) * impwagent patch. Motonori Nakamura 69 (97/09/15) mew-dist beta release * Comment out 'use strict' from TcpTransaction.pm. * fix on "do $SCANFORM" problem * revert to unuse FileHandle ukai@jp.hpl.hp.com * fix on Win32::LoginName problem on OS/2 OKUNISHI Fujikazu * password management with file AOSASA Shigeru * password management with process(impwagent) * --NoMsgIdForNews option for strip Message-Id: header for NNTP (imput) * --count option for limit getting news articles (imget) * timeout processing added for imget Motonori Nakamura * fix on Return-Path: header syntax reported by Shuhei KOBAYASHI 68 (97/09/09) img release * fix fcc bug ukai@jp.hpl.hp.com * Use integer ukai@jp.hpl.hp.com * clean up debug related functions. SAKAI Kiyotaka * File handling after dispatching. Motonori Nakamura * Modify IM assoc list. Motonori Nakamura * Remove $ErrMsg. Motonori Nakamura * Use strict. ukai@jp.hpl.hp.com 67 (97/09/08) img release * Support no XOVER news server. Motonori Nakamura * Fix ObeyMTAdomain option bug. Shigeki Fujii * Speed improvement of too long header mail. SAKAI Kiyotaka * Support %a option at scan form. SAKAI Kiyotaka * Third RPOP authentication patch. Motonori Nakamura * imsort improvement. Daisuke Kanda * Fix imsetup bug. 66 (97/08/30) img release * Second RPOP authentication patch. Motonori Nakamura * $0 fix for imget. TOYAMA Sumio * Message/Partial fix. Motonori Nakamura * message/partial support. Motonori Nakamura * config.guess tiny change. 65 (97/08/26) mew-release release * Many IMAP improvements. wkenji@flab.fujitsu.co.jp * Modified many documents. * '%s' contains a space if Subject: is the bottom. This was fixed. SAKAI Kiyotaka 64 (97/08/26) personal release * Eliminated 'my' in 'for' for Win 32. Motonori Nakamura * prototype. SAKAI Kiyotaka * Space fix for IMAP. Motonori Nakamura * Remove white spaces between 'encoded-word's. Motonori Nakamura * Tiny fix for the following. Motonori Nakamura * IMAP and qmail patch. Motonori Nakamura 63 (97/08/24) mew-dist release * 1 line patch for qmail. Yoshitomi Kentaro * qmail support. Motonori Nakamura * %p fix. SAITO Tetsuya * HTTP fixes. SAKAI Kiyotaka * Typo fixes. SAKAI Kiyotaka * POP patch. Motonori Nakamura * news: and --stdin for imget SAKAI Kiyotaka * Iso2022jp bug fix. Motonori Nakamura * imgrep pattern bug fix. Yoshiaki Kasahara * Basic authentication of HTTP access Motonori Nakamura 62 (97/08/20) mew-dist release * 'F' instead of 'f' for imcat. * Close check. NAKAMURA Motonori * Header sort. NAKAMURA Motonori * Multi-lingual bug fix. NAKAMURA Motonori * Recode history when annotate. NAKAMURA Motonori * Variable typo fix. NAKAMURA Motonori * Annotate patch. NAKAMURA Motonori * RPOP bug fix. NAKAMURA Motonori 61 (97/08/17) img release * http access supported with imcat (Http.pm created) * fix on string truncation unless jissafe specified (Scan.pm) * fix on infinite loop by parsing list:addr; syntax (Message.pm_ * make more consistent on return codes (0:success, -1:failure) * speed improvement of Scan.pm by passing all header lines at a time * detection of filesystem-full (MsgStore.pm) * fix on POP processing when --keep=0 * localization of "$_"s 60 (97/08/15) img release * Use reference instead of typeglob. * add type check declaration. * $Cur_server and $Session_log are TcpTransaction.pm local. SAKAI Kiyotaka * extract_addr() patch NAKAMURA Motonori * connect_server() patch. NAKAMURA Motonori * Pop.pm patch. NAKAMURA Motonori * 00readme patch. Shigeya Suzuki * the first line patch. Shigeya Suzuki * MsgDBFile fix. NAKAMURA Motonori * speed improvement of imget patch. NAKAMURA Motonori * GetSbrFile patch. SAKAI Kiyotaka 59 (97/08/13) img release * Makefile.pl -> Makefile.PL. * add "-- # -*-Perl-*-" in all files. * add "1;" at the end of all *.pm files. * change indentation to "hardtab = 8, soft tab = 4" in all files. 58 (97/08/13) img release * Config: continuous line and speed improvement patch. NAKAMURA Motonori * convert_scan_form patch. NAKAMURA Motonori * parse_body patch. SAKAI Kiyotaka * change imget mode name (inc -> get). SAKAI Kiyotaka 57 (97/08/11) img release 56 (97/08/06) mew-dist release (same as 55 + patch1) * Delete 'use IM::Debug' from Recipient.pm SAKAI Kiyotaka * Alias.pm patch SAKAI Kiyotaka * Iso2022jp.pm typo fixes. SAKAI Kiyotaka * ScanSBR patch. Makoto MATSUSHITA * Typo fixes. NAKAMURA Motonori * Delete an old CV variable from imstore. Tomoaki Tsumura 55 (97/08/06) mew-dist release * Deleted the --batch option imget. NAKAMURA Motonori * IM error routines and imget brush up. NAKAMURA Motonori * Case default hack. NAKAMURA Motonori 54 (97/08/05) img release * //i -> //is. ksakai@netwk.ntt-at.co.jp * Commented out read_env(). ksakai@netwk.ntt-at.co.jp * One more patch. NAKAMURA Motonori * Debug -> Config, MIME -> EncDec, deleted PAGER from imcat, --config for imget. NAKAMURA Motonori * Newsgroup patch. NAKAMURA Motonori 53 (97/08/03) img release * New configure.cmd and im.cmd.in. OKUNISHI Fujikazu * Deleted Fcc.pm. * \t -> ' ' for Scan.pm. ksakai@netwk.ntt-at.co.jp * hostname for imsetup. ksakai@netwk.ntt-at.co.jp * Use shift for nntp_article(). ksakai@netwk.ntt-at.co.jp * import IM::Folder for imcat. ksakai@netwk.ntt-at.co.jp * SMTP/NNTP Error related patch. ksakai@netwk.ntt-at.co.jp * Module dependency patch for Message.pm. ksakai@netwk.ntt-at.co.jp * Module dependency patch. ksakai@netwk.ntt-at.co.jp * Petname fix. tetuya-s@is.aist-nara.ac.jp * Date fix. y-koga@w3.mag.keio.ac.jp * Name changes for autoconf. fujimoto@oscar.elec.waseda.ac.jp itojun@itojun.org * Fcc: bug fix. NAKAMURA Motonori * %Head bug fix for NNTP. NAKAMURA Motonori * taint check patch NAKAMURA Motonori 52 (97/07/30) img release * Simplified overview for imls. * my_addr patch. SAKAI Kiyotaka * STRUCTURED for Scan.pm. SAKAI Kiyotaka * Annotation patch. NAKAMURA Motonori * Eliminating $' family for many files. SAKAI Kiyotaka * Eliminating debug printing. NAKAMURA Motonori 51 (97/07/30) img release * Continuous field bug fix. NAKAMURA Motonori * One more patch for Config.pm SAKAI Kiyotaka * Mark fix and eliminating $' family for Scan.pm SAKAI Kiyotaka * PWD and eliminating $' family for Config.pm SAKAI Kiyotaka * Use pack. NAKAMURA Motonori 50 (97/07/29) img release * Infinite loop of fetch_addr() was fixed. * Eliminated printf(). SAKAI Kiyotaka * Use pack instead of substr. SAKAI Kiyotaka * Try to reduce calls of friendly_addr(). NAKAMURA Motonori * fetch_addr() hack. NAKAMURA Motonori * Date fix. SAKAI Kiyotaka * Prevent waring when -w. SAKAI Kiyotaka * store_header(). NAKAMURA Motonori * Allow ., /, ~ as folder. SAKAI Kiyotaka 49 (97/07/29) img release * "%5n %m%d%-14A %-18S %b" -> "%5n %m%d %-14A %-18S %b" * TZ fix. Takeshi Chiba * Fix for path hard coding of imstore. Makoto MATSUSHITA * One more putlog bug fix. NAKAMURA Motonori * putlog bug fix. NAKAMURA Motonori * im_die2 for imgrep. * New Iso2022jp.pm.in with one more patch NAKAMURA Motonori * User name omitting patch. SAITO Tetsuya * imget help patch. NAKAMURA Motonori * Delimiter patch. SAKAI Kiyotaka * Enrich date stuff. Maybe TABOO 48 (97/07/28) mew-dist release * Eliminated setgid. NAKAMURA Motonori 47 (97/07/26) img release * Case-ignore for options. NAKAMURA Motonori * flock patch. NAKAMURA Motonori * Deleted nntpservers and imapservers from OptConfig of imcat and imls. * Yet another $Head{'body'} bug fix. * $Head{'body'} bug fix. NAKAMURA Motonori * nntp_spec bug fix. * references -> references: akira yamada * configure.el yamagus@kw.netlaputa.or.jp (YAMAGUCHI, Shuhei) * Another IMAP patch. NAKAMURA Motonori * System Config remaines if exists. Naoto Morishima * IMAP support, TZ support in gen_date, and login name getting for Win. NAKAMURA Motonori 46 (97/07/21) mew-dist beta release * Cooked keys were named "key:" in Scan.pm * New Pop.pm. NAKAMURA Motonori * imget creates +inbox if not exist. NAKAMURA Motonori * DB type check again. NAKAMURA Motonori * DB type check. NAKAMURA Motonori * DB check for Makefile.pl ukai@jp.hpl.hp.com * New configure.cmd OKUNISHI Fujikazu 45 (97/07/19) mew-alpha release * imls --grep bug fix. * imsetup hack. Shigeya Suzuki * Support of folder and range for imrm. Yoshinari NOMURA * Safe manner for strings which include '@' on imgrep. kasahara@nc.kyushu-u.ac.jp * DB hack. NAKAMURA Motonori * Typo fixes for Imap.pm wkenji@flab.fujitsu.co.jp * Petnames -> PetnameFile NAKAMURA Motonori * %K for Scan.pm Kazumasa Utashiro 44 (97/07/18) mew-alpha release * s/14f/14A/g for all files. * A patch to eliminate unnecessary options for imput. NAKAMURA Motonori * imput manual NAKAMURA Motonori * Empty case patch. NAKAMURA Motonori * Allow "," for config selector. NAKAMURA Motonori * Makefile.pl ukai@jp.hpl.hp.com * rename fix. Yoshinari NOMURA * typo fix. toshi@tea.forus.or.jp 43 (97/07/15) img release * imstore. SAKAI Kiyotaka * -v and -q for imrm. SAKAI Kiyotaka * Minor fix for Config.pm. NAKAMURA Motonori * Pop secure patch. NAKAMURA Motonori * scansbrfile, petnamefile, nntpservers, pophistoryfile -> Config.pm. And remove Queue.pm. touch_folder revival. NAKAMURA Motonori * touch_folder hack. Yoshinari NOMURA 42 (97/07/13) img release * BigPatch again and again ;) NAKAMURA Motonori * BigPatch again :) NAKAMURA Motonori * skip rename() if PC. Yoshinari NOMURA * range hack for imsort. Yoshinari NOMURA * petname support for imget. Junji SAKAI * fetch_addr. NAKAMURA Motonori * +. support for imls. SAKAI Kiyotaka 41 (97/07/09) img release * File.pm fix Yoshinari NOMURA * File.pm & imsort Yoshinari NOMURA * Header separator fix for imgrep. Yoshiaki Kasahara * Garbage collectionos. ukai@jp.hpl.hp.com Kazu@Mew.org * Small path to make history optional. NAKAMURA Motonori * Big patch to fix error_exit and so on. NAKAMURA Motonori 40 (97/07/01) mew-dist beta release * To:dest from me bug fix. * imls typo. tetuya-s@is.aist-nara.ac.jp * %D bug fix. Yoshinari NOMURA * sortuniq hack Kazumasa Utashiro * Support of "=". Yoshinari NOMURA * help patch NAKAMURA Motonori * imput patch NAKAMURA Motonori * 'D' mark for duplicated messages. Kazunori NISHI * CLOSE label for Scan.pm. * "+" means "--src=+" while "=" means "--src==". * imls --grep hack. * im_warn patch. NAKAMURA Motonori * Typo patch SAKAI Kiyotaka * New history patch NAKAMURA Motonori 39 (97/06/30) mew-alpha release * imgrep strict keyword patch SAKAI Kiyotaka * Folder.pm were re-written. utashiro@iij.ad.jp * -w type was removed from imgrep. * NNTPSERVERS -> NNTPSERVER SAKAI Kiyotaka * Typos for im_warn were fixed. * Many parts of Scan.pm were re-written. 38 (97/06/27) mew-alpha release * win32p() for getwuid() OKUNISHI Fujikazu * GetPass hack. * Many fixes from motonori including support of absolute path for MailDir. NAKAMURA Motonori * im_{msg,warn,err,die} * Scan erase "-- PGP hoge --" for body. * '=' support for impath. * \ -> / in $HOME_DIR. "/home/" -> "/home" * impath --list fix for OS/2. * typo fix for Getpass.pm. * Support [a-zA-Z]:/patch on expand_path yamagus@kw.netlaputa.or.jp (YAMAGUCHI, Shuhei) * Pop.pm error patch Yuuichi Teranishi 37 (97/06/24) mew-alpha release * Many remedies for Win95. * unixp win95p wntp os2p. * A patch to make imget faster. SAKAI Kiyotaka * im.cmd.in OKUNISHI Fujikazu * "\nFrom" check instead of "^From" check. NAKAMURA Motonori * Comment out alarm() to rescue Win95. 36 (97/06/23) mew-alpha release * Comment out getservbyname() and getprotobyname(). * Win95/*.bat scripts. This is really temporary. * Prepare OS2 and Win95 directory. * GetPass for Win95. * User customizable Form patch Kazunori NISHI * nntpserver -> nntpservers. SAKAI Kiyotaka 35 (97/06/18) mew-alpha release * '@' support for help(). * flush() for imgrep, imls. * NNTPSERVER*S*, SMTPSERVER*S*. * vscan support for imls. * "can not" -> cannot. 34 (97/06/15) mew-alpha release * Selector support. * Removed '*.xxx' style from all Configs. * local -> my for imsetup. SAKAI Kiyotaka * preservedot -> preserve_dot.