sback / r-email

Automatically exported from code.google.com/p/r-email

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Email writing from within REmail

GoogleCodeExporter opened this issue · comments

Currently REmail only allows one to read emails.
An important new feature is being able to _write_ emails, from within Eclipse, 
while programming.

The new feature should work as in the following:

1) the user selects
  * any number of classes from the "Package Explorer",
  * a chunk of code from the "Editor";
2) the user clicks on a button and a new panel for writing an email appears;
3) the user selects the correct mailing list among those for the current 
eclipse project;
4) the user fills the subject field;
5) the users completes the email body, in which he already finds:
 * at the beginning, the chunk of code selected, if any
 * at the end, the following string:
"related classes: <aList>" (where <aList> consists of a list of the fully 
qualified names of all the classes selected in the Package Explorer and/or the 
class that contains the selected code chunk.)
6) the user sends the email, which will be sent by using the credential 
provided in the REmail project properties.

Original issue reported on code.google.com by sba...@gmail.com on 15 Jul 2011 at 7:45

This can be completed only after issue #30 is completed.

Original comment by sba...@gmail.com on 15 Jul 2011 at 7:55

Original comment by baracchi...@gmail.com on 11 Aug 2011 at 1:25

  • Changed state: Fixed