From 091b32bb4a07b6376604cd32fc91044f0c53177d Mon Sep 17 00:00:00 2001 From: Simba <leaping96@ajou.ac.kr> Date: Fri, 30 Oct 2020 20:47:38 +0900 Subject: [PATCH] =?UTF-8?q?=EC=95=88=EC=B0=BD=ED=9D=AC=20=EC=B5=9C?= =?UTF-8?q?=EC=A2=85=EA=B2=80=ED=86=A0=EC=A0=84=20=EC=88=98=EC=A0=95(4)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 906e6d3..648c685 100644 --- a/README.md +++ b/README.md @@ -400,11 +400,11 @@ For the first month or so, then, I was simply following out the implications of The first serious change I made was to add IMAP support. -내가 처음 한 중요한 변경사항은 IMAP 지원을 추가하는 것이었다. +처음 한 중요한 변경사항은 IMAP 지원을 추가하는 것이었다. I did this by reorganizing the protocol machines into a generic driver and three method tables (for POP2, POP3, and IMAP). -나는 프로토콜 머신을 일반 드라이버와 세 가지 메서드 테이블(POP2, POP3, IMAP용)으로 재구성했다. +나는 이것을 프로토콜 머신을 일반 드라이버와 세 가지 메서드 테이블(POP2, POP3, IMAP용)으로 재구성하는 식으로 수행했다. This and the previous changes illustrate a general principle that's good for programmers to keep in mind, especially in languages like C that don't naturally do dynamic typing: -- GitLab