Code Duplication    Length = 1-1 lines in 2 locations

api/src/Mail.php 2 locations

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