| 보낸날짜 |
= $mf['mf_send_date'] ?>
// [2025-11-03] 편지 읽기 커스텀 함수가 선언된 경우 실행
if (isset($G_SYS['NM_MAIL_READ_CUSTOM']) && gettype($G_SYS['NM_MAIL_READ_CUSTOM']) === 'object')
{
echo $G_SYS['NM_MAIL_READ_CUSTOM']($mf, $row);
}
?> |
| 보낸사람 |
= $mf['mf_from'] ?>
if ($_GET['mb_id'] != 'sent' && $_GET['mb_id'] != 'draft') { ?>
주소록에 추가
|
수신허용
수신거부
} // if()?>
|
| 받는사람 |
if ($_GET['mb_id'] == 'sent' || $_GET['mb_id'] == 'draft') { ?>
$__to = mime_addresses_parse($row['mf_to']);
foreach ($__to as $__to2)
{
$__to2_name = urlencode(urlencode(base64_encode(htmlspecialchars_fix(addslashes($__to2['display'])))));
$__to2_email = htmlspecialchars_fix(addslashes($__to2['address']));
?>
= address_view('"'.$__to2['display'].'" <'.$__to2['address'].'>') ?>
주소록에 추가
} // foreach()
?>
} else { ?>
$__to = mime_addresses_parse($row['mf_to'], $G_SYS['DB_TEXT']);
$__to_first = "";
$__to_more = "";
$__to_more_cnt = 0;
foreach ($__to as $__to2)
{
$__to2_name = urlencode(urlencode(base64_encode(htmlspecialchars_fix(addslashes($__to2['display'])))));
$__to2_email = htmlspecialchars_fix(addslashes($__to2['address']));
#if((strpos(strtolower($__to2['address']), $AUTH['auth_m_email']) == false) && $__to_first === ""){
if($__to_first === ""){
#$__to_first .= $__to2['display'];
$__to_first .= address_view('"'.$__to2['display'].'" <'.$__to2['address'].'>');
}else{
$__to_more .= address_view('"'.$__to2['display'].'" <'.$__to2['address'].'>')." ";
$__to_more_cnt++;
}
} // foreach()
// [2023-02-21] 편지읽기에서 받는사람이 일정수 이상일 경우만 '더보기' 버튼으로 줄여서 보여주기
if (($__to_more_cnt + 1) < $G_SYS['NM_MAIL_READ_MORE_COUNT']) {
?>
= $mf['mf_to'] ?>
} else {
?>
= $__to_first ?> 외 = $__to_more_cnt ?>명에게 발송되었습니다. 더보기
= $__to_more ?>
}
} // if()
?>
|
if ($mf['mf_cc']) { ?>
| 참조 |
= $mf['mf_cc'] ?> |
} // if() ?>
if ($mf['mf_bcc']) { ?>
| 숨은참조 |
= $mf['mf_bcc'] ?> |
} // if() ?>
| 제 목 |
// [2025-11-26] 전체메일이거나, 하위 편지함 포함일 때 제목 앞에 편지함 표시
if ( ! $_GET['mb_id'] || ($_GET['include_child'] && $mb_child_count > 0)) {
?>[= get_mail_box_info($mf['mb_id'], 'mb_name') ?>]
}
echo mail_importance_icon($mf['mf_importance']);
?>= $mf['mf_subject'] ?>
if ($G_SYS['MAIL_STAR_USE']) {
if ($mf['is_starred'] == 'Y') {
?>
} else {
?>
} // if()
} // if()
?>
if (! $_GET['window_open']) { ?>
} ?>
|
if ($mf['is_attachment']) { ?>
| 첨부파일 |
if (sizeof($mf['mf_attach_names']['name'])>1) { ?>
} ?>
|
} // if() ?>
피싱 방지를 위해 HTML(링크, 이미지 등)을 제한합니다.
안전한 메일이라면 [ HTML 보기]를 클릭해주세요.
피싱 방지를 위해 링크를 비활성화합니다.
안전한 메일이라면 [ 링크 활성화]를 클릭해주세요.
} ?>
|
if ($mf['notice_msg']) { ?>
|
= $mf['notice_msg'] ?>
|
} // if() ?>
if (($vEvent = mail_calendar_parse_data($mf_dir . $row['mf_filename'], $mf)) !== null) { // 일정 메일 미리보기 ?>
|
include(nskindir('webmail').'/mail_calendar_preview.inc.html') ?>
|
} // if() ?>
|
|