Mail_template8.2.2[MMPLib2.0.4] 不具合有りの為アップデート。 ※注意 不具合があります。 ※※ iill_SendLine( "UIDL" ) で、最初に +OK でなく、+OK 8 messages (292009 octets) と返すサーバーがある。 ファイル:MMPLib2.fmp12(.fp7)Ver2.0.4 スクリプト:login2(hostname,port,SSL,username,password,SaveDirectory,remove) 88行目: 変数を設定 [$ListUIDL; 値:Substitute ( $Uids ; ["¶+OK¶" ; ""];["¶." ; ""];["¶¶" ; ""]) の上に以下を追加して下さい。 変数を設定 [$er; 値:iill_rxSetRegexOptions( "" )] 変数を設定 [$Uids; 値:Let([Regex ="(\r\n|\r|\n)\+OK.*?(\r\n|\r|\n)" ; source =$Uids ; replacewith =""];iill_rxRegexReplace( Regex ; source ; replacewith ))] 訂正後 MMPLib2.0.5 変数を設定 [$er; 値:iill_rxSetRegexOptions( "" )] 変数を設定 [$Uids; 値:Let([Regex ="(\r\n|\r|\n)\+OK.*?(\r\n|\r|\n)" ; source =$Uids ; replacewith =""];iill_rxRegexReplace( Regex ; source ; replacewith ))] 変数を設定 [$ListUIDL; 値:Substitute ( $Uids ; ["¶+OK¶" ; ""];["¶." ; ""];["¶¶" ; ""]) |