source: trunk/ChangeLog @ 261

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

configure.in:

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