接收pop3 Public Function Retrieve(ByVal rhs As Pop3Message) As Pop3Message Dim message, response As String Dim msg As New Pop3Message msg.bytes = rhs.bytes msg.number = rhs.number message = "RETR " + rhs.number.ToString + vbCrLf write(message) response = Respond() If response.Substring(0, 3) <> "+OK" Then Throw New Pop3Exception(response) End If MsgBox(msg) msg.retrieved = True While (1 = 1) response = Respond() If response = "." + vbCrLf Then Exit While Else msg.message += response End If End While Return msg End Function
標簽: Pop3Message Function Retrieve response
上傳時間: 2013-12-28
上傳用戶:fnhhs
Using short message service to encourage interactivity in the classroom.rar
標簽: interactivity encourage classroom message
上傳時間: 2015-05-13
上傳用戶:bruce
通過開啟NET MESSAGE服務傳輸消息的小工具,能最小化到系統托盤并響應菜單
上傳時間: 2015-05-17
上傳用戶:asdkin
本標準描述了PHS短消息網關(SMGW)和服務提供商(SP)之間、短消息網關(SMGW)和短消息網關(SMGW)之間的通信協議。本協議簡稱CNGP(China Netcom Short Message Gateway Protocol)
上傳時間: 2015-06-04
上傳用戶:璇珠官人
本標準描述了PHS短消息中心(SMSC)和外部短消息實體(ESME)之間的通信協議。本協議簡稱CNPP(China Netcom Short Message Peer to Peer Protocol)。
標簽: Peer Protocol Message Netcom
上傳時間: 2013-12-24
上傳用戶:tfyt
本發行說明包含了發行適用于 HP-UX 的 Sun Java System Message Queue 3 2005Q4 (3.6 SP3) 時可 用的重要信息。本說明主要介紹已知問題和限制以及其他信息。在使用 Message Queue 之前,請先 閱讀本文檔。
標簽: Message 2005Q4 System HP-UX
上傳時間: 2013-12-24
上傳用戶:qq521
This book, the Sun™ ONE Message Queue (MQ) 3.0.1 Administrator’s Guide, provides the background and information needed to perform administration tasks for an MQ messaging system. This preface contains the following sections: • Audience for This Guide • Organization of This Guide • Conventions • Other Documentation Resources
標簽: Administrator backgroun the provides
上傳時間: 2014-10-28
上傳用戶:shawvi
cobol code write the data in db2 into IMS s message q
上傳時間: 2014-11-23
上傳用戶:亞亞娟娟123
Examples using Message Authentication Codes (MACs) and Message Digests
標簽: Message Authentication Examples Digests
上傳時間: 2014-02-21
上傳用戶:tianjinfan
Hard-decision decoding scheme Codeword length (n) : 31 symbols. Message length (k) : 19 symbols. Error correction capability (t) : 6 symbols One symbol represents 5 bit. Uses GF(2^5) with primitive polynomial p(x) = X^5 X^2 + 1 Generator polynomial, g(x) = a^15 a^21*X + a^6*X^2 + a^15*X^3 + a^25*X^4 + a^17*X^5 + a^18*X^6 + a^30*X^7 + a^20*X^8 + a^23*X^9 + a^27*X^10 + a^24*X^11 + X^12. Note: a = alpha, primitive element in GF(2^5) and a^i is root of g(x) for i = 19, 20, ..., 30. Uses Verilog description with synthesizable RTL modelling. Consists of 5 main blocks: SC (Syndrome Computation), KES (Key Equation Solver), CSEE (Chien Search and Error Evaluator), Controller and FIFO Register.
標簽: symbols length Hard-decision Codeword
上傳時間: 2014-07-08
上傳用戶:曹云鵬