Show
Ignore:
Timestamp:
09/19/10 02:11:27 (2 years ago)
Author:
walter
Message:

typography

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/docsrc/exception-safe.dd

    r659 r2040  
    317317$(OL 
    318318$(LI Perform the SMTP send operation.) 
    319 $(LI Copy the email to the "Sent" folder, which in POP is on the local  
     319$(LI Copy the email to the $(DOUBLEQUOTE Sent) folder, which in POP is on the local  
    320320disk, and in IMAP is also remote.) 
    321321) 
    322322 
    323 $(P Messages should not appear in "Sent" that haven't been actually sent, 
    324 and sent messages must actually appear in "Sent"
     323$(P Messages should not appear in $(DOUBLEQUOTE Sent) that haven't been actually sent, 
     324and sent messages must actually appear in $(DOUBLEQUOTE Sent)
    325325) 
    326326 
     
    331331 
    332332$(OL 
    333 $(LI Copy the message to "Sent" with a changed title "[Sending]  
    334 <Subject>". This operation ensures there's space in the client's IMAP  
     333$(LI Copy the message to $(DOUBLEQUOTE Sent) with a changed title $(DOUBLEQUOTE [Sending]  
     334<Subject>). This operation ensures there's space in the client's IMAP  
    335335account (or on the local disk), the rights are proper, the connection  
    336336exists and works, etc.) 
     
    338338$(LI Send the message via SMTP.) 
    339339 
    340 $(LI If sending fails, delete the message from "Sent". If the message  
     340$(LI If sending fails, delete the message from $(DOUBLEQUOTE Sent). If the message  
    341341succeeds, 
    342 change its title from "[Sending] <Subject>" to "<Subject>".  
     342change its title from $(DOUBLEQUOTE [Sending] <Subject>) to $(DOUBLEQUOTE <Subject>).  
    343343Both of these operation have a high probability to succeed. If the  
    344344folder is local, the probability of success is very high. If the folder