| jwma Development - JwmaSendMail Specification | |
| Main | Deployment | Configuration | Architecture | Development | Screenshots | SF Project Site | |
| Index | Overview | Building | API Docs | Credits & Contributors | |
multipart/form-data handling support can be found in following annotated
UML class diagram.| acton=<target> | Description |
| message | Actions will be related to message. (OPTIONAL) |
| send (OPTIONAL) | |
| Description | Tries to send and/or store the given message and redirects to the last view. This method also handles draft storage, albeit without support for draft attachments. |
| Parameters | see parameters table |
| Redirects To | Last view |
| Method | doSendMessage() |
| URL example | <URI prefix>?acton=session&todo=login&username=some&password=body |
| HtmlHelper | |
| Parameter | Type | Description |
savedraft |
boolean (as String "true"/"false") | flag's request to store a message as draft instead of sending it |
to |
String | Receiver(s;comma
separated) of the message, nickname(s;comma seperated, starting with @), or a groupname (ending with :; for invisible, or :@; for visible recipient lists). Examples are: 1. somebody@work.tv,sombody@home.tv 2. @fred,george,nicky (recipient list invisible for receivers) 3. friends:@; (recipient list visible for receivers) 4. colleagues:; (recipient list invisible for receivers) |
ccto |
String | Carbon Copy receiver(s;comma separated) of the message |
bccto |
String | Blind Carbon Copy receiver(s;comma separated) of the message |
attachment |
transport encoded binary | attachment(s) of the message |
subject |
String | subject of the message |
body |
String | body of the message (i.e. content) |
signature |
String | signature of the sender (textual, not cryptographical!) |
toggleautosign |
boolean (as String "true"/"false") | toggles automatical signing setting |
togglerndappend |
boolean (as String "true"/"false") | toggles automatical random append setting |
mailidentity |
String | unique identifier of mailidentity to be used |
| © 2000-2003 jwma team |