source: trunk/ChangeLog @ 603

Last change on this file since 603 was 603, checked in by bas, 12 years ago

fixed an error in saving attachments on windows platformss, closes #300

  • Property svn:mime-type set to text/plain
File size: 46.2 KB
Line 
12.6.0
2  * License changed from GNU Public License to Apache License, Version 2.0.
3    Now the software can be included in Apache projects like bloodhound,
4    closes #292
5
6    Requested by:  gary dot martin add wandisco dot com
7
8  * Catch an error when no valid trac installation can be found,
9    closes #294
10    Reported by: m dot frigui add cacom dot fr
11    Fixed by: Bas van der Vlies
12
13  * Ticket update honors the reply_all setting and sets the ticket cc
14    field if there are cc-addresses in the email, closes #293
15
16    Reported by: Sergey V.Levin <slevin add adriver dot ru >
17    Fixed by: Bas van der Vlies
18
19  * Reporter email address was not skipped and therefor added to cc field
20    when reply_all was set.
21    Author:  Bas van der Vlies
22
23  * Default setting for resolution can only be set in email2trac.conf. Skip the trac default
24    setting, closes #299
25    Reported by: ruediger dot kupper add gmail dot com
26    Fixed by: Bas van der Vlies
27
28  * Attachments on Windows are not save due the fact that  os.pathconf is not supported. Set
29    filename max length to 240 chars on windows, closes #300
30    Reported by: Anonymous
31    Fixed by: Bas van der Vlies
32
332.5.0
34  * BLOG improvements by Thomas Moschny, closes #287,#235,#175:
35   - Tries to use the 'Date:' email header to set the date of the blog
36     post or comment.
37   - Allows overriding author and categories via subject parameters or
38     inline properties (see below).
39   - Does not add the 'blog_' prefix to the default (short-) name of a
40     blog entry anymore, as it would be rather redundant.
41   - Allows selecting a custom short name for the blog entry instead of
42     a default date-based short name. The custom short name may not
43     contain spaces. (Note that the TracFullBlogPlugin imposes
44     additional rules for valid short names.)
45   - Bugfix: Fixes crash wile processing mails with attachments (#175).
46   - Properly adds attachments to blog entries (#175).
47
48    Author: Thomas Moschny
49    Applied by: Bas van der Vlies
50
51  * Added new parameters:
52     - white_list_registered_users
53     - white_list_file
54 
55   white_list_registered_users: 
56    This will allow registered user to create or update a ticket even
57    when they are not added to the 'white_list' in the configuration
58    file.
59
60   white_list_file:
61    This will read allowed users from a file. One email address per line.
62
63   Suggested by: randy add psg dot com, closes ticket #288
64   Author: Bas van der Vlies
65
662.4.7
67  * Some blog improvements. Removes 'blog:' from subject line and honors the
68    -n/--dry-run flag, closes #235
69    Author: Thomas Moschny
70    Applied by: Bas van der Vlies
71 
72  * Added Astaro firewall spam handling. Check X-Spam-Flag and X-Spam-Result
73    message header flags. see:
74     * http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=644916
75    Author: W. Martin Borgert" <debacle at debian dot org>
76    Applied by: Bas van der Vlies
77
78  * mailto link contained the wrong encoded subject line, charset was not
79    stripped.
80    Reported by: Walter Lioen (SARA)
81    Fixed by: Bas van der Vlies
82
832.4.5
84  * Allow regular expressions for recipient_list (multiple to-addresses),
85    white_list and black_list. Each address is checked againt this regular
86    expression, closes #272
87    examples:
88     * recipient_list : sara.nl (to-address contains sara.nl)
89     * recipient_list : ^basv@sara.nl$ (to-address equals basv@sara.nl)
90    Reported by: anonymous
91    Fixed by: Bas van der Vlies
92
93
94  * Enhanced run_email2trac to support supplementary groups (initgroups).
95    configure will check if the OS support initgroups function call,
96    closes #274
97    Author: Dennis McRitchie <dmcr add Princeton dot EDU >
98    Applied by: Bas van der Vlies
99
100  * Fixed an error in parsing the From address. Email address was wrong if
101    email name contained a charset definition. There error was triggered
102    if 'mailto_link: 1' is set. Resulting in an unicode error.
103    Author: Bas van der Vlies
104
1052.4.2
106  * Fixed an error for text/plain attachments that are not specified as
107    inline. These attachments were not attached to the ticket and were
108    skipped, closes #270
109    Reported by: hju add jochenkuhl dot de
110    Fixed by: Bas van der Vlies
111
112  * Use all 'to-field' addresses in message for recipient_list instead of only one, closes #268
113    Reported by: anonymous
114    Fixed by: Bas van der Vlies
115
1162.4.0
117  * Fixed an error in ticket_update_fields. Always check if given ticket
118    field is a valid ticket field for trac. The error could be triggered
119    by:
120      * ticket_update_by_subject
121      * inline_properties
122
123    Reported by: Maarten van Ingen (SARA)
124    Fixed by: Bas van der Vlies
125
126  * Fixed a typo in logging an error: email_to_unicode
127    Fixed by: Bas van der Vlies
128
129  * Closed tickets for trac version >= 0,12 where not re-opened if there was
130    no workflow defined in email2trac.conf, see #247
131 
132    Reported by: Sergey V.Levin <slevin add adriver dot ru >
133    Fixed by: Bas van der Vlies & Sergey V.Levin
134
135  * enhanced save_email_for_debug(). Store also the project name in the
136    filename and easily see the difference between the raw message and
137    the body/attachments files.
138    Author: Bas van der Vlies
139
140  * Ticket update by subject did not work for trac version below 0.12
141    Reported by: naumann add tu-berlin dot de
142    Fixed by: Bas van der Vlies
143
144  * Fixed an error in the logging environment for Windows oses, closes #251
145    Reported by:  kofal002 add umn dot edu
146    Fixed by: Bas van der Vlies
147
148  * Ticket_update_by_subject enhancement. If multiple tickets are found
149    with the same subject then we try a author/reporter match. If fails
150    use most recent ticket entry, closes #253
151    Reported by: kofal002 att umn dot edu
152    Fixed by: Bas van der Vlies
153
154  * Log trac error if opening of trac project environment failse, closes #256
155    Reported by: edward dot b dot matheson at nasa.gov
156    Fixed by: Bas van der Vlies
157
158  * If a status is using upper case character(s) (i.e waitingExternal)
159    email2trac does not find the appropiate workflow entry in the
160    email2trac.conf, closes #264
161    Author: hju add jochenkuhl dot de
162    Applied by: Bas van der Vlies
163
164  * Process all workflows not only the default trac workflow. Workflow is now
165    enabled for new tickets and ticket updates.
166    eg: AdvancedTicketWorkflowPlugin, closes #226,#252
167    Suggestion by: Holger Jürgs <hjuergs add jochenkuhl dot de>
168    Reported by: Frédéric DUARTE <f dot duarte add akka dot eu>
169                 kofal002 att umn dot edu
170    Fixed by: Bas van der Vlies
171
172  * permission check fails when PrivateTicketsPlugin is installed, closes #262
173    Reported by: glenn
174    Fixed by: Bas van der Vlies
175
176  * Added support for trac version 0.13, closes #250
177    Reported by: simeonov add gmail dot com
178    Fixed by: Bas van der Vlies
179
180  * Problem with long attachment's filenames on native language. This is a trac
181    bug, see:
182      * http://trac.edgewall.org/ticket/10313,
183    The email2trac solution is to truncate the filename if it is longer then
184    the allow NAME_MAX for the os (usually 255), closes #247.
185    Reported by: Sergey V.Levin <slevin add adriver dot ru >
186    Fixed by: Bas van der Vlies & Sergey V.Levin
187
188  * Replaced printing of subject line to repr() instead of unicode string.
189    Some versions if python logging module could crash, closes #267
190    Reported by: hju add jochenkuhl dot de
191    Fixed by: Bas van der Vlies
192   
1932.1.0 (2011-6-6)
194  * Convert all email addresses and author names to lower case in compare
195    functions.  closes #242.
196    Author: Dennis McRitchie <dmcr add Princeton dot EDU >
197    Applied by: Bas van der Vlies
198
199  * Added timestamp when log_file stderr or file is used. Move log level of
200    reporting subject line to info instead of debug, closes #236
201    Author: Dennis McRitchie <dmcr add Princeton dot EDU >
202    Applied by: Bas van der Vlies
203
204  * Small fix in mailto link. Uses 'cc' instead of 'Cc'
205    Author: Sil Westerveld (SARA)
206    Applied by: Bas van der Vlies
207
208  * The time format for subject mapping was wrong (ticket_update_by_subject).
209    So all tickets matched. Converted it to use microseconds instead of
210    seconds.
211    Reported by: Walter Lioen (SARA)
212    Author: Bas van der Vlies & Dennis Stam
213
214  * Fixed an error in the setup the logging environment for Windows oses.
215    Reported by: Mike Henke <henkemike at gmail dot com>
216    Author: Bas van der Vlies
217
2182.0.2 (2011-02-13)
219   * Use tempfile.mkstemp instead of tempfile.mktemp
220     Reported by: Dennis Stam (SARA)
221     Author: Bas van der Vlies
222
2232.0.1 (2011-02-12)
224   * An email address can match multiple trac accounts, closes #218
225     Author: Konstantin Ryabitsev <icon add mricon dot com>
226
227   * Added check to detect valid users when smtp_default_domain in
228     trac.ini is set, closes #219
229     Author: sto add iti dot upv dot es
230     Applied by: Bas van der Vlies with some minor changes
231
232   * Support for parentdir. Can be used to avoid sections for each project
233     or if all projects have a common parent directory, you can leave out
234     the project directory setting for each project, eg:
235      * parentdir: /data/trac/oss/projects
236
237     If an section defines a project directory then this can NOT be overridden
238     by the parendir declaration.
239
240     This closes #217
241
242     Author: sto add iti dot upv dot es
243     Applied by: Bas van der Vlies with some minor changes
244
245   * email2trac: Used the wrong code to check number of ticket changes,
246     closes #223.
247     Author: stas dot agarkov add gmail dot com
248     Applied by: Bas van der Vlies
249
250   * email2trac: An enhancement to "update-by-subject", closes #188 Features:
251      - Does a better job parsing out all the permutations of "Re: FW: Re: AW: Subject"
252      - Modifies the subject to drop the prefixes
253     Author: Konstantin Ryabitsev <icon add mricon dot com>
254     Applied by: Bas van der Vlies
255
256   * When platform is Windows and log_type is not set, use 'eventlog' as default log_type
257     instead of 'syslog', closes #225
258     Reported by: jkreider add clarkinc dot biz
259     Author: Bas van der Vlies
260
261   * Applied a patch so we allow more ticket fields to be used for inline properties, eg:
262       - @custom_reports: vu
263     closes #227
264     Author: thomas dot moschny add gmx dot de
265     Applied by: Bas van der Vlies
266
267   * Fixed some bugs in function update_ticket_fields:
268       - Can not clear values, reported by thomas dot moschny add gmx dot de
269     closes #228
270       - Values were updated regardless if there are not allowed for the ticket
271     field.
272     Author: Bas van der Vlies
273
274   * Attachments without a name where named 'None' instead of 'untitled-part',
275     closes #230
276     Reported by: hju add jochenkuhl dot de
277     Author: Bas van der Vlies
278
279   * Fixed some errors in Discussion plugin support, closes #231
280     Author: Dennis (dmcrxi add Princeton dot EDU)
281     Applied by: Bas van der Vlies
282
283   * Added html conversion via external command: eg email2trac.conf
284      - html2text_cmd: /usr/bin/html2text -nobs
285      - html2text_cmd: /usr/bin/w3m -dump
286      - html2text_cmd: /usr/bin/lynx -dump
287      - html2text_cmd: /usr/bin/links -dump
288     closes #218
289     Author: Bas van der Vlies
290     Applied by: Bas van der Vlies
291
292   * Fixed mailto link for trac 0.11 and 0.12. Use the mailto tag in stead of
293     an html tag. The html tag does not work for trac 0.12
294     Reported by: Wim Rijks
295     Author: Bas van der Vlies
296
297   * Added a notification function that always send an email to the reporter if
298     the ticket is updated via email. This independent of trac.ini setting
299     , closes: #178, #229
300        - notify_reporter: 1 (default: 0)
301        - notify_reporter_black_list : basv@sara.nl (default: 0)
302     Author: hju add jochenkuhl dot de
303     Applied by: Bas van der Vlies
304
305 
306   * Added a new parameter for processing inline properties: (closes #216)
307       -  inline_properties_first_wins: 1 (default: 0)
308     
309     When an email has two of the same inline entries:
310        {{{
311        @status: closed
312        @status: accepted
313        }}}
314      Only the first one is used '@status: closed'
315
316     Author: Konstantin Ryabitsev <icon add mricon dot com>
317     Applied by: Bas van der Vlies
318
3191.6.0 (2010-8-10)
320   * Fixed an Unicode error in strip_quotes
321     Author: Bas van der Vlies
322
323   * The attachment filename may not contain '\n' and '\r' characters.
324     Reported by: Jean-Paul Duyx <jean-paul dot duyx at vancis dot nl>
325     Fixed by; Bas van der Vlies
326
327   * Applied a patch to support workflow for all transitions. It will
328     also honour the permission model if set, closes #198
329     an example how to use it:
330    email2trac.conf:
331                [project]
332            workflow_closed: reopen
333            xworkflow_infoneeded: provideinfo
334
335    trac.ini:
336    [ticket-workflow]
337    reopen = closed -> reopened
338    reopen.permissions = TICKET_CREATE
339    reopen.operations = del_resolution
340
341    provideinfo = infoneeded -> moreinfo
342    provideinfo.permissions = TICKET_CREATE
343    provideinfo.name = info provided
344
345     Authors: kroseneg add schmidham dot net and Bas van der Vlies
346
347   * The trac default value for resolution is fixed. The trac.ini value
348     for this is skipped and this resolution settings is only allowed in
349     email2trac.conf, closes #84
350
351     Reported by: hju add jochenkuhl dot de
352     Fixed by: Bas van der Vlies
353
354   * Honor the trac permission model if set, Use
355    TICKET_APPEND and TICKET_CHGPROP instead of TICKET_MODIFY.
356    closes #214
357
358    Reported by: Konstantin Ryabitsev <icon add mricon dot com>
359    Fixed by: Bas van der Vlies
360   
3612010-07-23
362    * logging of spam message was wrong. Fixed it,
363       - set.logger.info must be self.logger.info
364    Author: Bas van der Vlies
365
366    * logging of notification error was wrong. Fixed it, closes #212
367       - set.logger.error must be self.logger.error
368    Reported by:  adam dot lucke at srd-berlin dot de
369    Author: Bas van der Vlies
370
371    * Mail was lost when 'ticket_update' was disabled and a ticket
372      reply was detected.
373    Author: Bas van der Vlies
374
375    * Removed a lot of obsolete code due to using UserDict
376    Author: Bas van der Vlies
377 
3782010-07-21
379    * added a new option 'ticket_permission_system'. Can be set to:
380      - trac: Then it will check if the report has the right trac
381        permission to create or modify a ticket. closes #202
382
383      - update_restricted_to_participants: A ticket update is allowed only if:
384        1) the updater is the reporter,
385        2) the updater is in the CC
386        3) the updater has trac permission to update the ticket.
387        If the update is denied, a new ticket will be generated instead as to
388        not loose the issue . closes #203
389
390    Authors:  kris add tsampa dot org & Bas van der Vlies
391
392
393   * Switch for logging to the python logging module and add some new
394     options to control the behaviour inspired by the trac logging module:
395      - log_type, default syslog
396      - log_level, default info
397      - log_format, email2trac <project name>
398      - log_file, none
399
400     Can be set to the same values as trac logging
401
402     Author: Bas van der Vlies
403
404   * removed trac 0.9 support
405     
4062010-07-12
407  * Do not check if notification is enabled, let Trac determine if a
408    notfication is enabled and which interface/plugin is used, eg:
409    announcerplugin
410
411    Author: Bas van der Vlies
412
4132010-07-06
414  * Fixed several errors in ticket update:
415     - Changed the regex expression. It must end with ':'.   
416     - The email was lost if the ticket id was unknown. If ticket
417       id is unknown a new ticket will be created.
418
419    Reported by: SARA grid team
420    Fixed by: Bas van der Vlies
421       
422
423
4242010-06-28
425  * Ticket update for version 0.12 did not work, closes #209
426    Author: mark underscore kids add yahoo dot com
427    Applied by: Bas van der Vlies
428
429  * enabled workflow and notification for trac version 0.12
430    Author: Bas van der Vlies
431
4322010-06-23
433  * A better fix for attachments with special characters, closes #206
434    Reported by: karsten dot rohrbach add wibas dot de
435    Fixed by: Bas van der Vlies
436
4372010-06-22
438  * When debug is enabled email2trac chokes on non-ascii (utf8)
439    characters in ticket fields, closes #205
440    Reported by: eirik dot schwenke add nsd dot uib dot no
441    Fixed by: Bas van der Vlies
442
443  * Email2trac crashes when attachment filename contains non-ascii       
444    characters, closes #206
445    Reported by: karsten dot rohrbach add wibas dot de
446    Fixed by: Bas van der Vlies
447
4482010-06-09
449  * Support added for trac version 0.12, closes #201
450    Reported by: mark_kids add yahoo dot com
451    Fixed by: Bas van der Vlies
452   
4532010-05-25
454  * delete_spam still used the trac_version in email2trac.comf
455    Fixed by: Bas van der Vlies
456
457  * email2trac crashed when ticket_update_by_subject was enabled.
458    Fixed by: Bas van der Vlies
459
4602010-05-20
461  * email2trac crashed if there are '/' and '\' characters in a filename.
462    These characters are now being replace by '_', closes #196
463    Reported by: jcuppen add hethooghuis dot nl
464    Fixed by: Bas van der Vlies
465
466  * Problems with attachments were not reported for ticket updates
467    Fixed by: Bas van der Vlies
468
469  * delete_spam changes:
470     - only support trac version greater then 0.10
471     - added -n/--dry-run option
472     - added -v/--verbose option
473
474    Author: Bas van der Vlies
475
476  * Enhancement for ticket prefixes (email2trac.conf). The ticket
477    fields status and resolution are not forbidden any more. closes #195
478    Author: Konstantin Ryabitsev <icon add mricon dot com>
479    Applied by: Bas van der Vlies
480
481  * Added a new option. It is all in the name:
482      * ticket_update_by_subject, default value is off
483      * ticket_update_by_subject_lookback, default 30 days
484
485    When this option is enabled and there is no ticket number found
486    in a reply mail. It will try to find a ticket summary that matches
487    the mail subject line. If found then append the mail to this
488    ticket, closes #188
489    Author: Konstantin Ryabitsev <icon add mricon dot com> & Bas van der Vlies
490    Applied by: Bas van der Vlies
491
492  * Added DiscussionPlugin support, closes 197. For description see:
493     - https://trac-hacks.org/wiki/DiscussionPlugin
494
495   Author: ibarton add fit dot vutbr dot cz (alias Blackhex)
496   Applied by with some modification: Bas van der Vlies
497
498  * Trac version is now automatically determined. No need anymore for
499    trac_version in /etc/email2trac.conf
500    Author: Bas van der Vlies
501
5022010-03-20
503
504  * Fixed a bug reporter was always set to the default value specified
505    in trac.ini.
506
507    Reported by: Jean-Paul Duyx <jean-paul dot duyx at sara dot nl>
508    Fixed by: Bas van der Vlies
509
510  * If reported field is overriden then use it for all trac functions
511    including notification, closes #187
512
513    Reported by: shildebrand at venturebeat dot com
514    Fixed by: Bas van der Vlies
515
5162010-03-24
517
518  * Added configure option '--with-install_user=<name>', default user is 'root'.
519    The specified user is used for installation so we can install the
520    package as non-root user, closes #182.
521
522    Reported by: shildebrand at venturebeat dot com
523    Fixed by: Bas van der Vlies
524
525  * Re-arranged some code so that we can override ticket fields in
526    email2trac.conf, eg:
527     - default_reporter : email2trac
528
529    Will set the reporter ticket field to email2trac for all mail, closes #182
530
531    Reported by: shildebrand at venturebeat dot com
532    Fixed by: Bas van der Vlies
533
534  * Fixed a bug when there is no subject field in the message, closes #179
535    The fix in the 1.2.0 version did not work.
536    Reported by: xurizaemon and John Donners (SARA)
537    Fixed by: Bas van der Vlies
538
539  * We do not write any files when dry run mode is enabled.
540    Fixed by: Bas van der Vlies
541
542  * Fixed several issues when DEBUG is enabled with printing non-ascii
543    characters, see #184
544    Reported by: hju add jochenkuhl dot de
545    Fixed by: Bas van der Vlies
546
5472010-02-24
548  * Added an option to run_email2trac to set the PYTHON_EGG_CACHE
549    environment variable (-e|--eggcache), closes #174
550    Author: pepl at cpan dot org
551    Applied by: Bas van der Vlies
552
553  * Ticket fields can be set inline an email: closes #171, #88
554     - controlled by parameter 'inline_properties', default behaviour off
555     - see https://subtrac.sara.nl/oss/email2trac/wiki/Email2tracParse#Updateticketfields
556
557    Author: samuel at hoffstaetter dot com
558    Applied by: Bas van der Vlies
559
560  * Fixed a bug when there is no subject field in the message, closes #179
561    Reported by: xurizaemon
562    Fixed by: Bas van der Vlies
563
564  * Added unicode support attachment filenames, closes #177
565    Reported by: obwandner add concertare dot de
566    Fixed by: Bas van der Vlies
567
568  * Email to blog did not work at all. It works but it can not handle
569    attachments. see #175.
570    Reported by: oland dot wells add gmail.com
571    Patches    : Bas van der Vlies
572
573  * Show errors when we can not include attachments in the ticket, see #165
574    Requested by: hju add jochenkuhl dot de and  dereks add cool-st dot com
575    Fixed by: Bas van der Vlies
576
577  * Added a new option 'email_triggers_workflow'. When a ticket is closed and
578    an update is received via email. The ticket will be reopened or triggers
579    a ticket workflow. This action can be skipped if we set the
580    email_triggers_workflow option to 0. The default value is 1, closes #180
581    Author: zac add sprackettd dot com
582    Applied by: Bas van der Vlies
583
5842010-01-11
585  * Workflow option did not work, closes #157
586    Reported by: thomas dot moschny at gmx dot de
587    Fixed  by: Bas van der Vlies & Thomas Moschny
588
589  * When a ticket is updated via email. We must set a changelog id,
590    closes #156
591    Reported by: Chris dot Nelson at SIXNET dot com
592    Fixed by: Bas van der Vlies
593
594 * Changed all 'str =' assignments to 's =' to solve conflicts with
595   the builtin str function
596   Fixed by: Bas van der Vlies
597
598 * Python egg cache enviroment setting was ignored by email2trac.
599   closes #163
600   Author: Dennis McRitchie ( dmcr at Princeton dot EDU )
601   Applied by: Bas van der Vlies
602
603 * Disabled code so the following line will not be displayed anymore
604   as comment in a ticket:
605     - This message has x attachment(s)
606   Suggested by: dereks at realloc dot net, closes ticket #165
607   Fixed by    : Bas van der Vlies
608
609
610 * Added a new parameter strip_content_types. So we can strip attachments
611   based on content type, eg:
612     - strip_content_types: application/pgp-signature, application/mac-binhex40
613
614   Will strip attachments that has these content_types.
615   Authors:  otto at bergerdata dot de and Bas van der Vlies
616
617 * FIxed an error when files where added with characters that needed to be
618   escaped. Both email2trac and trac escaped the filenames. We removed the
619   code from email2trac an let trac handle the escaping, closes #149
620
621   Reported by: hju att jochenkuhl dot de
622   Fixed by: Bas van der Vlies
623
624 * Added a new parameter:
625     - subject_field_separator, default value is &
626
627   This is used to set tickets fields via the subject line. It used to
628   be , .For backwards compatibility we introduced this parameter.
629   closes #166
630   Suggested by: Dennis McRitchie ( dmcr at Princeton dot EDU )
631   Fixed by    : Bas van der Vlies
632
633 * Prevent mail loop. We could set the CC ticket field to
634   the ticket email address.
635    - For a new ticket and reply_all is set.
636    - If the ticket CC field is updated via the subject line.
637
638   Also prevent setting the reporter address to the ticket email
639   address.
640
641   closes #172
642   Reported by: otto at bergerdata dot de
643   Fixed vy   : Bas van der Vlies
644
645
646
647
6482009-09-02
649  * Implemented a new feature to drop the HTML version of multipart/alternative
650    message part. Such a message part contains the same info. The info is sent
651    in different formats and the client can decide which version to use.
652    closes #30
653
654    to enable in email2trac.conf:
655        - drop_alternative_html_version: 1
656
657    Implemented by: Bas van der Vlies
658
6592009-08-20
660  * updated aclocal.m4 to support python versions 2.5 and 2.6, closes #137
661  * use the email addres in the reporter field, closes #136
662  * Fixed an error in blog update function
663
664    All Fixes by: Bas van der Vlies
665
666  * if alternate notify template is set then also set ticket id. It will show
667    up as ticket change, closes #142
668    Reported by: hju att jochenkuhl dot de
669    Fixed by: Bas van der Vlies
670
671  * Error in urllib.quote(filename) could not handle unicode
672    filenames, closes #138
673    Reported by: debacle at debian dot org
674    Applied  by: Bas van der Vlies
675
676  * Fixed an error when debug is on and the body message contains unicode
677    strings, closes #144
678    Reported by: trumbitta at gmail dot com
679    Applied by: Bas van der Vlies
680
681 * default trac version for email2trac is now updated to 0.11
682
6832009-04-09
684  * Fixed in parsing the reflow parameter, closes #123
685    Reported by: tomasz dot sterna at sensisoft dot com
686    Fixed by: Bas van der Vlies
687
688   * implemented workflow for tickets that are reopend, closes #70
689     Reported by: hju att jochenkuhl dot de
690     Author by: Bas van der Vlies
691
692   * added FullBlogPlugin support. So we can update/create the blogs
693     via email, #116
694     mail with subject line: <blog:.*> will create/update a blog entry.
695     Authors: Bas van der Vlies & lucas dot eisenzimmer at t-systems-mms dot com
696   
697   * email2trac require at least python version 2.4, closes #131
698     Reported by: otto at bergerdata dot de
699     Fixed by: Bas van der Vlies
700
701   * We can now set ticket fields for a new ticket via the 'subject' line:
702       - Subject: <description> #?<field=value>[,<field=value>]*
703     closes #130
704     
705     Requested by: Steve
706     Implemented by: Bas van der Vlies
707
7082009-01-30
709  * applied patch exit with non-zero return code on failure, closes #117
710    Author: admin-egon at ikw dot uos dot de
711    Applied by : Bas van der Vlies
712
713  * Ticket update with attachments did not work, closes #120
714    Reported by: Alexander Verkooijen (alexander at sara dot nl)
715    Fixed by: Bas van der Vlies
716
717  * Removed obsolete code
718    Author :  Bas van der Vlies
719
720  * When email address is known then the author name and email address
721    is used from the preference tab.  The match is case insensitive,
722    closes #118
723    Reported by: Pusateri, Matthew <Matthew dot Pusateri at tekelec dot com
724    Fixed by: Bas van der Vlies
725
726  * Ticket id is not reported as ticket change, eg:
727    {{{
728        *   id  set to 118
729    }}}
730    Author :  Bas van der Vlies
731
7322009-01-19
733  * applied patch to support RFC 3676 (format=flowed), closes #94, #99
734    This patch adds a new option: reflow (default: False/0)
735    Author: ben at fetchsoftworks dot com
736    Applied by : Bas van der Vlies
737
738  * Fixed a bug in reply_all option, closes #95
739    Reported by: gmcgrath at princeton dot edu
740    Fixed by: Bas van der Vlies
741
742  * Applied a patch for default values for custom ticket fields, closes #101
743    Author: ben at fetchsoftworks dot com
744    Applied by: Bas van der Vlies
745
746  * Fixed a bug that a ticket was not updated when we only update ticket
747    field(s) via email (empty body email), closes #113
748    Reported by: winnie at debian dot org
749    Fixed by: Bas van der Vlies
750 
751  * Better support for inline attachments and multiple body parts, closes #105,
752    #80. Inline images in email are also shown in the ticket with the trac
753    [[Image(..)]] macro.
754    Author: ben at fetchsoftworks dot com
755
756  * More versatile support for Apple attachments. closes #106
757    for explanation read:
758    - https://subtrac.sara.nl/oss/email2trac/wiki/Email2tracConfiguration#AppleAttachmentsoptions
759    Author: ben at fetchsoftworks dot com
760
761  * Applied a patch that solves problems with Window attachments, closes #110,
762    #93.
763    Author: martin.poeschmann add eiskonzept dot com   
764    Applied by: Bas van der Vlies
765
7662008-10-13
767  * Fixed a bug in email_header formating. When an email2trac ticket
768    was updated via the web interface it would trigger a description
769    field update.
770
771    Fixed by: Bas van der Vlies
772
773  * Reopen closed ticket if an update is received via email, closes #70
774    Requested by: Garrett McGrath gmcgrath add princeton dot edu
775    Fixed by: Bas van der Vlies
776
777
778  * The [DEFAULT] section did not work any more due to change to internal
779    trac parser, closes ticket #73
780    Reported by: email2trac at bulk dot squeakyblue dot com
781    Fixed by: Bas van der Vlies
782   
783  * black_list paramter must be comma-separated as mentioned in the
784    documentation (#75) and removed the default value
785    "MAILER-DAEMON@" (#74)
786    Reported by: email2trac at bulk dot squeakyblue dot com
787    Fixed by: Bas van der Vlies
788
789  * If a blank email is sent with just an attachment, a blank
790    comment is appended to the comments. fixed closes #89
791
792    Reported/Fixed by: ???
793    Applied by: Bas van der Vlies
794
795  * added white_list parameter.  If set then only mail is accepted if
796    sender matches.
797    Author: Bas van der Vlies, jon dot wbstr at gmail dot com
798
799  * added recipient_list parameter.  If set then only mail is accepted if
800    to-field matches. This only uses when people use a drop box to accept
801    email for several email addresses, (closes #77)
802    Author: Bas van der Vlies, jon dot wbstr at gmail dot com
803
804  * alternate notify template did not work for trac version 0.11
805    (#90).
806    Reported/Fixed by: hju at jochenkuhl dot de
807    Applied by       : Bas van der Vlies
808
809  * added 'alternate_notify_template_update'. When set this notify
810    template name will be used for ticket updates (#90).
811    Author: Bas van der Vlies, hju at jochenkuhl dot de
812   
813   
8142008-05-30
815  * Fixed debian control file. Package can be build on any platform and
816    not only on i386 platforms:
817
818    Author: Christian Iversen ci add sikkerhed dot org
819    Applied by: Bas van der Vlies
820
821  * We now use the trac configuration parser routine
822    Author: andrei2102 add gmail dot com
823    Applied by: Bas van der Vlies
824
825  * Added new command line option -n/--dry-run. This option only show
826    what commands will be executed.
827    Author: Bas van der Vlies
828
829  * the default values for tickets can now also be set in
830   'email2trac.conf'. So you can use different values when an email
831    is converted to a ticket. The ticket value is set to this rules
832     - email2trac.conf
833     - trac.ini
834
835    email2trac.conf use same format as trac.ini, eg email2trac.conf:
836      [project]
837      default_component : test
838
839    closes request #55, for more info see:
840    - https://subtrac.sara.nl/oss/email2trac/wiki/Email2tracConfiguration
841
842     Requested by: greg dot deakyne at etapestry dot com
843     Implemented by: Bas van der Vlies
844
845  * Fixed a bug in ticket_update. It failed when project did not have
846    ticket component field,  closes bug #62
847    Reported by: gernot dot hillier add siemens dot com
848    Fixed by: Bas van der Vlies
849         
850  * run_email2trac.c:
851     - can no longer segfault after a failed malloc.
852     - after set*id failure, you'll get a diagnostic (or at least
853       nonzero exit status) and it won't attempt the exec.
854
855    Author: Jim Meyering jim add meyering dot net
856    Applied by: Bas van der Vlies
857
858  * Made some approvements to spam function:
859     - If the he X-Spam-Score header is present, but has no value
860        email2trac will crash, closes #63
861
862     - Added config option which header field we must check
863       for determing if mail is Spam, eg:
864        - spam_header : X-Spam-Level (default: X-Spam-Score)
865 
866    Author: email2trac at bulk dot squeakyblue dot com
867    Applied by: Bas van der Vlies
868
869
870  * black_list  is now a configuration option and is used to deny
871    email addesses, default value is: MAILER-DAEMON@
872
873    Can specifiy more then one email adress seperated by ',', eg:
874    black_list : basv@sara.nl, walter@sara.nl
875
876    closes #39, #56
877   
878    Author: Bas van der Vlies
879
880  * if mailto_link + german umlaut problem is fixed, closes #60
881    Reported by: alex at pirsig dot net
882    Fixed by: Bas van der Vlies
883   
884
8852008-02-04
886        * Added version check and exit if we do not support the trac version
887          closes bug #23
888          Reported By: Marc Zahnlecker m.zahnlecker at lxbyte dot de
889
890          Fixed By: Bas van der Vlies
891
892        * Added check if syslog module is available. If it is not available
893          disable the syslog functionality.
894          Author: michael.th add gmx dot net
895
896          Implemented by: Bas van der Vlies
897
898        * Added strip_quotes function, default settings:
899                strip_quotes: <int> (default: 0)
900                mail_quote: <quote chars> (default: "> ")
901          Author: nicolasm @ opera dot com
902
903          Implemented by: Bas van der Vlies
904
905        * Added patch to make notify email work with trac 0.11 dev.
906          Author: tbaschak add ktc dot mb dot ca       
907          Author: andrei2102 add gmail dot com
908
909          Implemented by: Bas van der Vlies
910
911        * greedy matching in Subject line, We must stop after the first ':'
912          else we get wrong values for ticket fields when we update a ticket
913          via mail, closes ticket #37
914          Reported by: dmaziuk at bmrb dot wisc dot edu
915          Fixed    by: Bas van der Vlies
916
917        * added IGNORECASE flag to regular expression for black list. This
918          is a quick fix, still want to implement this as configuration
919          option, closed bug #39
920
921          Reported By: jodok at lovelysystems dot com
922          Fixed by   : Bas van der Vlies
923
924        * When a known user mails a ticket. We will set the Reporter to
925          its login name, closes bug #33, #41
926
927          Also add configuration option:
928                ignore_trac_user_settings : 0 (default value)
929
930          This option will skip the email address to trac user login name
931          mapping.
932
933          Reported by: anonymous
934          Fixed by   : Bas van der Vlies
935
936       
937        * SPAM detection was only for new mails not for ticket updates,
938          closed ticket #44
939
940          Reported by: Bas van der Vlies
941          Fixed by   : Bas van der Vlies
942         
943           
9442007-07-18
945
946        * Implemented python_egg_cache environment variable. Some trac
947          installations may depend on it, closes ticket #10, eg:
948                python_egg_cache : /var/cache/eggcache
949
950          Reported By: Anonymous
951          Fixed by   : Bas van der Vlies <basv@sara.nl>
952
953        * Implemented update ticket fields via email subject line, eg:
954                Re: [email2trac] #7?owner=bas,priority=minor: Error in parsing
955
956                - Sets the owner of the ticket to: bas
957                - Sets the priority of the ticket to: minor
958         
959          For some ticket fields there are only a limited number of allowed
960          values. The supplied value will be checked against this list. If it
961          is not vaild value the field update will be ignored.
962
963          Requested by  : trac at yadan dotnet, Jan Parchmann, see ticket #7
964          Implemented by: Bas van der Vlies <basv@sara.nl>
965
966        * Dropped support for version trac version 0.8. Removed all 0.8
967          specific code. 
968          Fixed by: Bas van der Vlies <basv@sara.nl>
969
970        * Added a new config parameter: tmpdir: /var/tmp, default is '/tmp'
971          All functions now use this new parameter and use OS independent
972          path functions.
973          Implemented by: Bas van der Vlies <basv@sara.nl>
974
975        * fixed and a creating directory problem email2trac.spec file
976          Fixed by: artrus at netzero dot net
977
978        * set_owner function is obsolete. When component is set the trac code
979          will set the owner to the component owner.
980          Fixed by    : Bas van der Vlies <basv@sara.nl>
981
982        * Also show email headers in a ticket update.
983          Requested by: Ramon Bastiaans
984          Fixed by    : Bas van der Vlies <basv@sara.nl>
985
986        * A date patch so it works with trac version 0.11 for ticket updates.
987          Also applied for other trac versions.
988          Thanks to: tbaschak at ktc dot mb dot ca
989
9902007-04-27
991
992        * Added check to catch an error when attachment size
993          is too large, bug #1153
994          Author: Bas van der Vlies
995
996        * Wrap long line into user given length, use_textwrap: 72. Wraps lines
997          greater then 72 chars, #1123
998          Author: Bas van der Vlies &
999                  Rainer Sokoll (r.sokoll at intershop dot de)
1000
1001        * Fixed a dutch spelling, #1295
1002          Author: Rainer Sokoll (r.sokoll at intershop dot de)
1003
1004        * email2trac.py : blacklist (don't create ticket) mail from
1005          MAILER-DAEMON to avoid loops
1006          Author: Michel Jouvin <jouvin at lal dot in2p3 dot fr>
1007
1008        * msg.bad.txt : add an example of message from MAILER-DAEMON
1009          Author: Michel Jouvin <jouvin at lal dot in2p3 dot fr>
1010
10112006-12-08
1012        * email2trac.py:
1013          - Added verbatim_format option default is: 1
1014          Added by : Bas van der Vlies
1015
1016          - Added strip_signature option default is: 0
1017          Added by : Bas van der Vlies
1018
1019          - Fixed some unicode errors, thanks to japanes SPAM.
1020            If we can not unicode email message then display which
1021            charset must be installed in ticket description. Else we
1022            trac crashed with unicode errors ;-(
1023          Fixed by: Bas van der Vlies
1024
1025          - Fixed statements: str + unicode, raises an exception if
1026            non-ascii value in unicode object.
1027
1028          - Forgot to unicode the author. So we got an error if we use
1029            the mailto_link option in email2trac.conf.
1030          Fixed by: Bas van der Vlies
1031
1032        * delete_spam.py:
1033          - Now works for version 0.10 with new API-functions
1034          Fixed by: Bas van der Vlies
1035
1036        * Makefile.in
1037          - Added install-conf. Install email2trac.conf if there is none
1038            installed.
1039          Fixed by: Bas van der Vlies
1040
10412006-10-27
1042
1043        * run_email2trac.c.
1044       
1045          - Setgid() must be called before setuid().
1046          Reported by:  Anonymous
1047          Fixed    by:  Bas van der Vlies
1048
1049        * email2trac.py,
1050       
1051          - Fixed an error in Ticket Update. When ticket
1052          does not exists, proceed as if it is a new ticket
1053          Fixed    by:  Bas van der Vlies
1054
1055          - Fixed a strang bug in 0.9 version, if ticket update
1056          is enabled and email has attachment(s). We are not allowed to
1057          set the description and author field of the attachment else
1058          the comment text is lost ;-(
1059          Fixed    by:  Bas van der Vlies
1060
1061          - Fixed an error if enable_syslog and drop_spam is set. We get
1062          an exception in the syslog if we use sys.exit(0), replaced by
1063          return.
1064          Fixed    by:  Bas van der Vlies
1065
1066        * delete_spam.py.
1067       
1068          - Trac version 0.10 made it easier to delete tickets.
1069          Fixed    by:  Bas van der Vlies
1070       
10712006-10-10
1072        * Fixed race conditions in delete_spam.py and added some
1073          debug code.
1074          Fixed by   : Bas van der Vlies
1075
1076        * Added author and description field when attachment is
1077          added to ticket. This is for trac version greater than
1078          0.8.
1079          Fixed by   : Bas van der Vlies
1080          Thanks to Matthew Good for the hint
1081
1082        * Added drop_spam option, default = 0. If set then
1083          mail marked as Spam is not accepted.
1084          Added by   : Bas van der Vlies
1085
1086        * Do not send notification if message is marked as Spam
1087          and drop_spam is not set.
1088          Fixed by   : Bas van der Vlies
1089
10902006-10-02
1091        * Fixes possible segmentation faults in run_email2trac.c
1092          Reported by: bcornec
1093          Fixed by   : Bas van der Vlies
1094
1095        * Can set DEBUG level while configuring package, eg:
1096          DEBUG=1 ./configure ( default : 0)
1097          Reported by: syd at plug dot ca
1098          Fixed By   : Bas van der Vlies
1099
1100        * delete_spam.py did not delete everything from the SQL tables
1101          Reported by: brent at rcfile dot org
1102          Fixed by   : Bas van der Vlies
1103
1104        * Do not send notification when message is marked as Spam
1105          Fixed by   : Bas van der Vlies
1106         
11072006-08-28
1108        * fixes an error in the 'reply_all' setting
1109          Thanks to and Patch by: ncarlson@ibsys.com
1110
1111        * Added RPM spec file
1112          Thanks to:  Jon Topper <jon@topper.me.uk>
1113
11142006-07-14
1115        * Use X11R5 install-sh to install email2trac components to hide
1116          native install program differences.
1117          Author: Michel Jouvin <jouvin@lal.in2p3.fr>
1118
1119        * Fixed an error in saving attachments for new tickets for trac
1120          versions greater then 0.9.
1121          Fixed by: Bas van der Vlies
1122
1123        * When something went wrong save the offending email for debug
1124          purposes.
1125          Fixed by: Bas van der Vlies
1126
1127        * delete_spam.py
1128           - did not clean up the attachment table. So we got nasty new
1129             mails with fake attachments.
1130           - It works now for versions higher then 0.8
1131
1132        * Finally understand the unicode/encode functions and hopefully
1133          fixed the errors.
1134          Fixed by: Bas van der Vlies
1135
1136        * Remove the temporarly created attachment files.
1137          Fixed by: Bas van der Vlies
1138       
11392006-07-06
1140        * Fixed an error in already added attachments. Do not close
1141          the database connection.
1142          Fixed by: Walter de Jong en Bas van der Vlies
1143
1144        * Added enable_syslog option. If enabled log errors to syslog
1145          instead of stderr. If enabled no errors are send back to the
1146          user.
1147          Implemented by: Bas van der Vlies
1148
1149        * Fixed an error with updating tickets with attachments for trac
1150          versions 0.9 and 0.10. Field "id" is not known when a existing
1151          ticket is fetched (Error = KeyError: 'id')
1152          Fixed By: See tickets #258 and #449 on trac-hacks
1153
1154        * Fixed and spell error, self.mail_addr must be self.email_addr
1155          Fixed by: Bas van der Vlies
1156
1157        * Catch a LookupError in unicode/encode conversion in function
1158          get_body_text()
1159          Fixed by: Bas van der Vlies
1160
1161        * Description field was always changed when updating the ticket
1162          via the web. Asked the mailing list for a solution and got one
1163          ;-)
1164          Patch/Suggestion by: Christian Boos
1165          Applied by: Bas van der Vlies
1166
1167        * Fixed an encoding problem when email_header is set to 1
1168          Fixed by: Bas van der Vlies
1169
1170        * Fixed a bug in to_unicode() function.
1171          Fixed by: Bas van der Vlies
1172
1173        * Fixed an unicodedata.normalize TypeError bug for filenames in the
1174          attachment function
1175          Fixed by: Bas van der Vlies
1176
1177
11782006-06-02
1179        * Added ticketing merging. To enable it there are two options for
1180          both options enable 'ticket_update' in email2trac.conf
1181          1 - Configure trac notification, eg:
1182                * (ticket address: ticket@test.nl)
1183                [notification]
1184                smtp_enabled = true
1185                smtp_always_cc = test@test.nl
1186                smtp_server = localhost
1187                smtp_from =  ticket@test.nl
1188                always_notify_reporter = true
1189
1190          2 - Use the mailto_cc in email2trac.conf if you want to sent
1191              an email to the user and the trac ticket email address.
1192
1193          With both options you get the right format of the subject line.
1194
1195        * Use the short options for the install command. So it works for
1196          MacOSx Reported by: Nathaniel Irons.
1197
1198        * Updated inline documentation by Nathaniel Irons.
1199                 
12002006-05-16
1201        * Fixed a bug when there was no plain text body.
1202          Reported by: Greg Deakyne
1203        * Fixed a small bug if default component owner is unknown.
1204          Just fill in some bogus info.
1205        * Use the short options for the install command. So it works for
1206          MacOSx
1207          Reported by: Nathaniel Irons
1208        * Messages that has X-Virus-found in header are marked as SPAM
1209          Implemented by: Walter de Jong
1210        * Some modules are changed for version 0.10, Added and made some
1211          minor changes: Patch supplied by: Markus Tacker 
1212        * Ported delete_spam.py to version 0.9 and higher:
1213          Reported by: Nathaniel Irons
1214
1215
12162006-03-08
1217        - Fixed an bug for 0.9, there was a space in front of the ' ticket' directory.
1218          removed it.
1219          Reported by: mi-trachacks@moensolutions.com   
1220          Fixed by: Bas van der Vlies
1221        * Fixed an exception error in delete_spam.py
1222          when shutil has not enough priveledges to remove the
1223          attachments it is reported
1224          Fixed by: Bas van der Vlies
1225        * email2trac.py: When you include the body tag, some
1226          mailers (like Thunderbird) will leave out the signature.
1227          Therefore this version leaves out the body tag.
1228          Fixed by: Walter de Jong
1229        * Added msg.txt for testing
1230          Fixed by: Bas van der Vlies
1231
12322006-02-01  Bas van der Vlies <basv@sara.nl>:
1233        * Added Tikcet notification, send email when there is
1234          a new ticket. Depends on notification setting in
1235          trac.ini.
1236          Implemented by: Kilian Cavalotti
1237        * Can use different template for ticket notification,
1238          eg: alternate_notify_template: "a_tkt.css"
1239          Implemented by: Kilian Cavalotti
1240        * Added reply_all config parameter. If set put all
1241          CC-addresses from orginal mail in ticket CC-field.
1242          Suggested by: Kilian Cavalotti
1243        * Text in ticket description is also properly UTF-8
1244          encoded
1245          Implemented by: Kilian Cavalotti
1246        * Removed reply_address from config file. Is not
1247          necessary anymore. See Ticket notification.
1248        * Added support for known users. If email address is
1249          known then use the trac known username instead
1250          of the email-address (only for trac version > 0.9)
1251          Implemented by: Kilian Cavalotti
1252        * Fixed an error in saving attachments for version < 0.9.
1253          Sometimes we got bogus attachments.
1254          Fixed by: Walter de Jong
1255        * Added support to make an debian package
1256          Implemented by: Bas van der Vlies
1257
12582006-01-21  Bas van der Vlies <basv@sara.nl>:
1259        * Fixed run_email2trac.c, did not work
1260        * Added TRAC_SCRIPT_NAME to Makefile.in to
1261          solve run_email2trac problem
1262
1263        Both errors reported by: kilian.cavalotti@lip6.fr
1264
12652006-01-20  Bas van der Vlies <basv@sara.nl>:
1266        * A warning error is fixed by kilian.cavalotti@lip6.fr
1267        * Several errors in make install ;-(, reported by
1268          tacker
1269
12702006-01-15  Bas van der Vlies <basv@sara.nl>:
1271        * Added configure script.
1272
12732006-01-10  Bas van der Vlies <basv@sara.nl>:
1274        * Removed project_root from source and config file
1275        * Adjust code so we can use mulitple stanza's in config file, eg:
1276          [bas]
1277          project: /data/trac/bas
1278          spam_level: 3
1279
1280          use option "-p|--project bas" to select the stanza
1281
12822006-01-04  Bas van der Vlies <basv@sara.nl>:
1283
1284        * Fixed getopt for -f option
1285        * Added suppport for different TRAC versions (0.8 and 0.9)
1286
12872006-01-03  Michel Jouvin  <jouvin@lal.in2p3.fr>
1288
1289        * email2trac.py (ReadConfig) : allow project name relative to project root in configuration file
1290       
1291        * email2trac.py (TicketEmailParser.parse): save entire email for debugging only if debug >= 2
1292
1293        * run_email2trac.c: pass wrapper arguments to Python script, filtering out --file
1294
1295        * 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)
1296
1297        * 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)
1298
12992005-12-22  Michel Jouvin  <jouvin@lal.in2p3.fr>
1300
1301        * Makefile: add a Makefile to build and install email2trac
1302
1303        * email2trac.py: migrate to Trac 0.9 API
1304
13052005-12-21  Michel Jouvin  <jouvin@lal.in2p3.fr>
1306
1307        * run_email2trac.c: add error messages if DEBUG macro defined
1308
1309        * run_email2trac.c: add error testing and specific return values for each error
1310
1311        * run_email2trac.c: Move site specific paramaters to run_email2trac.h
1312
1313        * run_email2trac.h: include file to define site specific paramaters
1314
13150.2.4 01/11/2005
1316        Added email_header option if set then show TO/CC fields in
1317        description of the ticket.
1318
1319        Fixed an error in the mailto URL. This was an old error that
1320        supposed to be fixed but reoccured in this version.
1321       
13220.2.3 31/10/2005
1323        Fixed a bug with base64 encoded attachments/emails
1324        Fixed by: Walter de Jong
1325
13260.2.2 10/10/2005
1327        according to RFC 2368 (titled "the mailto URL scheme") the mailto
1328        URL can only work with short &body messages. It fails with long
1329        messages and the link won't work. Therefore the mail body is
1330        no longer copied into the mail reply.
1331
13320.2.1 10/07/2005
1333        body of reply email looks better
1334
1335
13360.2   10/07/2005
1337        mailto is replaced by a html mailto to line. If
1338        you reply to the ticket via this link then an
1339        email client is started with some default values:
1340                To: <reporter>
1341                Subject: Re: <orginal subject>
1342                Body: email_comment <orginal text>
1343
1344        email2trac.conf:
1345                email_comment: # (default:  >)
1346
1347               
1348
Note: See TracBrowser for help on using the repository browser.