source: trunk/ChangeLog @ 618

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

API changes use self.env.get_read_db instead of self.env.get_db_cnx().

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