Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The code and documentation of the µC/POP3c module are organized in a directory structure according to “AN 2002, µC/OS-II Directory Structure.” Specifically, the files may be found in the following directories:

...

\Micrium\Software\uC-POP3c

...

This is the main directory for µC/POP3c.

...

\Micrium\Software\uC-POP3c\Doc

...

...

This directory contains all µC/POP3c documentation files, including this user’s manual.

...

\Micrium\Software\uC-POP3c\Cfg\Template

...

This directory contains a template of µC/POP3c configuration.

...

...

\Micrium\Software\uC-POP3c\Source

...

...

This directory contains the µC/POP3c source code. This protocol is implemented in two OS independent files:

...

pop3-c.c
pop3-c.h

...

Note that the ‘-

...

c’ after ‘pop3stands for client and thus contains ‘client’ side code.

...

Required modules

...

µC/POP3c requires the µC/CPU, µC/LIB, and µC/TCP-IP modules. If the network security manager is to be used, a security layer module (i.e µC/SSL) is required. Please refer to the µC/POP3c release notes document for required version information.