当前位置: 网学 > 编程文档 > VB > 正文

用VB实现一个简单的ESMTP客户端

来源:Http://myeducs.cn 联系QQ:点击这里给我发消息 作者: 用户投稿 来源: 网络 发布时间: 12/10/16
下载{$ArticleTitle}原创论文样式
p;         c1 = base64DecodeChars(Asc(Mid(str, i + 1, 1)) And 255)
            i = i + 1
        Loop While (i < len1 And c1 = -1)
        If (c1 = -1) Then
            base64decode = out
            Exit Function
        End If
   
        Do
            c2 = base64DecodeChars(Asc(Mid(str, i + 1, 1)) And 255)
            i = i + 1
        Loop While (i < len1 And c2 = -1)
        If (c2 = -1) Then
            base64decode = out
            Exit Function
        End If
        out = out + Chr((c1 * 4) Or ((c2 And 48) \ 16))

        Do
            c3 = base64DecodeChars(Asc(Mid(str, i + 1, 1)) And 255)
            i = i + 1
            If (c3 = 61) Then
                base64decode = out
                c3 = base64DecodeChars(c3)
            End If
        Loop While (i < len1 And c3 = -1)
        If (c3 = -1) Then
            base64decode = out
            Exit Function
        End If
        out = out + Chr(((c2 And 15) * 16) Or ((c3 And 60) \ 4))

        Do
            c4 = base64DecodeChars(Asc(Mid(str, i + 1, 1)) And 255)
            i = i + 1
            If (c4 = 61) Then
                base64decode = out
             
  • 下一篇资讯: VB与数据连接的心得
  • 网学推荐

    免费论文

    原创论文

    浏览:
    设为首页 | 加入收藏 | 论文首页 | 论文专题 | 设计下载 | 网学软件 | 论文模板 | 论文资源 | 程序设计 | 关于网学 | 站内搜索 | 网学留言 | 友情链接 | 资料中心
    版权所有 QQ:3710167 邮箱:3710167@qq.com 网学网 [Myeducs.cn] 您电脑的分辨率是 像素
    Copyright 2008-2015 myeducs.Cn www.myeducs.Cn All Rights Reserved
    湘ICP备09003080号