* contrib/hbtop/popcli.prg
! Fixed: METHOD top( nMsgId )
::inetSendAll( ::SocketCon, "TOP " + hb_ntos( nMsgId ) + " 0 " + ::cCRLF )
=>
::inetSendAll( ::SocketCon, "TOP " + hb_ntos( nMsgId ) + " 0" + ::cCRLF )
+ Added: following convinient methods:
METHOD getTop( nMsgId, lAsArray ) -> arrayOrStringOfHeaderOF_nMsgId
METHOD getMessageRaw( nMsgId, lAsArray ) -> arrayOrStringOfEntireMessageOF_nMsgId
METHOD getBody( nMsgId, lAsArray ) -> arrayOrStringOfMessageBodyOF_nMsgId
METHOD getSubject( nMsgId ) -> cSubjectLineOF_nMsgId
9.0 MiB
9.0 MiB
The file is too large to be shown.
View Raw