source: trunk/ChangeLog @ 262

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

closes #130

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