HTML: Markup language
CSS: Styling language
JavaScript: Scripting language
Web APIs: Programming interfaces
All web technology
Learn web development
Discover our tools
Get to know MDN better
This page was translated from English by the community. Learn more and join the MDN Web Docs community.
View in English Always switch to English
우체국 프로토콜 (Post Office Protocol, POP3) 은 TCP 연결을 통해 메일 서버에서 이메일을 받기 위한 매우 일반적인 프로토콜입니다. POP3는 보다 더 복잡한 구조로 인해 구현하기가 더 어려운 최신 IMAP와 달리 폴더를 지원하지 않습니다.
클라이언트는 일반적으로 모든 메시지를 검색한 다음 서버에서 삭제하지만, POP3에서는 서버에 복사본을 보관할 수 있습니다. 거의 모든 이메일 서버와 클라이언트는 현재 POP3를 지원합니다.