This project is mirrored from https://github.com/sympa-community/sympa.git.
Pull mirroring updated .
- 10 Jul, 2013 1 commit
-
-
sikeda authored
Instead, added 'selection' option parameter to select '*' (all including parsed message), '*_but_message' (metadata only) or 'count'. git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@9483 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
- 09 Jul, 2013 1 commit
-
-
david.verdin authored
[dev] Fix to previous commit [#9462] : SympaspoolClassic::parse1 and SympaspoolClassic::parse2 are not intended to fully parse messages (and other spool objects). I merged them back to SympaspoolClassic::parse, which just analyzes the file name and gather the file content (without parsing this content). The reason why it won't be replaced by Message::new is that this sub is called for each file when we gather the Sympa spool. If we fully parse a message into a Message object, we may have to verify signature, decypher the message, etc. just to parse the spool content. I think it might impair our performances. Objects inheriting SympaspoolClassic can override this method to add more information gathering. This is the case of future src/lib/SubscribeSpool.pm class, that is used to manipulate subscription spools. git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@9482 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
- 08 Jul, 2013 5 commits
-
-
sikeda authored
git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@9473 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
sikeda authored
git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@9472 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
sikeda authored
git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@9463 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
sikeda authored
- parse() was splitted to parse_1() & parse_2(): They will be replaced with Message::new() and Message::load() by further refactoring. - new() can take optional argument 'sortby' and 'way' defining default sorting behavior used by next(). - get_content() was added new options 'sortby', 'way', 'offset' & 'page_size' (not yet tested). git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@9462 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
sikeda authored
git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@9461 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
- 07 Jul, 2013 1 commit
-
-
sikeda authored
git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@9460 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
- 05 Jul, 2013 2 commits
-
-
sikeda authored
[-dev] Message: get_recipient() method and X-Sympa-To: special header no longer have use. But X-Sympa-To: and X-Sympa-Checksum: are supported for migration purpose. git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@9459 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
sikeda authored
git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@9458 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
- 04 Jul, 2013 6 commits
-
-
david.verdin authored
git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@9456 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
sikeda authored
git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@9455 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
sikeda authored
[dev] Changes on List::automatic_tag(). It takes Message object as argument; foldcase & index are used for case-ignore match, instead of regexp. git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@9454 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
sikeda authored
[dev] Refactoring (con'd). Direct access to {'msg'} and {'msg_as_string'} were replaced with as_entity() and as_string(). Several "$message->as_entity->as_string" calls were replaced with "$message->as_string", because message object won't be modified. git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@9453 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
sikeda authored
[dev] Refactoring. Message: get_encrypted_mime_message() & get_encrypted_message_as_string() were renamed to as_entity() & as_string(). Older names are confusing. Additionally, direct access to {'msg'} and {'msg_as_string'} were replaced with as_entity() and as_string(). git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@9452 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
sikeda authored
git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@9449 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
- 03 Jul, 2013 7 commits
-
-
sikeda authored
git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@9437 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
sikeda authored
git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@9436 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
sikeda authored
git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@9435 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
sikeda authored
git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@9434 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
sikeda authored
[dev] Refactoring. sympa.pl: Avoid redundant checks on messages in spool (hash) and message objects. This is a part of refactoring about interaction between Message object and spools. git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@9433 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
sikeda authored
git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@9432 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
sikeda authored
git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@9431 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
- 01 Jul, 2013 4 commits
-
-
sikeda authored
git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@9430 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
sikeda authored
[-dev] $list->get_address() supports "subscribe" & "unsubscribe" options to be symmetrical with $robot->split_listname(). git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@9429 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
sikeda authored
- DoCommand()/DoForward()/DoMessage() no longer have redundant arguments $listname, $robot_id etc.: They use robot, list, sender and priority attributes taken from Message object. git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@9428 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
sikeda authored
git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@9427 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
- 29 Jun, 2013 1 commit
-
-
sikeda authored
git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@9426 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
- 26 Jun, 2013 1 commit
-
-
sikeda authored
- Robot::split_listname() returns "type" including "sympa" and "listmaster". - It returns "owner" and "return_path" for "-request" and "-owner" suffixes, respectively. git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@9414 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
- 24 Jun, 2013 1 commit
-
-
sikeda authored
git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@9406 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
- 22 Jun, 2013 3 commits
-
-
sikeda authored
git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@9405 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
sikeda authored
git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@9404 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
sikeda authored
- moddef.pm defining CPAN modules has been separated from sympa_wizard.pl. git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@9403 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
- 20 Jun, 2013 3 commits
-
-
sikeda authored
Optional Encode-Locale module is required. git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@9402 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
sikeda authored
git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@9401 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
sikeda authored
git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@9400 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
- 19 Jun, 2013 3 commits
-
-
sikeda authored
git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@9399 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
sikeda authored
Dynamic list feature was unavailable. git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@9398 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
sikeda authored
They will be handled as attributes of Message object, and saved into spools as special headers. - New special header field X-Sympa-Sender: for {'sender'} attribute, actual sender of message. Needs more tests. git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@9397 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
- 17 Jun, 2013 1 commit
-
-
sikeda authored
git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@9378 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-