## ## Sample character translation resource file for ## WinPMail v1.02, SMTP translation. ## Copyright (c) 1993, David Harris, All Rights Reserved. ## ## This file can be used to replace the default SMTP ## translation table used by PMail on outgoing non-MIME ## messages. ## ## Resource 0 in the file must be an SMTP translation table: ## it consists of high-bit characters followed immediately ## by the string of characters which PMail should use in ## place of the character in outgoing messages. Spaces ## delimit each entry. ## ## To use this file, make any necessary changes to it and ## compile it using the command "ResCom WPM-CHAR.R". Copy ## the resulting WPM-CHAR.RSC file into either your home ## mailbox if you want it to affect only you, or into the ## same directory as WINPMAIL.EXE if you want it to affect ## all users on the system. ## text TEXT_SMTP_TABLE { "C ue e a ae a a c e e e i i i AE A ", "E ee AE o oe o u u y OE UE c stlg yen ", "peseta florin a i o u n N a o ? + + ", ".5 .25 ! << >> | | | | + + | | + + ", "+ + + + - - | - + | | + + - - | - ", "+ - - - - + + + + + + + + a ss pi ", "Sigma Rho Tau Theta Omega delta o Epsilon ", "= +/- >= <= / o . sqrt ^n ^2" }; ## start edumerco addition ## Quiero ver los headers: ## X-POPFile-Link ## X-Text-Classification ## Luego de editarlo en el directorio [pmail-install]/resources ## correr en la linea de comando: ## rescom wpm-char.r ## Copiar el archivo resultante en el directorio [pmail-install] ## (para que sea valido en todo el sistema) ## o en un directorio de mail para que sea valido para ese usuario. ## Source: ## http://groups.google.com/groups?q=wpm-char+group:comp.mail.pegasus-mail.ms-windows&hl=es&lr=&ie=UTF-8&group=comp.mail.pegasus-mail.ms-windows&selm=o4isvug0d2jpuo1nn0l3rf2k3qiffuvhpq%404ax.com&rnum=1 typedef header_strings 35 { integer # The number of strings declared repeat string 20 # The SMTP header to MATCH (invariant) string 20 # What PMail should DISPLAY (may be translated # into other languages or used to provide # customized header text in the reader) }; header_strings reader_headers { 10, "FROM:", "From: ", "TO:", "To: ", "SUBJECT:", "Subject: ", "DATE:", "Date: ", "Sender:" "Sender: ", "REPLY-TO:", "Reply to: ", "CC:", "Cc: ", "BCC:", "Bcc: ", "X-POPFile-Link:", "PFlink: ", "X-Text-Classification:", "X-Text-Class.:", }; ## end edumerco addition