Skip to content

Commit

Permalink
Suporte a endereços reservados para institucionais
Browse files Browse the repository at this point in the history
tipema="D"
  • Loading branch information
wgnann committed Nov 11, 2020
1 parent 220df53 commit 94df26d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion IDMail.php
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ static function find_lists($nusp)
$json = json_decode($idmail->id_get_emails($nusp));
}

return IDMail::extract_lists($json, "ime.usp.br", ["I", "G"]);
return IDMail::extract_lists($json, "ime.usp.br", ["I", "G", "D"]);
}
}

Expand Down

0 comments on commit 94df26d

Please sign in to comment.