Microsoft Most Valuable Professional

Chris Pietschmann

An MVP From Wisconsin

EMail (POP3, SMTP and MIME) looks complex but is in fact really simple

Email at first glance appears to be really complex, but once you look further down at how it work you will find out that Email is in fact really simple. POP3 and SMTP each only have about a handfull of command that you need to know to Send/Recieve email messages. The internet mail message format and MIME both appear complex, but are actually very simple and could be thought of as being somewhat object oriented. Really, the most complex part of email is MIME Attachments which is just complex because binary data is Base64 encoded. All you need is a Base64 Encode/Decode library.

I'm still working on my POP3/SMTP Email Client, nothing to show you guys yet. (I haven't had alot of time to work on it that last couple weeks.)

Be the first to rate this post

  • Currently 0/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5

Categories: General
Posted by crpietschmann on Friday, December 31, 2004 2:07 AM
Permalink | Comments (0) | Post RSSRSS comment feed


Merry Christmas, 2004!!

Merry Christmas all!! And 2005 is right around the corner!! Wahoo, Whidbey is closer to its release date!!

Be the first to rate this post

  • Currently 0/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5

Tags:
Categories: General
Posted by crpietschmann on Saturday, December 25, 2004 2:41 PM
Permalink | Comments (0) | Post RSSRSS comment feed


Can you have Windows 2003 Server display the Windows XP Visual Styles?

Yes, you can!! If must turn on the “Theme” service in Windows 2003 Server to enable the Windows XP Visual Styles. Then go to the Display Properties in the Control Panel and set the “Windows and Buttons“ dropdown on the Appearance tab to “Windows XP Style”. And like magic you can have Windows 2003 Server look just like Windows XP!!

Sweet!!

Currently rated 5.0 by 2 people

  • Currently 5/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5

Tags:
Categories: General
Posted by crpietschmann on Thursday, December 16, 2004 11:15 AM
Permalink | Comments (2) | Post RSSRSS comment feed


My Latest Project: POP3/SMTP EMail Client

I have currently and in the past had so many projects that I've wanted to create but just never actually went and fully developed them. Well, I have a new one I'm working on now and will force myself to finish it. I'm working on a POP3/SMTP EMail Client. I am working on making it support POP3 and SMTP for retrieving and sending email messages. I am also going to make it support the XMTP (eXtensible Mail Transfer Protocol) which is an XML transformation of the standard Internet Message Format. I'm thinking about using XMTP as the heart of how tha app saves messages to the hard drive. It'll be a little while 'till I get a EMail Client anyone can see, right now I'm working on creating a POP3 library and SMTP library that the client will actually use to retieve and send messages.

Be the first to rate this post

  • Currently 0/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5

Categories: General
Posted by crpietschmann on Tuesday, December 14, 2004 3:45 PM
Permalink | Comments (1) | Post RSSRSS comment feed

Microsoft VBScript compilation error '800a03e9' Out of Memory :: VBS has a code line length limit of 1022

VBScript has a maximum static string limit of 1,022 characters, and this error appears any time a line of code exceeds 1,022 characters.

http://support.microsoft.com/kb/q174634/

Be the first to rate this post

  • Currently 0/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5

Tags:
Categories: General
Posted by crpietschmann on Tuesday, December 07, 2004 3:57 PM
Permalink | Comments (2) | Post RSSRSS comment feed

About the author

I'm Chris Pietschmann, go to the About Me page to learn more about me.

Search

Sponsors

Web.Maps.VE - ASP.NET AJAX Virtual Earth Mapping Server Control

Recent comments

Disclaimer


This work is licensed under a Creative Commons Attribution 3.0 United States License, unless explicitly stated otherwise within the posted content.
© Copyright 2004 - 2008 Chris Pietschmann