summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-03-23The whole go script runs with -e now, this will make it break when it breaksBruno Wagner
2015-03-22checks if a mailbox is fresh (uid is 0).Victor Shyba
2015-03-22extracts get_lastuid and adds tests for create_mail uid consistency.Victor Shyba
2015-03-20empty queries test makes more sense as a unit testVictor Shyba
2015-03-20integration helper: reindex only when new tags are added (performance)Victor Shyba
2015-03-20fix: send button no longer stuck on sending for invalid email addresses.Lisa Junger
2015-03-20Gracefully handle None from and subject values during tests.Folker Bernitt
2015-03-20Added missing file for previous commit.Folker Bernitt
2015-03-20Added support for encoded To, Cc and Bcc headers.Folker Bernitt
2015-03-19#248 Wrote missing testsJefferson Stachelski
2015-03-18#248 Fixed the UTF-8 decode for special characteresJefferson Stachelski
2015-03-18testing #330, this fixes search performance testVictor Shyba
2015-03-18making map and filter explicitVictor Shyba
2015-03-18cleaning unused imports and variablesVictor Shyba
2015-03-18import * and missing re, re came from *Victor Shyba
2015-03-18cleaning import * from integration and unit testsVictor Shyba
2015-03-18no more self.client, since those methods are available from test case baseVictor Shyba
2015-03-18TestCase logic moved to AppTestClient, enabling reuse outside of integration ...Victor Shyba
2015-03-18Removed if that was not being usedBruno Wagner
2015-03-18Fixed identation on ext_key_manager fileBruno Wagner
2015-03-18Changed map to list comprehensionBruno Wagner
2015-03-18Non exception was being caught by soledadBruno Wagner
2015-03-18MailService is now an objectBruno Wagner
2015-03-18we have a valid cert for try.pixelated-project.org nowChristoph Kluenter
2015-03-17adding snap badgeVictor Shyba
2015-03-17Fixing padding for mails inside mail list and margin for list actions checkboxGabriel Albo
2015-03-17Aligning list actions checkbox with all emails checkboxes belowGabriel Albo
2015-03-17Fixing the default tags label alignment by changing one character after 2 hou...Gabriel Albo
2015-03-17Revert "try was redeployed"Christoph Kluenter
2015-03-17try was redeployedChristoph Kluenter
2015-03-17Don't fail to parse mail if neither Date nor Received header is avail.Folker Bernitt
2015-03-17Lock index on index_mail.Folker Bernitt
2015-03-16Shameful temporary hack for tags icons alignment. Must fix this after we've c...Gabriel Albo
2015-03-16#286 Fixing mail list clickable areaGabriel Albo
2015-03-13Update README.mdNeissi Torres Lima
2015-03-13Update README.mdNeissi Torres Lima
2015-03-13Changed test and debug tasks, they shouldn't break the css anymoreBruno Wagner
2015-03-13Added test for ext_keymanager_fetch_key monkey patch.Folker Bernitt
2015-03-13Removed commented out lines from Dockerfile.Folker Bernitt
2015-03-13Enable utf-8 locale in user agent.Folker Bernitt
2015-03-13Ensure locales package is installed.Folker Bernitt
2015-03-13Set locale to UTF-8 in docker context.Folker Bernitt
2015-03-13Added missing imports to monkey patch.Folker Bernitt
2015-03-12For #311, fixing some partsVictor Shyba
2015-03-12Added some error logging if mail part parsing fails.Folker Bernitt
2015-03-12Removed invalid code from config/__init__.py.Folker Bernitt
2015-03-12Fixed problem with multi line content type header field.Folker Bernitt
2015-03-12Added missing file for previous commit.Folker Bernitt
2015-03-12Monkey patched KeyManager._fetch_keys_from_server.Folker Bernitt
2015-03-11for #315, check query parameter and return empty if they are empty, not an errorVictor Shyba