data: MRA
authorFrantišek Kučera <franta-hg@frantovo.cz>
Mon, 12 Aug 2013 23:22:57 +0200
changeset 4831ac8462e5c0
parent 47 b87ea854d920
child 49 ec3eea6b2afc
data: MRA
data/dictionary.xml
     1.1 --- a/data/dictionary.xml	Mon Aug 12 22:44:21 2013 +0200
     1.2 +++ b/data/dictionary.xml	Mon Aug 12 23:22:57 2013 +0200
     1.3 @@ -269,6 +269,20 @@
     1.4  		<tag>messaging</tag>
     1.5  	</concept>
     1.6  	<concept>
     1.7 +		<term abbreviation="MRA" completeForm="message retrieval agent " language="en"/>
     1.8 +		<explanation language="en">
     1.9 +			<text>
    1.10 +				a software component that fetches e-mails from remote server (over POP3 or IMAP4 protocol)
    1.11 +				and then passes them to the MDA for local storage, or over SMTP to an MTA, or directly delivers it to the mailbox, or prints to standard output etc.;
    1.12 +				implements pull (not push) approach: fetches messages periodically (or on user's demand)
    1.13 +				instead of waiting for incoming messages and receiving them immediatelly when they emerge (like MTA does);
    1.14 +				examples of MRA: fetchmail, getmail
    1.15 +			</text>
    1.16 +		</explanation>
    1.17 +		<tag>computer</tag>
    1.18 +		<tag>messaging</tag>
    1.19 +	</concept>
    1.20 +	<concept>
    1.21  		<term abbreviation="" completeForm="sieve" language="en"/>
    1.22  		<explanation language="en">
    1.23  			<text>
    1.24 @@ -288,7 +302,7 @@
    1.25  		<term abbreviation="OOTO" completeForm="out of the office" language="en"/>
    1.26  		<explanation language="en">
    1.27  			<text>
    1.28 -				an automatic response on a message (e-mail, SMS etc.) which is sent when user is for example on vacation and can't respond immediately;
    1.29 +				an automatic response on a message (e-mail, SMS etc.) which is sent when the recipient is for example on vacation and can't respond immediately;
    1.30  				in case of e-mail it can be easily configured as a Sieve filter
    1.31  			</text>
    1.32  		</explanation>