mirror of
https://github.com/friendica/friendica
synced 2025-04-27 14:30:11 +00:00
Merge commit 'upstream/master'
This commit is contained in:
commit
bdd2754740
598 changed files with 36640 additions and 12123 deletions
|
@ -56,7 +56,7 @@ function email_msg_headers($mbox,$uid) {
|
|||
$raw_header = (($mbox && $uid) ? @imap_fetchheader($mbox,$uid,FT_UID) : '');
|
||||
$raw_header = str_replace("\r",'',$raw_header);
|
||||
$ret = array();
|
||||
$h = split("\n",$raw_header);
|
||||
$h = explode("\n",$raw_header);
|
||||
if(count($h))
|
||||
foreach($h as $line ) {
|
||||
if (preg_match("/^[a-zA-Z]/", $line)) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue