KR20030004159A - Register By E-Mail in Broadcast Board System - Google Patents

Register By E-Mail in Broadcast Board System Download PDF

Info

Publication number
KR20030004159A
KR20030004159A KR1020020061269A KR20020061269A KR20030004159A KR 20030004159 A KR20030004159 A KR 20030004159A KR 1020020061269 A KR1020020061269 A KR 1020020061269A KR 20020061269 A KR20020061269 A KR 20020061269A KR 20030004159 A KR20030004159 A KR 20030004159A
Authority
KR
South Korea
Prior art keywords
message
mail
bulletin board
database
mail address
Prior art date
Application number
KR1020020061269A
Other languages
Korean (ko)
Inventor
장원준
Original Assignee
장원준
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by 장원준 filed Critical 장원준
Priority to KR1020020061269A priority Critical patent/KR20030004159A/en
Publication of KR20030004159A publication Critical patent/KR20030004159A/en

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06QINFORMATION AND COMMUNICATION TECHNOLOGY [ICT] SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES; SYSTEMS OR METHODS SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES, NOT OTHERWISE PROVIDED FOR
    • G06Q50/00Systems or methods specially adapted for specific business sectors, e.g. utilities or tourism
    • G06Q50/10Services
    • G06Q50/60

Abstract

PURPOSE: A bulletin board having an e-mail address is provided to extend a merit of the conventional bulletin board by combining the merit of an MIME(Multipurpose Internet Mail Extension) message with the mediocrity of the SMTP(Simple Mail Transfer Protocol). CONSTITUTION: A server program extracts the e-mail address of the message by parsing a head of a message through the SMTP. The extracted e-mail address of a receiver is compared with the e-mail address corresponding to the bulletin board. If the e-mail address is valid, the message is sent to a program or a module for inputting to a database. The program receiving the message stores the head and a body in a corresponding field of the database by parsing the head and the body of the message and the message is selectively stored in the database or a hard disk.

Description

이메일 주소를 갖는 게시판 {Register By E-Mail in Broadcast Board System }Bulletin board with email address {Register By E-Mail in Broadcast Board System}

인터넷이 일방적인 정보 전달의 역할에서 동적이고 상호적인 컨텐츠 관리 기능을 갖게 되면서 인터넷은 커뮤니티의 형성에 커다란 공헌을 하고 있으며 새로운 문화양식을 만들어 내고 있다. 인터넷을 통한 시간과 공간의 제약을 벗어난 쌍방의 정보 교환은 오늘날 우리 사회에 있어서 필요 불가결한 요소가 되었다.As the Internet has a dynamic and interactive content management function in the role of unilateral information delivery, the Internet is making a great contribution to the formation of communities and creating new cultural styles. Both sides' exchange of information over time and space through the Internet has become an indispensable element in our society today.

본 발명은 다수를 대상으로 상호적이고 동적인 정보전달의 역할을 하는 인터넷 상의 컨텐츠 서비스를 통칭 게시판으로 명명하며, 이 게시판이 가지는 기능에 이메일에 의한 등록 기능을 추가해서 더욱 편리한 사용환경을 만들고자 한다.The present invention is to name a content board on the Internet that serves as a mutual and dynamic information delivery to a number of people as a collective bulletin board, and to create a more convenient environment by adding a registration function by e-mail to the function of the bulletin board.

기존의 게시판은 HTTP 프로토콜을 사용해서 웹브라우저 상에서 컨텐츠를 등록할 수 있고, 수정할 수 있으며, 구독할 수 있는 등 관련된 행위가 웹브라우저 라는 특정한 환경 내에서만 가능하다.Existing bulletin boards can register, modify, and subscribe content using a web browser using the HTTP protocol.

그런데, 일반적으로 게시판의 내용은 데이터베이스에서 관리가 된다. HTTP를 통한 글의 등록은 데이터베이스에 저장되며, 그 내용을 읽을 때 역시 웹 서버 프로그램이 데이터베이스에 엑세스해서 해당되는 내용을 가져와 HTTP프로토콜을 통해서 사용자의 웹브라우저에 보내준다.However, in general, the content of the bulletin board is managed in a database. The registration of articles through HTTP is stored in the database, and when reading the contents, the web server program accesses the database and retrieves the contents and sends them to the user's web browser through the HTTP protocol.

본 발명은 이와 같은 점에 착안을 해서, 게시판에 이메일 주소를 부여 그 주소로 이메일을 보내게 되면, 메일서버로부터 그 메시지를 받은 서버 프로그램이 해당 게시판이 사용하는 데이터베이스에 메시지의 내용을 저장하도록 하게 만든다. 다시 말하면 게시판 데이터베이스에 데이터를 추가하는 방식인 HTTP프로토콜을 이용 웹브라우저 상에서 등록하는 방식 외에 이메일 프로그램을 이용해서 글을 등록할 수 있는 방식이 추가된다.The present invention is based on the above point, give an e-mail address to the bulletin board, when sending an email to the address, the server program that receives the message from the mail server to store the contents of the message in the database used by the bulletin board Make. In other words, in addition to registering on a web browser using the HTTP protocol, which adds data to a bulletin board database, a method of registering a post using an email program is added.

이를 위해서는 서버 프로그램은 해당되는 포트 또는 메일 서버로부터온 메시지를 분석해서 해당 데이터베이스에 저장하는 역할을 한다.To do this, the server program analyzes messages from the corresponding port or mail server and stores them in the database.

본 발명은 MIME 메시지의 장점과 SMTP(ESMTP) 프로토콜이 갖는 범용성을 접목해서 기존의 게시판이 갖고 있는 장점을 확대하고자 한다.The present invention intends to expand the advantages of the existing bulletin board by combining the advantages of the MIME message and the generality of the SMTP (ESMTP) protocol.

본 발명은 이메일을 이용해서 메일 서버로부터 데이터를 추출하는 과정을 거쳐 게시판에 글을 등록하는 것을 가능하게 만들어 더욱 다양한 방식으로 글(Content) 등록을 가능하도록 만들며, MIME메시지 방식을 이용해서 다양한 형식의 자료들을 등록할 수 있도록 만들어 줌으로써 기존의 게시판이 갖고 있는 제한적인 측면을 극복하고자 한다.The present invention makes it possible to register a post on a bulletin board through the process of extracting data from a mail server using e-mail, thereby enabling the contents to be registered in various ways, and by using a MIME message method. By making it possible to register materials, we want to overcome the limitations of existing bulletin boards.

본 발명은 이러한 목적을 달성하기 위해서 이메일 게시판 시스템 및 그 방법을 제시한다.The present invention provides an email bulletin board system and method thereof for achieving the above object.

먼저 이메일 게시판은 고유한 이메일 주소(E-Mail Address)를 갖는다. 이 이메일 아이디로 이메일을 보낸 경우 적절한 인증과정을 거쳐서 데이터베이스에 등록되어 이를 통해서 다른 사용자들이 해당 게시판을 통해 그 내용을 볼 수 있다. 사용자가 게시판에 글을 등록할 때, 웹상에서 일반적으로 사용되는 방법인 HTTP FORM 방식으로 글을 등록하길 원하지 않거나 그 방식을 사용할 수 없을 때 이메일 등록 기능을 사용하면 된다.First, the e-mail bulletin board has a unique e-mail address. If you send an e-mail with this e-mail ID, it will be registered in the database through the proper authentication process, so that other users can see the contents through the bulletin board. When a user registers a message on a bulletin board, the email registration function can be used when the user does not want or cannot use the HTTP FORM method, which is a commonly used method on the web.

본 발명은 구체적으로 다음과 같은 단계로 구성된다.The present invention specifically consists of the following steps.

첫번째 단계로, 서버 프로그램은 SMTP로 들어온 메시지의 헤드(Head)를 분석(Parsing)해서 받는 이의 이메일주소를 추출한다.In the first step, the server program parses the head of the message into SMTP and extracts the recipient's email address.

두번째는 추출된 받는 이의 이메일 주소를 게시판에 해당되는 이메일 주소와 비교한다. 비교 결과 그 이메일 주소가 유효하면, 메시지를 데이터베이스에 입력하는 프로그램 또는 모듈로 보낸다.Second, the extracted recipient's email address is compared with the email address corresponding to the bulletin board. If the comparison shows that the email address is valid, the message is sent to a program or module that enters the database.

세번째, 메시지를 받은 프로그램은 메시지의 머릿말(Head)와 내용(Body)를 분석(Parsing)해서 해당되는 해당 데이터베이스의 필드에 저장하고, 원본 메시지는 필요에 따라서 데이터베이스 또는 하드디스크에 저장한다.Third, the program that receives the message parses the header and body of the message and stores it in the fields of the corresponding database. The original message is stored in the database or hard disk as needed.

이상과 같은 과정에 의해서 이메일 메시지는 데이터베이스와 저장장치에 저장된다.By the above process, the e-mail message is stored in the database and the storage device.

이메일을 확인하는 과정은 기존의 게시판과 거의 동일하다. 데이터베이스에서 유저의 요구에 맞는 데이터들을 가져와서 리스트로 보여주며, 게시판의 구체적인 내용은 데이터베이스 또는 파일로 저장된 메시지를 적절히 가공해서 유저가 브라우저를 통해서 볼 수 있도록 한다.The process of checking e-mail is almost identical to the existing bulletin board. The data that meets the user's needs is retrieved from the database and displayed as a list, and the details of the bulletin board are processed by the message stored in the database or file so that the user can view it through a browser.

이상에서 설명한 바와 같이 이메일 게시판은 게시판에 각각의 고유한 아이디를 부여함으로써 게시를 하는 방식을 다양화 시켰다. 이를 통해서 사용자는 인터넷 상의 웹브라우저 환경이 아닌 곳에서도 게시판에 필요한 내용을 등록할 수 있다. 대부분의 모바일 환경에는 이메일 클라이언트가 설치되어 있기 때문에 이를 통해서 글을 등록하는 것이 가능하기 때문에 현재의 게시판을 좀 더 유용하고 적실하게 사용할 수 있는 효과가 있다.As described above, the e-mail bulletin board has diversified the posting method by assigning each unique ID to the bulletin board. This allows the user to register the necessary information on the bulletin board even in a non-web browser environment on the Internet. Since most mobile environments have an email client installed, it is possible to register posts through this, which makes the current bulletin board more useful and proper.

더불어 이메일 메시지는 MIME을 사용하기 때문에 더욱 다양한 형식과 내용의 글을 등록할 수 있는 효과도 있다.In addition, email messages use MIME, which allows you to register posts in a wider variety of formats and content.

Claims (1)

이메일을 통한 게시판 등록 방법으로서,To register a bulletin board via email, 이메일을 갖는 게시판으로 사용자가 이메일을 보내는 제 1 단계와 메시지를 적절하게 분석해서 해당되는 데이터베이스에 등록하는 제 2 단계, 그 데이터베이스를 이용해서 게시판 내용이 보여지는 제 3 단계로 요약된다.The first step of sending an e-mail to a bulletin board having an e-mail, the second step of properly analyzing and registering a message in a corresponding database, and the third step of displaying the bulletin board contents using the database. 이메일 게시판은 동시에 일인 이상의 유저가 등록, 수정, 삭제, 보기 등을 할 수 있는 인터넷 상의 컨텐츠 서비스를 의미한다. 등록, 수정, 삭제 기능은 일인에 국한되는 경우도 있지만, 보기 기능은 반드시 다수를 대상하는 하는 인터넷 서비스이다.The e-mail bulletin board refers to a content service on the Internet through which one or more users can simultaneously register, modify, delete, and view. The registration, modification, and deletion functions may be limited to one person, but the viewing function is an Internet service that necessarily covers a large number.
KR1020020061269A 2002-10-08 2002-10-08 Register By E-Mail in Broadcast Board System KR20030004159A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
KR1020020061269A KR20030004159A (en) 2002-10-08 2002-10-08 Register By E-Mail in Broadcast Board System

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
KR1020020061269A KR20030004159A (en) 2002-10-08 2002-10-08 Register By E-Mail in Broadcast Board System

Publications (1)

Publication Number Publication Date
KR20030004159A true KR20030004159A (en) 2003-01-14

Family

ID=27728669

Family Applications (1)

Application Number Title Priority Date Filing Date
KR1020020061269A KR20030004159A (en) 2002-10-08 2002-10-08 Register By E-Mail in Broadcast Board System

Country Status (1)

Country Link
KR (1) KR20030004159A (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR20040086994A (en) * 2003-04-04 2004-10-13 (주)코모콤 A blog system and a method for uploading a document on a blog page by using e-mail
CN111399769A (en) * 2020-02-26 2020-07-10 武汉思普崚技术有限公司 Storage method and device for uploading files in MIME format

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR20040086994A (en) * 2003-04-04 2004-10-13 (주)코모콤 A blog system and a method for uploading a document on a blog page by using e-mail
CN111399769A (en) * 2020-02-26 2020-07-10 武汉思普崚技术有限公司 Storage method and device for uploading files in MIME format

Similar Documents

Publication Publication Date Title
WO2018141224A1 (en) Group message read-status display method, instant messaging client, and server
US6505233B1 (en) Method for communicating information among a group of participants
US11416875B2 (en) Techniques for integrating external content from advertising services into client applications
US20080208956A1 (en) Content aggregation and sharing system
GB2366038A (en) Information communication system, information communication method and information provision method
US20100070896A1 (en) Symbol Based Graphic Communication System
KR20030004159A (en) Register By E-Mail in Broadcast Board System
JP2004289491A (en) Electronic mail management system
KR20110118073A (en) An information offer service system and way of an object-oriented contiguity approch format
KR20110118085A (en) An information offer service system and way of an object-oriented contiguity approach format
US20030182381A1 (en) Electronic mail delivery refusal method, electronic mail delivery refusal device and storage medium recording a program enabling a computer to execute the method
KR20000050178A (en) The method and system to serve information classified by regions, through the internet
KR20010092030A (en) Method for sending an Internet-Card
JP2002055933A (en) System and method for distributing electronic mail
JP2004178264A (en) Electronic bulletin board system
JP3836734B2 (en) Message exchange support method, message exchange support system, and program
KR100612224B1 (en) system and method for generating and transmitting address of contents noticed in bulletin board
JP2003348236A (en) Message transmission system and message transmission server
KR20010083474A (en) Apparatus and Method for servicing e-mail account as multi language
JP3088313B2 (en) Email system and email server
JPWO2002091192A1 (en) Information distribution system using mobile terminals
CN115330429A (en) Storage medium, transmission support apparatus, and transmission support method
KR20000030838A (en) Electronic mail system
JP2002026961A (en) Electronic mail processing unit and electronic mail processing method
JP2003337879A (en) Device and method for managing report

Legal Events

Date Code Title Description
A201 Request for examination
E902 Notification of reason for refusal
E601 Decision to refuse application