接收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
上传用户:曹云鹏