跳到主要內容

臺灣博碩士論文加值系統

(216.73.216.106) 您好!臺灣時間:2026/04/02 06:41
字體大小: 字級放大   字級縮小   預設字形  
回查詢結果 :::

詳目顯示

我願授權國圖
: 
twitterline
研究生:鄭宇恒
研究生(外文):Yuu-Heng Cheng
論文名稱:iMail-一個WAP電子郵件系統
論文名稱(外文):iMail - A WAP Mail Retrieving System
指導教授:林一平林一平引用關係饒仲華饒仲華引用關係
指導教授(外文):Yi-Bing LinHerman Rao
學位類別:碩士
校院名稱:國立交通大學
系所名稱:資訊工程系
學門:工程學門
學類:電資工程學類
論文種類:學術論文
論文出版年:2001
畢業學年度:89
語文別:英文
中文關鍵詞:無線應用協定電子郵件電子信件電子郵件系統讀信系統
外文關鍵詞:WAPWireless Application Protocolmailing systemIMAPInternet Message Access Protocolelectronic mail
相關次數:
  • 被引用被引用:2
  • 點閱點閱:355
  • 評分評分:
  • 下載下載:0
  • 收藏至我的研究室書目清單書目收藏:1
近年來,輕薄型電子裝置 (thin clients),例如個人數位助理、手機或是網路家電 (Internet Appliances, IA) 等,紛紛投入網際網路的懷抱。相較於一般個人電腦,輕薄型電子裝置的運算能力較低、顯示螢幕較小、記憶容量較少及使用者輸入介面較為不方便。因此,網路與使用者間的互動關係將有別於原以個人電腦為主的世界。網路端不再將資料原封不動地由一個裝置傳送到另一個裝置上,而是依不同裝置的限制,將資料做適當的改變,以便於與各種輕薄型電子裝置互動。目前網際網路的協定 (protocol) 大部份是為個人電腦而設計的。這樣的網路協定並不適用於以輕薄型電子裝置為主的新環境。針對這個新的網路環境,本論文以電子信件讀取系統為例,設計一套便於輕薄型電子裝置使用的系統,稱為iMail,並且以無線應用協定 (Wireless Application Protocol, WAP) 實作iMail系統。實作結果顯示,以輕薄型電子裝置為主的新式網路環境,因種種的限制,在系統設計上與原網路環境有顯著的不同。針對輕薄型電子裝置的限制,本論文提出四項功能便於電子信件的讀取:信件過濾、二階段擷取、回復建議以及新信通知。信件過濾表示iMail 系統會基於使用者所設定的過濾條件,僅僅將重要的信件送達到使用者的輕薄型電子裝置。二階段擷取是用於減少傳送不必要的資料。回復建議功能藉由使用者過去的回信行為,針對目前閱讀的信件,以選單的方式建議應該回復那些訊息並寄給那些人。這項功能可減少使用者在輕薄型電子裝置上輸入文字所耗費的時間。針對新信通知,本論文還提出了三個機制:經常性詢問(polling)、轉寄(forward)及中繼轉送(relay)。除此之外,藉由實作iMail 的經驗,本論文亦提出一些設計及實作WAP應用程式的方針。本論文更提出IMAP+,亦即將iMail的功能植入到IMAP(Ineternet Message Access Protocol)中的構想。
Thin clients such as Personal Data Assistant (PDA), cellular phone, and Internet appliances (IA) are joining the Internet community. The common characteristics among these thin devices are their limited computing power, display, memory, and input interface. The network and user interaction would be changed. Network cannot simply be a dump pipe simply delivering data from devices to devices. The data information provided should adapt the different limitations of various devices. Many Internet protocols design guideline are based on assumptions that end-point devices are PC computers, and the protocols do not fit in such new environment. We design a mail retrieving system named iMail to facilitate email access for thin clients. We use Wireless Application Protocol (WAP) as an implementation environment to demonstrate the system and user interface design constrains for thin clients. To support mail retrieving in a mobile environment, we implement a mail agent with several features: mail filtering, two-phase fetching, response recommendation, and notification mechanism. Based on the user’s filter options, mail filtering delivers only urgent mails to the thin clients. Two-phase fetching is used to reduce transmission overhead of message delivery. The response recommendation suggests response operation and messages for user. This feature helps user reduce text typing through the unhandy input interface of thin clients. We also propose three mail notification mechanisms for iMail. When a new mail arrives, the mail notification mechanism informs iMail users immediately. Through the descriptions of the iMail features, this paper provides design and implementation guidelines for WAP applications. Furthermore, we propose IMAP+ that integrates the features of iMail system into IMAP. With IMAP+, the user mail server can directly support a flexible and convenient interface for wireless thin clients.
ABSTRACT iii
Acknowledgement iv
Contents v
List of Tables vii
List of Figures viii
Chapter 1 Introduction
Chapter 2 iMail Architecture
2.1 Personalization Engine
2.2 Receiving Engine
2.3 Interface Translation
2.4 Response Engine
2.5 User Operation
Chapter 3 iMail Features
3.1 Mail Filtering
3.2 Action Parameters
3.3 Response Recommendation
3.4 Two-Phase Fetching
Chapter 4 iMail Implementation
4.1 WAP User Interface for iMail
4.2 iMail and Mail Server Interaction
4.3 Other Implementation Issues
4.3.1 Handset Capabilities
4.3.2 WML Character Set
Chapter 5 Mail Notification Mechanisms
Chapter 6 IMAP+
6.1 Mail Filtering
6.2 Action Parameters
6.3 Response Recommendation
6.4 Device Capability Transcoding
6.5 New Mail Notification
6.6 From IMAP to IMAP+
Chapter 7 Conclusion
Reference
Appendix
封面
中文摘要
ABSTRACT
Acknowledgement
Contents
List of Tables
List of Figures
Chapter 1 Inroduction
Chapter 2 iMil Architecture
2.1 Personalization Engine
2.2 Receiving Engine
2.3 Interface Translation
2.4 Response Engine
2.5 User Operation
Chapter 3 iMail Features
3.1 Mail Filtering
3.2 Action Parameters
3.3 Response Recommendation
3.4 Two-Phase Fetching
Chapter 4 iMail Implementation
4.1 WAP User Interface for iMail
4.2 iMail and Mail Server Interaction
4.3 Other Implementation Issues
4.3.1 Handset Capabilities
4.3.2 WML Character Set
Chapter 5 Mail Notification Mechanisms
Chapter 6 IMAP+
6.1 Mail Filtring
6.2 Action Parameters
6.3 Response Recommendation
6.4 Device capability Transcoding
6.5 New Mail Notification
6.6 From IMAP to IMAP+
Chapter 7 Conclusion
Reference
Appendix iMail Source
Curriculum Vitae
[1] WAP Forum. “Wireless Application Protocol White Paper”, June-1999.
URL: http://www.wapforum.org/
[2] WAP Forum. “Wireless Application Protocol Architecture Specification”, 30-April-1998.
URL: http://www.wapforum.org/
[3] ETSI/TC. Digital cellular telecommunications system (Phase 2+); General Packet Radio Service (GPRS); Service description; Sate 2 (GSM 03.60 version 7.0.0 Release 1999). Technical Report Recommendation GSM 03.60, ETSI, 1999.
[4] WAP Forum. “Wireless Datagram Protocol Specification”, 30-April-1998.
URL: http://www.wapforum.org/
[5] WAP Forum. “Wireless Markup Language Specification”, 16-June-1999.
URL: http://www.wapforum.org/
[6] WAP Forum. “Wireless Application Environment Overview”, 04-November-1999.
URL: http://www.wapforum.org/
[7] WAP Forum. “Wireless Markup Language Script”, 04-November-1999.
URL: http://www.wapforum.org/
[8] WAP Forum. “Wireless Telephony Application Specification”, 08-November-1999.
URL: http://www.wapforum.org/
[9] WAP Forum, “Wireless Telephony Application Interface”, 08-November-1999.
URL: http://www.wapforum.org/
[10] WAP Forum. “Wireless Application Environment Specification”, 04-November-1999.
URL: http://www.wapforum.org/
[11] WAP Forum. “Wireless Session Protocol”, 05-November-1999.
URL: http://www.wapforum.org/
[12] WAP Forum. “Wireless Transaction Protocol Specification”, 11-June-1999.
URL: http://www.wapforum.org/
[13] WAP Forum. “Wireless Transport Layer Security Protocol”, 05-November-1999.
URL: http://www.wapforum.org/
[14] ETSI/TC. Mobile Application Part (MAP) Specification, Version 4.8.0. Technical Report Recommendation GSM 09.02, ETSI, 1994.
[15] Lin, Y.-B. and Chlamtac, I.. Wireless and Mobile Network Architectures. John Wiley & Sons, 2000.
[16] M. Crispin. RFC2060 Internet Message Access Protocol – Version 4rev1; December 1996.
[17] Phone.com Software Developer’s Kit (UP.SDK) 4.0, Phone.com, 1999. URL: http://developer.phone.com/
[18] YOSPACE. SmartPhone Emulator version 1.0 beta, 2000.
URL: http://www.yospace.com/
[19] Nokia. Nokia WAP Toolkit URL: http://www.forum.nokia.com/
[20] Ericsson WapIDE Service Development Kit URL: http://www.ericssson.com/WAP/
[21] Nokia. “Developer’s Guide” Nokia WAP Toolkit version 1.1. JUN-1999. URL: http://www.forum.nokia.com/
[22] Nokia. “WML Reference” Nokia WAP Toolkit version 1.1. JUN-1999. URL: http://www.forum.nokia.com/
[23] “MIME (Multipurpose Internet Mail Extensions) Part One: Mechanisms for Specifying and Describing the Format of Internet Message Bodies” IETF RFC 1521
[24] Abraham Silberschatz and Peter Baer Galvin. Operating System Concepts, Fifth Edition, Addison Wesley, USA, 1999.
[25] W3C. Extensible Markup Language (XML) URL: http://www.w3c.org/XML/
[26] Malcolm Beattie. Perl Mail::Cclient module, Version 0.5, University of Washington IMAP Information Center, 1999. URL: http://www.washington.edu/imap/
[27] Nokia WAP developer Forum, FAQ: Nokia 7110 related questions,
URL: http://www.forum.nokia.com/wapforum/main/1,6668,1_1_30_3_2,00.html
[28] Martin Schwartz. Perl Unicode::Map module, Version 0.105, 1998. URL:http://wwwwbs.cs.tu-berlin.de/~schwartz/perl/
[29] WAP One Discuss Forum,
URL: http://www.wapone.com.tw/Layout.asp?Page=Forum&Forum=discussion
[30] AnyWhereYouGo.com. Wireless data-enabled devices: phones,
URL: http://www.anywhereyougo.com/ayg/ayg/Content.po?name=wap/Devices
[31] Marshell Rose. RFC1081 Post Office Protocol version 3 (POP3); Nov. 1988.
[32] Voice eXtensible Markup Language (Voice XML). URL: http://www.voicexml.org/
[33] Kevin H.W. Shen and Danial C.H. Lee. “WAP Mail Serve and Short Message Service for Mobile CRM (Customer Relationship Management)”, Proc. Int. Sym. on Multimedia Software Engineering, IEEE, 2000.
[34] W. Cohen. “Learning Rules that Classify E-Mail”, AAAI Spring Symposium on Machine Learning in Information Access, 1996.
[35] S. Dumais, J. Platt, D. Heckerman, and M. Sahami. “Inductive Learning Algorithms and Representations for text categorization”. Proc. of ACM-CIKM98, 1998.
[36] D. Lewis, R. Schapire, J. Callan, and R. Papka. “Training Algorithms for Linear Text Classifiers”, SIGIR, p298-306, 1996.
[37] J. Holland. Adaption in Natural and Artificial Systems, University of Michigan press, Ann Arbor, Mich., 1975.
[38] D.E. Goldberg. Genetic Algorithms in Search, Optimization, and Machine Learing, Addison Wesly Inc., Reading, Mass., 1989.
[39] Chang-Jiun Tsai, Shian-Shyong Tseng, and Her-Tsaan Cheng. “Intelligent E-mail Management System”, IEEE, 1999.
[40] W3C. Resource Description Framework (RDF). URL: http://www.w3c.org
[41] Internet Mail Consortium, “vCard – The Electronic Business Card Version 2.1”, Sept. 1996. URL: http://www.imc.org/pdi/vcard-21.txt
QRCODE
 
 
 
 
 
                                                                                                                                                                                                                                                                                                                                                                                                               
第一頁 上一頁 下一頁 最後一頁 top