Changeset 2040 for trunk/docsrc/exception-safe.dd
- Timestamp:
- 09/19/10 02:11:27 (2 years ago)
- Files:
-
- trunk/docsrc/exception-safe.dd (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/docsrc/exception-safe.dd
r659 r2040 317 317 $(OL 318 318 $(LI Perform the SMTP send operation.) 319 $(LI Copy the email to the "Sent"folder, which in POP is on the local319 $(LI Copy the email to the $(DOUBLEQUOTE Sent) folder, which in POP is on the local 320 320 disk, and in IMAP is also remote.) 321 321 ) 322 322 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, 324 and sent messages must actually appear in $(DOUBLEQUOTE Sent). 325 325 ) 326 326 … … 331 331 332 332 $(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 IMAP333 $(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 335 335 account (or on the local disk), the rights are proper, the connection 336 336 exists and works, etc.) … … 338 338 $(LI Send the message via SMTP.) 339 339 340 $(LI If sending fails, delete the message from "Sent". If the message340 $(LI If sending fails, delete the message from $(DOUBLEQUOTE Sent). If the message 341 341 succeeds, 342 change its title from "[Sending] <Subject>" to "<Subject>".342 change its title from $(DOUBLEQUOTE [Sending] <Subject>) to $(DOUBLEQUOTE <Subject>). 343 343 Both of these operation have a high probability to succeed. If the 344 344 folder is local, the probability of success is very high. If the folder
