Rebuild master menu
Showing
1 changed file
with
252 additions
and
0 deletions
... | @@ -106,6 +106,258 @@ Indices | ... | @@ -106,6 +106,258 @@ Indices |
106 | * Program Index:: All Mailutils Programs. | 106 | * Program Index:: All Mailutils Programs. |
107 | * Concept Index:: Index of Concepts. | 107 | * Concept Index:: Index of Concepts. |
108 | 108 | ||
109 | @detailmenu | ||
110 | --- The Detailed Node Listing --- | ||
111 | |||
112 | Mailutils Programs | ||
113 | |||
114 | * configuration:: Common Configuration File. | ||
115 | * authentication:: Authorization and Authentication Principles. | ||
116 | |||
117 | * frm and from:: List Headers from a Mailbox. | ||
118 | * mail:: Send and Receive Mail. | ||
119 | * messages:: Count the Number of Messages in a Mailbox. | ||
120 | * movemail:: Moves Mail from the User Maildrop to the Local File. | ||
121 | * readmsg:: Extract Messages from a Folder. | ||
122 | |||
123 | * sieve:: Mail Filtering Utility. | ||
124 | * guimb:: Mailbox Scanning and Processing Language. | ||
125 | |||
126 | * mail.local:: Deliver Mail to the Local Mailbox. | ||
127 | * mail.remote:: Pseudo-Sendmail Interface for Mail Delivery. | ||
128 | |||
129 | * mimeview:: Universal File Viewer. | ||
130 | |||
131 | * pop3d:: POP3 Daemon. | ||
132 | * imap4d:: IMAP4 Daemon. | ||
133 | * comsatd:: Comsat Daemon. | ||
134 | |||
135 | * mh:: The MH Message Handling System. | ||
136 | |||
137 | * mailutils-config:: Get the Information about the Mailutils Build. | ||
138 | |||
139 | Mailutils Configuration File | ||
140 | |||
141 | * common:: Options understood by most @sc{gnu} utilities. | ||
142 | * mailbox:: Specifies the mail spool location, and locking strategy. | ||
143 | * mailer:: Sets the mailer URL. | ||
144 | * address:: Specifies the default email address and domain. | ||
145 | * daemon:: Options common for daemon programs. | ||
146 | * auth:: Authentication-specific options. | ||
147 | * encryption:: Encryption options. | ||
148 | * logging:: Logging control options. | ||
149 | * sieve: sieve group. Sieve specific options | ||
150 | * config sample:: A sample configuration file. | ||
151 | |||
152 | @command{mail} --- Send and Receive Mail | ||
153 | |||
154 | * Invoking Mail:: Command Line Options. | ||
155 | * Specifying Messages:: How to Specify Message Sets. | ||
156 | * Composing Mail:: Composing Mail. | ||
157 | * Reading Mail:: Reading Mail. | ||
158 | * Scripting:: Scripting. | ||
159 | * Mail Variables:: How to Alter the Behavior of @command{mail}. | ||
160 | * Mail Configuration Files:: Personal and System-wide Configuration Files. | ||
161 | |||
162 | Composing Mail | ||
163 | |||
164 | * Quitting Compose Mode:: | ||
165 | * Getting Help on Compose Escapes:: | ||
166 | * Editing the Message:: | ||
167 | * Modifying the Headers:: | ||
168 | * Enclosing Another Message:: | ||
169 | * Adding a File to the Message:: | ||
170 | * Printing And Saving the Message:: | ||
171 | * Signing the Message:: | ||
172 | * Printing Another Message:: | ||
173 | * Inserting Value of a Mail Variable:: | ||
174 | * Executing Other Mail Commands:: | ||
175 | * Executing Shell Commands:: | ||
176 | |||
177 | Reading Mail | ||
178 | |||
179 | * Quitting the Program:: | ||
180 | * Obtaining Online Help:: | ||
181 | * Moving Within a Mailbox:: | ||
182 | * Changing mailbox/directory:: | ||
183 | * Controlling Header Display:: | ||
184 | * Displaying Information:: | ||
185 | * Displaying Messages:: | ||
186 | * Marking Messages:: | ||
187 | * Disposing of Messages:: | ||
188 | * Saving Messages:: | ||
189 | * Editing Messages:: | ||
190 | * Aliasing:: | ||
191 | * Replying:: | ||
192 | * Controlling Sender Fields:: | ||
193 | * Incorporating New Mail:: | ||
194 | * Shell Escapes:: | ||
195 | |||
196 | @command{movemail} --- Moves Mail from the User Maildrop to the Local File | ||
197 | |||
198 | * Movemail Options:: Description of the Available Options | ||
199 | * Summary:: Short Movemail Invocation Summary | ||
200 | |||
201 | @command{sieve} | ||
202 | |||
203 | * sieve interpreter:: A Sieve Interpreter | ||
204 | * sieve.scm:: A Sieve to Scheme Translator and Filter | ||
205 | |||
206 | A Sieve Interpreter | ||
207 | |||
208 | * Invoking Sieve:: | ||
209 | * Logging and Debugging:: | ||
210 | * Extending Sieve:: | ||
211 | |||
212 | @command{guimb} --- A Mailbox Scanning and Processing Language | ||
213 | |||
214 | * Specifying Scheme Program to Execute:: | ||
215 | * Specifying Mailboxes to Operate Upon:: | ||
216 | * Passing Options to Scheme:: | ||
217 | * Command Line Option Summary:: | ||
218 | |||
219 | @command{mail.local} --- Deliver Mail to the Local Mailbox | ||
220 | |||
221 | * Invocation:: Mail.local options | ||
222 | * MTA:: Using mail.local with various MTAs | ||
223 | * Mailbox Quotas:: Setting up mailbox quotas. | ||
224 | * Sieve Filters:: Implementing user-defined Sieve mail filters. | ||
225 | * Scheme Filters:: Implementing user-defined Scheme mail filters. | ||
226 | |||
227 | Using @command{mail.local} with Various MTAs | ||
228 | |||
229 | * Sendmail:: Using @command{mail.local} with Sendmail. | ||
230 | * Exim:: Using @command{mail.local} with Exim. | ||
231 | |||
232 | Setting up Mailbox Quotas | ||
233 | |||
234 | * DBM Quotas:: Keeping Quotas in DBM Database. | ||
235 | * SQL Quotas:: Keeping Quotas in SQL Database. | ||
236 | |||
237 | POP3 Daemon | ||
238 | |||
239 | * Login delay:: | ||
240 | * Auto-expire:: | ||
241 | * Bulletins:: | ||
242 | * Command line options:: | ||
243 | |||
244 | IMAP4 Daemon | ||
245 | |||
246 | * Namespace:: Namespace. | ||
247 | * Starting imap4d:: Invocation Options. | ||
248 | |||
249 | Comsat Daemon | ||
250 | |||
251 | * Starting comsatd:: Invocation. | ||
252 | * Configuring comsatd:: Configuration of @command{comsatd}. | ||
253 | * dot.biffrc:: A per-user configuration file. | ||
254 | |||
255 | Configuring @command{comsatd} | ||
256 | |||
257 | * General Settings:: | ||
258 | * Security Settings:: | ||
259 | * Access Control Lists:: | ||
260 | |||
261 | @acronym{MH} --- The MH Message Handling System | ||
262 | |||
263 | * Diffs:: Major differences between Mailutils MH and other MH | ||
264 | implementations. | ||
265 | |||
266 | Major differences between Mailutils MH and other MH implementations | ||
267 | |||
268 | * Format String Diffs:: | ||
269 | * Profile Variable Diffs:: | ||
270 | * Program Diffs:: | ||
271 | |||
272 | @command{mailutils-config} --- Get the Information about the Mailutils Build | ||
273 | |||
274 | * Compiler Flags:: Getting Compiler Flags. | ||
275 | * Loader Flags:: Getting Loader Flags. | ||
276 | * General Information:: Obtaining General Build Information. | ||
277 | |||
278 | Mailutils Libraries | ||
279 | |||
280 | * libmailbox:: The Core Library. | ||
281 | * libmuauth:: Auxiliary Library for Authenticating Users. | ||
282 | * libmu_scm:: Mailutils to Scheme Interface. | ||
283 | * libsieve:: GNU Implementation of Sieve Mail Filtering. | ||
284 | |||
285 | Framework | ||
286 | |||
287 | * Folder:: Folder. | ||
288 | * Mailbox:: Mailbox. | ||
289 | * Mailer:: Protocol Used to Send Mail. | ||
290 | * Message:: Message. | ||
291 | * Envelope:: Envelope. | ||
292 | * Headers:: Headers. | ||
293 | * Body:: Body. | ||
294 | * Attribute:: Attribute. | ||
295 | * Stream:: Stream. | ||
296 | * Iterator:: Iterator. | ||
297 | * Authenticator:: Authenticator. | ||
298 | * Address:: Address. | ||
299 | * Locker:: Locker. | ||
300 | * URL:: Uniform Resource Locators. | ||
301 | * Parse822:: Parsing RFC 822 headers. | ||
302 | * Mailcap:: Parsing RFC 1524 file. | ||
303 | |||
304 | Authentication Library | ||
305 | |||
306 | * Data Types:: | ||
307 | * Initializing libmuauth:: | ||
308 | * Module Creation and Destruction:: | ||
309 | * Obtaining Authorization Information:: | ||
310 | * Existing Modules:: | ||
311 | * Using libmuauth in Your Programs:: | ||
312 | |||
313 | Mailutils to Scheme Interface | ||
314 | |||
315 | * Address Functions:: | ||
316 | * Mailbox Functions:: | ||
317 | * Message Functions:: | ||
318 | * MIME Functions:: | ||
319 | * Logging Functions:: | ||
320 | * Other Functions:: | ||
321 | |||
322 | Using @file{libmu_scm} | ||
323 | |||
324 | * Direct Linking:: | ||
325 | * Dynamic Linking:: | ||
326 | |||
327 | Sieve Library | ||
328 | |||
329 | * Sieve Data Types:: | ||
330 | * Manipulating the Sieve Machine:: | ||
331 | * Logging and Diagnostic Functions:: | ||
332 | * Symbol Space Functions:: | ||
333 | * Memory Allocation:: | ||
334 | * Compiling and Executing the Script:: | ||
335 | * Writing Loadable Commands:: | ||
336 | |||
337 | Sieve Language | ||
338 | |||
339 | * Lexical Structure:: | ||
340 | * Syntax:: | ||
341 | * Preprocessor:: | ||
342 | * Require Statement:: | ||
343 | * Comparators:: | ||
344 | * Tests:: | ||
345 | * Actions:: | ||
346 | * GNU Extensions:: | ||
347 | |||
348 | Syntax | ||
349 | |||
350 | * Commands:: | ||
351 | * Actions Described:: | ||
352 | * Control Flow:: | ||
353 | * Tests and Conditions:: | ||
354 | |||
355 | Preprocessor | ||
356 | |||
357 | * #include:: Include the contents of a file. | ||
358 | * #searchpath:: Modify the current search path. | ||
359 | |||
360 | @end detailmenu | ||
109 | @end menu | 361 | @end menu |
110 | 362 | ||
111 | @node Introduction, Programs, Top, Top | 363 | @node Introduction, Programs, Top, Top | ... | ... |
-
Please register or sign in to post a comment