source: trunk/ChangeLog @ 260

Last change on this file since 260 was 260, checked in by bas, 15 years ago

email2trac.py.in:

  • Property svn:mime-type set to text/x-trac-wiki
File size: 21.5 KB
RevLine 
[256]12009-XX-XX
2  * Fixed in parsing the reflow parameter, closes #123
3    Reported by: tomasz dot sterna at sensisoft dot com
4    Fixed by: Bas van der Vlies
5
[259]6   * implemented workflow for tickets that are reopend, closes #70
7     Reported by: hju att jochenkuhl dot de
8     Author by: Bas van der Vlies
9
[260]10   * added FullBlogPlugin support. So we can update/create the blogs via email, #116
11     Authors: Bas van der Vlies & lucas dot eisenzimmer at t-systems-mms dot com
12
[254]132009-01-30
[249]14  * applied patch exit with non-zero return code on failure, closes #117
15    Author: admin-egon at ikw dot uos dot de
16    Applied by : Bas van der Vlies
17
[251]18  * Ticket update with attachments did not work, closes #120
19    Reported by: Alexander Verkooijen (alexander at sara dot nl)
20    Fixed by: Bas van der Vlies
21
22  * Removed obsolete code
23    Author :  Bas van der Vlies
24
25  * When email address is known then the author name and email address
26    is used from the preference tab.  The match is case insensitive,
27    closes #118
28    Reported by: Pusateri, Matthew <Matthew dot Pusateri at tekelec dot com
29    Fixed by: Bas van der Vlies
30
[254]31  * Ticket id is not reported as ticket change, eg:
32    {{{
33        *   id  set to 118
34    }}}
[251]35    Author :  Bas van der Vlies
36
[246]372009-01-19
[232]38  * applied patch to support RFC 3676 (format=flowed), closes #94, #99
[231]39    This patch adds a new option: reflow (default: False/0)
40    Author: ben at fetchsoftworks dot com
41    Applied by : Bas van der Vlies
42
43  * Fixed a bug in reply_all option, closes #95
44    Reported by: gmcgrath at princeton dot edu
45    Fixed by: Bas van der Vlies
46
[233]47  * Applied a patch for default values for custom ticket fields, closes #101
48    Author: ben at fetchsoftworks dot com
49    Applied by: Bas van der Vlies
50
[245]51  * Fixed a bug that a ticket was not updated when we only update ticket
52    field(s) via email (empty body email), closes #113
[241]53    Reported by: winnie at debian dot org
54    Fixed by: Bas van der Vlies
55 
[245]56  * Better support for inline attachments and multiple body parts, closes #105,
57    #80. Inline images in email are also shown in the ticket with the trac
58    [[Image(..)]] macro.
[241]59    Author: ben at fetchsoftworks dot com
60
[246]61  * More versatile support for Apple attachments. closes #106
[245]62    for explanation read:
63    - https://subtrac.sara.nl/oss/email2trac/wiki/Email2tracConfiguration#AppleAttachmentsoptions
[241]64    Author: ben at fetchsoftworks dot com
65
[245]66  * Applied a patch that solves problems with Window attachments, closes #110,
67    #93.
[242]68    Author: martin.poeschmann add eiskonzept dot com   
69    Applied by: Bas van der Vlies
70
[228]712008-10-13
[213]72  * Fixed a bug in email_header formating. When an email2trac ticket
73    was updated via the web interface it would trigger a description
74    field update.
75
76    Fixed by: Bas van der Vlies
77
[216]78  * Reopen closed ticket if an update is received via email, closes #70
79    Requested by: Garrett McGrath gmcgrath add princeton dot edu
80    Fixed by: Bas van der Vlies
81
82
[217]83  * The [DEFAULT] section did not work any more due to change to internal
84    trac parser, closes ticket #73
85    Reported by: email2trac at bulk dot squeakyblue dot com
86    Fixed by: Bas van der Vlies
[218]87   
88  * black_list paramter must be comma-separated as mentioned in the
[225]89    documentation (#75) and removed the default value
90    "MAILER-DAEMON@" (#74)
[218]91    Reported by: email2trac at bulk dot squeakyblue dot com
92    Fixed by: Bas van der Vlies
[217]93
[219]94  * If a blank email is sent with just an attachment, a blank
95    comment is appended to the comments. fixed closes #89
[217]96
[219]97    Reported/Fixed by: ???
98    Applied by: Bas van der Vlies
99
[223]100  * added white_list parameter.  If set then only mail is accepted if
101    sender matches.
102    Author: Bas van der Vlies, jon dot wbstr at gmail dot com
103
[226]104  * added recipient_list parameter.  If set then only mail is accepted if
105    to-field matches. This only uses when people use a drop box to accept
[231]106    email for several email addresses, (closes #77)
[226]107    Author: Bas van der Vlies, jon dot wbstr at gmail dot com
[223]108
[225]109  * alternate notify template did not work for trac version 0.11
110    (#90).
[223]111    Reported/Fixed by: hju at jochenkuhl dot de
112    Applied by       : Bas van der Vlies
113
114  * added 'alternate_notify_template_update'. When set this notify
[225]115    template name will be used for ticket updates (#90).
[223]116    Author: Bas van der Vlies, hju at jochenkuhl dot de
117   
118   
[210]1192008-05-30
[205]120  * Fixed debian control file. Package can be build on any platform and
121    not only on i386 platforms:
[198]122
[205]123    Author: Christian Iversen ci add sikkerhed dot org
124    Applied by: Bas van der Vlies
[198]125
[205]126  * We now use the trac configuration parser routine
127    Author: andrei2102 add gmail dot com
128    Applied by: Bas van der Vlies
[200]129
[205]130  * Added new command line option -n/--dry-run. This option only show
131    what commands will be executed.
132    Author: Bas van der Vlies
[202]133
[205]134  * the default values for tickets can now also be set in
135   'email2trac.conf'. So you can use different values when an email
136    is converted to a ticket. The ticket value is set to this rules
137     - email2trac.conf
138     - trac.ini
[202]139
[205]140    email2trac.conf use same format as trac.ini, eg email2trac.conf:
141      [project]
142      default_component : test
[202]143
[205]144    closes request #55, for more info see:
145    - https://subtrac.sara.nl/oss/email2trac/wiki/Email2tracConfiguration
[204]146
[205]147     Requested by: greg dot deakyne at etapestry dot com
148     Implemented by: Bas van der Vlies
[204]149
[205]150  * Fixed a bug in ticket_update. It failed when project did not have
151    ticket component field,  closes bug #62
152    Reported by: gernot dot hillier add siemens dot com
153    Fixed by: Bas van der Vlies
[204]154         
[205]155  * run_email2trac.c:
156     - can no longer segfault after a failed malloc.
157     - after set*id failure, you'll get a diagnostic (or at least
158       nonzero exit status) and it won't attempt the exec.
[202]159
[205]160    Author: Jim Meyering jim add meyering dot net
[207]161    Applied by: Bas van der Vlies
[203]162
[207]163  * Made some approvements to spam function:
164     - If the he X-Spam-Score header is present, but has no value
165        email2trac will crash, closes #63
166
167     - Added config option which header field we must check
168       for determing if mail is Spam, eg:
169        - spam_header : X-Spam-Level (default: X-Spam-Score)
170 
171    Author: email2trac at bulk dot squeakyblue dot com
172    Applied by: Bas van der Vlies
173
[208]174
175  * black_list  is now a configuration option and is used to deny
176    email addesses, default value is: MAILER-DAEMON@
177
178    Can specifiy more then one email adress seperated by ',', eg:
179    black_list : basv@sara.nl, walter@sara.nl
180
[210]181    closes #39, #56
[207]182   
[208]183    Author: Bas van der Vlies
[210]184
185  * if mailto_link + german umlaut problem is fixed, closes #60
186    Reported by: alex at pirsig dot net
187    Fixed by: Bas van der Vlies
[208]188   
[207]189
[194]1902008-02-04
[189]191        * Added version check and exit if we do not support the trac version
192          closes bug #23
193          Reported By: Marc Zahnlecker m.zahnlecker at lxbyte dot de
[187]194
[192]195          Fixed By: Bas van der Vlies
196
[190]197        * Added check if syslog module is available. If it is not available
198          disable the syslog functionality.
[192]199          Author: michael.th add gmx dot net
[190]200
[192]201          Implemented by: Bas van der Vlies
202
[191]203        * Added strip_quotes function, default settings:
204                strip_quotes: <int> (default: 0)
205                mail_quote: <quote chars> (default: "> ")
[192]206          Author: nicolasm @ opera dot com
[191]207
[192]208          Implemented by: Bas van der Vlies
209
210        * Added patch to make notify email work with trac 0.11 dev.
211          Author: tbaschak add ktc dot mb dot ca       
212          Author: andrei2102 add gmail dot com
213
214          Implemented by: Bas van der Vlies
[194]215
216        * greedy matching in Subject line, We must stop after the first ':'
217          else we get wrong values for ticket fields when we update a ticket
218          via mail, closes ticket #37
219          Reported by: dmaziuk at bmrb dot wisc dot edu
220          Fixed    by: Bas van der Vlies
221
222        * added IGNORECASE flag to regular expression for black list. This
223          is a quick fix, still want to implement this as configuration
224          option, closed bug #39
225
226          Reported By: jodok at lovelysystems dot com
227          Fixed by   : Bas van der Vlies
228
229        * When a known user mails a ticket. We will set the Reporter to
230          its login name, closes bug #33, #41
231
232          Also add configuration option:
233                ignore_trac_user_settings : 0 (default value)
234
235          This option will skip the email address to trac user login name
236          mapping.
237
238          Reported by: anonymous
239          Fixed by   : Bas van der Vlies
240
241       
242        * SPAM detection was only for new mails not for ticket updates,
243          closed ticket #44
244
245          Reported by: Bas van der Vlies
246          Fixed by   : Bas van der Vlies
247         
[192]248           
[184]2492007-07-18
[163]250
251        * Implemented python_egg_cache environment variable. Some trac
252          installations may depend on it, closes ticket #10, eg:
253                python_egg_cache : /var/cache/eggcache
254
255          Reported By: Anonymous
[177]256          Fixed by   : Bas van der Vlies <basv@sara.nl>
[163]257
[170]258        * Implemented update ticket fields via email subject line, eg:
259                Re: [email2trac] #7?owner=bas,priority=minor: Error in parsing
260
261                - Sets the owner of the ticket to: bas
262                - Sets the priority of the ticket to: minor
[171]263         
264          For some ticket fields there are only a limited number of allowed
265          values. The supplied value will be checked against this list. If it
[179]266          is not vaild value the field update will be ignored.
[170]267
[177]268          Requested by  : trac at yadan dotnet, Jan Parchmann, see ticket #7
269          Implemented by: Bas van der Vlies <basv@sara.nl>
[170]270
[172]271        * Dropped support for version trac version 0.8. Removed all 0.8
[177]272          specific code. 
273          Fixed by: Bas van der Vlies <basv@sara.nl>
[170]274
[173]275        * Added a new config parameter: tmpdir: /var/tmp, default is '/tmp'
276          All functions now use this new parameter and use OS independent
277          path functions.
[177]278          Implemented by: Bas van der Vlies <basv@sara.nl>
[173]279
[175]280        * fixed and a creating directory problem email2trac.spec file
281          Fixed by: artrus at netzero dot net
282
[176]283        * set_owner function is obsolete. When component is set the trac code
284          will set the owner to the component owner.
[177]285          Fixed by    : Bas van der Vlies <basv@sara.nl>
[176]286
[177]287        * Also show email headers in a ticket update.
288          Requested by: Ramon Bastiaans
289          Fixed by    : Bas van der Vlies <basv@sara.nl>
290
[182]291        * A date patch so it works with trac version 0.11 for ticket updates.
292          Also applied for other trac versions.
293          Thanks to: tbaschak at ktc dot mb dot ca
294
[161]2952007-04-27
[150]296
[154]297        * Added check to catch an error when attachment size
[151]298          is too large, bug #1153
299          Author: Bas van der Vlies
[150]300
[151]301        * Wrap long line into user given length, use_textwrap: 72. Wraps lines
302          greater then 72 chars, #1123
303          Author: Bas van der Vlies &
304                  Rainer Sokoll (r.sokoll at intershop dot de)
305
306        * Fixed a dutch spelling, #1295
307          Author: Rainer Sokoll (r.sokoll at intershop dot de)
308
[149]309        * email2trac.py : blacklist (don't create ticket) mail from
310          MAILER-DAEMON to avoid loops
[152]311          Author: Michel Jouvin <jouvin at lal dot in2p3 dot fr>
312
[149]313        * msg.bad.txt : add an example of message from MAILER-DAEMON
[152]314          Author: Michel Jouvin <jouvin at lal dot in2p3 dot fr>
[149]315
[146]3162006-12-08
[135]317        * email2trac.py:
318          - Added verbatim_format option default is: 1
[139]319          Added by : Bas van der Vlies
320
[136]321          - Added strip_signature option default is: 0
[139]322          Added by : Bas van der Vlies
[135]323
[139]324          - Fixed some unicode errors, thanks to japanes SPAM.
325            If we can not unicode email message then display which
326            charset must be installed in ticket description. Else we
327            trac crashed with unicode errors ;-(
328          Fixed by: Bas van der Vlies
329
[142]330          - Fixed statements: str + unicode, raises an exception if
331            non-ascii value in unicode object.
332
333          - Forgot to unicode the author. So we got an error if we use
334            the mailto_link option in email2trac.conf.
[141]335          Fixed by: Bas van der Vlies
336
[139]337        * delete_spam.py:
338          - Now works for version 0.10 with new API-functions
339          Fixed by: Bas van der Vlies
340
[144]341        * Makefile.in
342          - Added install-conf. Install email2trac.conf if there is none
343            installed.
344          Fixed by: Bas van der Vlies
345
[132]3462006-10-27
[125]347
[129]348        * run_email2trac.c.
349       
350          - Setgid() must be called before setuid().
[125]351          Reported by:  Anonymous
352          Fixed    by:  Bas van der Vlies
[126]353
[129]354        * email2trac.py,
355       
356          - Fixed an error in Ticket Update. When ticket
[128]357          does not exists, proceed as if it is a new ticket
358          Fixed    by:  Bas van der Vlies
359
[129]360          - Fixed a strang bug in 0.9 version, if ticket update
361          is enabled and email has attachment(s). We are not allowed to
362          set the description and author field of the attachment else
363          the comment text is lost ;-(
[128]364          Fixed    by:  Bas van der Vlies
[129]365
366          - Fixed an error if enable_syslog and drop_spam is set. We get
367          an exception in the syslog if we use sys.exit(0), replaced by
368          return.
369          Fixed    by:  Bas van der Vlies
370
371        * delete_spam.py.
[124]372       
[129]373          - Trac version 0.10 made it easier to delete tickets.
374          Fixed    by:  Bas van der Vlies
375       
[121]3762006-10-10
[117]377        * Fixed race conditions in delete_spam.py and added some
378          debug code.
379          Fixed by   : Bas van der Vlies
[120]380
[117]381        * Added author and description field when attachment is
382          added to ticket. This is for trac version greater than
383          0.8.
384          Fixed by   : Bas van der Vlies
385          Thanks to Matthew Good for the hint
[120]386
[118]387        * Added drop_spam option, default = 0. If set then
388          mail marked as Spam is not accepted.
[120]389          Added by   : Bas van der Vlies
[117]390
[121]391        * Do not send notification if message is marked as Spam
392          and drop_spam is not set.
[120]393          Fixed by   : Bas van der Vlies
394
[113]3952006-10-02
[111]396        * Fixes possible segmentation faults in run_email2trac.c
397          Reported by: bcornec
398          Fixed by   : Bas van der Vlies
399
400        * Can set DEBUG level while configuring package, eg:
401          DEBUG=1 ./configure ( default : 0)
402          Reported by: syd at plug dot ca
403          Fixed By   : Bas van der Vlies
404
405        * delete_spam.py did not delete everything from the SQL tables
406          Reported by: brent at rcfile dot org
407          Fixed by   : Bas van der Vlies
408
[113]409        * Do not send notification when message is marked as Spam
[112]410          Fixed by   : Bas van der Vlies
411         
[106]4122006-08-28
[105]413        * fixes an error in the 'reply_all' setting
414          Thanks to and Patch by: ncarlson@ibsys.com
415
[106]416        * Added RPM spec file
417          Thanks to:  Jon Topper <jon@topper.me.uk>
418
[101]4192006-07-14
[95]420        * Use X11R5 install-sh to install email2trac components to hide
[98]421          native install program differences.
422          Author: Michel Jouvin <jouvin@lal.in2p3.fr>
[95]423
[98]424        * Fixed an error in saving attachments for new tickets for trac
425          versions greater then 0.9.
426          Fixed by: Bas van der Vlies
427
428        * When something went wrong save the offending email for debug
429          purposes.
430          Fixed by: Bas van der Vlies
431
[99]432        * delete_spam.py
433           - did not clean up the attachment table. So we got nasty new
434             mails with fake attachments.
435           - It works now for versions higher then 0.8
[100]436
437        * Finally understand the unicode/encode functions and hopefully
438          fixed the errors.
439          Fixed by: Bas van der Vlies
[103]440
441        * Remove the temporarly created attachment files.
442          Fixed by: Bas van der Vlies
[99]443       
[92]4442006-07-06
[95]445        * Fixed an error in already added attachments. Do not close
[85]446          the database connection.
447          Fixed by: Walter de Jong en Bas van der Vlies
448
[95]449        * Added enable_syslog option. If enabled log errors to syslog
[89]450          instead of stderr. If enabled no errors are send back to the
451          user.
[87]452          Implemented by: Bas van der Vlies
453
[95]454        * Fixed an error with updating tickets with attachments for trac
[87]455          versions 0.9 and 0.10. Field "id" is not known when a existing
456          ticket is fetched (Error = KeyError: 'id')
457          Fixed By: See tickets #258 and #449 on trac-hacks
458
[95]459        * Fixed and spell error, self.mail_addr must be self.email_addr
[88]460          Fixed by: Bas van der Vlies
461
[95]462        * Catch a LookupError in unicode/encode conversion in function
[91]463          get_body_text()
[89]464          Fixed by: Bas van der Vlies
465
[95]466        * Description field was always changed when updating the ticket
[90]467          via the web. Asked the mailing list for a solution and got one
468          ;-)
469          Patch/Suggestion by: Christian Boos
470          Applied by: Bas van der Vlies
471
[95]472        * Fixed an encoding problem when email_header is set to 1
[91]473          Fixed by: Bas van der Vlies
474
[95]475        * Fixed a bug in to_unicode() function.
[92]476          Fixed by: Bas van der Vlies
477
[95]478        * Fixed an unicodedata.normalize TypeError bug for filenames in the
[92]479          attachment function
480          Fixed by: Bas van der Vlies
481
482
[81]4832006-06-02
[95]484        * Added ticketing merging. To enable it there are two options for
[76]485          both options enable 'ticket_update' in email2trac.conf
[81]486          1 - Configure trac notification, eg:
[95]487                * (ticket address: ticket@test.nl)
[81]488                [notification]
489                smtp_enabled = true
490                smtp_always_cc = test@test.nl
491                smtp_server = localhost
[82]492                smtp_from =  ticket@test.nl
[76]493                always_notify_reporter = true
494
495          2 - Use the mailto_cc in email2trac.conf if you want to sent
[81]496              an email to the user and the trac ticket email address.
[76]497
498          With both options you get the right format of the subject line.
499
[95]500        * Use the short options for the install command. So it works for
[76]501          MacOSx Reported by: Nathaniel Irons.
[81]502
[95]503        * Updated inline documentation by Nathaniel Irons.
[76]504                 
[68]5052006-05-16
[95]506        * Fixed a bug when there was no plain text body.
[63]507          Reported by: Greg Deakyne
[95]508        * Fixed a small bug if default component owner is unknown.
[63]509          Just fill in some bogus info.
[95]510        * Use the short options for the install command. So it works for
[64]511          MacOSx
512          Reported by: Nathaniel Irons
[95]513        * Messages that has X-Virus-found in header are marked as SPAM
[68]514          Implemented by: Walter de Jong
[95]515        * Some modules are changed for version 0.10, Added and made some
[68]516          minor changes: Patch supplied by: Markus Tacker 
[95]517        * Ported delete_spam.py to version 0.9 and higher:
[69]518          Reported by: Nathaniel Irons
[63]519
[64]520
[58]5212006-03-08
522        - Fixed an bug for 0.9, there was a space in front of the ' ticket' directory.
523          removed it.
524          Reported by: mi-trachacks@moensolutions.com   
525          Fixed by: Bas van der Vlies
[95]526        * Fixed an exception error in delete_spam.py
[58]527          when shutil has not enough priveledges to remove the
528          attachments it is reported
529          Fixed by: Bas van der Vlies
[95]530        * email2trac.py: When you include the body tag, some
[58]531          mailers (like Thunderbird) will leave out the signature.
532          Therefore this version leaves out the body tag.
533          Fixed by: Walter de Jong
[95]534        * Added msg.txt for testing
[58]535          Fixed by: Bas van der Vlies
536
[46]5372006-02-01  Bas van der Vlies <basv@sara.nl>:
538        * Added Tikcet notification, send email when there is
539          a new ticket. Depends on notification setting in
540          trac.ini.
541          Implemented by: Kilian Cavalotti
[52]542        * Can use different template for ticket notification,
543          eg: alternate_notify_template: "a_tkt.css"
544          Implemented by: Kilian Cavalotti
[46]545        * Added reply_all config parameter. If set put all
546          CC-addresses from orginal mail in ticket CC-field.
547          Suggested by: Kilian Cavalotti
548        * Text in ticket description is also properly UTF-8
549          encoded
550          Implemented by: Kilian Cavalotti
551        * Removed reply_address from config file. Is not
552          necessary anymore. See Ticket notification.
553        * Added support for known users. If email address is
554          known then use the trac known username instead
555          of the email-address (only for trac version > 0.9)
556          Implemented by: Kilian Cavalotti
[48]557        * Fixed an error in saving attachments for version < 0.9.
558          Sometimes we got bogus attachments.
559          Fixed by: Walter de Jong
[50]560        * Added support to make an debian package
561          Implemented by: Bas van der Vlies
[46]562
[36]5632006-01-21  Bas van der Vlies <basv@sara.nl>:
564        * Fixed run_email2trac.c, did not work
565        * Added TRAC_SCRIPT_NAME to Makefile.in to
566          solve run_email2trac problem
567
568        Both errors reported by: kilian.cavalotti@lip6.fr
569
[33]5702006-01-20  Bas van der Vlies <basv@sara.nl>:
571        * A warning error is fixed by kilian.cavalotti@lip6.fr
572        * Several errors in make install ;-(, reported by
573          tacker
574
[23]5752006-01-15  Bas van der Vlies <basv@sara.nl>:
576        * Added configure script.
577
[18]5782006-01-10  Bas van der Vlies <basv@sara.nl>:
579        * Removed project_root from source and config file
580        * Adjust code so we can use mulitple stanza's in config file, eg:
581          [bas]
582          project: /data/trac/bas
583          spam_level: 3
584
585          use option "-p|--project bas" to select the stanza
586
[5]5872006-01-04  Bas van der Vlies <basv@sara.nl>:
588
589        * Fixed getopt for -f option
590        * Added suppport for different TRAC versions (0.8 and 0.9)
591
5922006-01-03  Michel Jouvin  <jouvin@lal.in2p3.fr>
593
594        * email2trac.py (ReadConfig) : allow project name relative to project root in configuration file
595       
596        * email2trac.py (TicketEmailParser.parse): save entire email for debugging only if debug >= 2
597
598        * run_email2trac.c: pass wrapper arguments to Python script, filtering out --file
599
600        * email2trac.py (TicketEmailParser.debug_attachments): set tmp file created for debugging writable by anybody (to avoid problem if the script is run with a different uid during tests)
601
602        * email2trac.py (TicketEmailParser.parse): set tmp file created for debugging writable by anybody (to avoid problem if the script is run with a different uid during tests)
603
6042005-12-22  Michel Jouvin  <jouvin@lal.in2p3.fr>
605
606        * Makefile: add a Makefile to build and install email2trac
607
608        * email2trac.py: migrate to Trac 0.9 API
609
6102005-12-21  Michel Jouvin  <jouvin@lal.in2p3.fr>
611
612        * run_email2trac.c: add error messages if DEBUG macro defined
613
614        * run_email2trac.c: add error testing and specific return values for each error
615
616        * run_email2trac.c: Move site specific paramaters to run_email2trac.h
617
618        * run_email2trac.h: include file to define site specific paramaters
619
6200.2.4 01/11/2005
621        Added email_header option if set then show TO/CC fields in
622        description of the ticket.
623
624        Fixed an error in the mailto URL. This was an old error that
625        supposed to be fixed but reoccured in this version.
626       
6270.2.3 31/10/2005
628        Fixed a bug with base64 encoded attachments/emails
629        Fixed by: Walter de Jong
630
6310.2.2 10/10/2005
632        according to RFC 2368 (titled "the mailto URL scheme") the mailto
633        URL can only work with short &body messages. It fails with long
634        messages and the link won't work. Therefore the mail body is
635        no longer copied into the mail reply.
636
6370.2.1 10/07/2005
638        body of reply email looks better
639
640
6410.2   10/07/2005
642        mailto is replaced by a html mailto to line. If
643        you reply to the ticket via this link then an
644        email client is started with some default values:
645                To: <reporter>
646                Subject: Re: <orginal subject>
647                Body: email_comment <orginal text>
648
649        email2trac.conf:
650                email_comment: # (default:  >)
651
652               
653
Note: See TracBrowser for help on using the repository browser.