Constants and macros for managing MIME encoding. More...
Go to the source code of this file.
Variables | |
const int | IndexHex [128] |
Lookup table for ASCII hex digits. | |
const char *const | BodyTypes [] |
Common MIME body types. | |
const char *const | BodyEncodings [] |
Common MIME body encodings. | |
const char | MimeSpecials [] = "@.,;:<>[]\\\"()?/= \t" |
Characters that need special treatment in MIME. | |
Constants and macros for managing MIME encoding.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with this program. If not, see http://www.gnu.org/licenses/.
Definition in file mime.c.
const int IndexHex[128] |
Lookup table for ASCII hex digits.
const char* const BodyTypes[] |
const char* const BodyEncodings[] |