Code Duplication    Length = 1-1 lines in 2 locations

api/src/Mail.php 2 locations

@@ 1367-1367 (lines=1) @@
1364
	{
1365
		//self::$debug=true;
1366
		if (self::$debug) error_log(__METHOD__.' ('.__LINE__.') '.function_backtrace());
1367
		if (self::$debug) error_log(__METHOD__.' ('.__LINE__.') '."$_folderName,$_startMessage, $_numberOfMessages, $_sort, $_reverse, ".array2string($_filter).", $_thisUIDOnly");
1368
		$reverse = (bool)$_reverse;
1369
		// get the list of messages to fetch
1370
		$this->reopen($_folderName);
@@ 1388-1388 (lines=1) @@
1385
				//$_filter['range'] ="$start:$end";
1386
				//$_filter['range'] ="$_startMessage:*";
1387
			}
1388
			if (self::$debug) error_log(__METHOD__.' ('.__LINE__.') '."$_folderName, $_sort, $reverse, ".array2string($_filter).", $rByUid");
1389
			if (self::$debug||self::$debugTimes) $starttime = microtime (true);
1390
			//see this example below for a 12 week datefilter (since)
1391
			//$_filter = array('status'=>array('UNDELETED'),'type'=>"SINCE",'string'=> date("d-M-Y", $starttime-(3600*24*7*12)));