summaryrefslogtreecommitdiff
path: root/service/pixelated
AgeCommit message (Collapse)Author
2015-04-09#334 Formatting the HTML part of the welcome emailGabriel Albo
2015-04-09Default broken Content-Transfer-Encoding to 8bit.Folker Bernitt
- Issue #347
2015-04-09Added fallback to us ascii for invalid Content-Type values.Folker Bernitt
- Issue #347
2015-04-08Merge pull request #358 from pixelated-project/shybamasterVictor Shyba
Welcome email
2015-04-07for #333, validate True if no cert givenVictor Shyba
2015-04-07Only patch debian requests if it's installed.Folker Bernitt
2015-04-02catch invalid data in received header when parsing date.Lisa Junger
- Issue #347
2015-04-02when receiving invalid data for date header, fall back to datetime.now.Lisa Junger
- Issue #347
2015-04-02handle incorrectly encoded headers as ascii.Lisa Junger
- Issue #347
2015-04-02Removed unused certs_home code.Folker Bernitt
2015-04-02Don't try to write certs to installation folder.Folker Bernitt
- User running the agent might not have the rights to do this
2015-04-02Use provided ssl version within docker.Folker Bernitt
2015-04-01Adds text explaining encryption statusVictor Shyba
--Issue #334
2015-04-01Only import requests deeper modules if version is 2.0.0.Folker Bernitt
2015-04-01Fixed circular dependency when auto detecting provider ca.Folker Bernitt
2015-04-01Adds a welcome mail templateVictor Shyba
-- Issue #334
2015-04-01Unit tests, integration tests and welcome mailVictor Shyba
-- Issue #334
2015-04-01Refactor lastuid and register wrapper on SYNC_DONEVictor Shyba
-- Issue #334
2015-03-31Better naming for which_bundle functionsFolker Bernitt and Victor Shyba
-- Issues #93 and #333
2015-03-31Added support for ssl fingerprint validation.Folker Bernitt
- Issue #333 - Needed to patch urrlib3 for older requests versions - Use --leap-cert-fingerprint <SHA1> to validate fingerprint
2015-03-30Fixing if logic on _extract_alternativeTiago Ferraz
2015-03-30Protection against None bdocTiago Ferraz
Pixelated does not load the mails when bdoc is None Tiago & Neissi pairing
2015-03-30Protection against None bdoc objectTiago Ferraz
When bdoc is None, pixelated does not load emails, even though it is not necessary. Tiago & Neissi pairing
2015-03-30Auto refresh provider certificate on start.Folker Bernitt
- Issue #333
2015-03-30Splitting certificate validation into provider and bootstrap certificate.Folker Bernitt
- Issue #333 - Now a different certificate is used to communicate with the provider's HTTPS website than for all other connections, e.g. to the api
2015-03-23#333 Implemented downlload ca.crt when pixelated-user-agent doesn't find a ↵Jefferson Stachelski
cert file to connect on LEAP provider
2015-03-22checks if a mailbox is fresh (uid is 0).Victor Shyba
If so, we are able to put welcome mail on INBOX after checking it -- Issue #334
2015-03-22extracts get_lastuid and adds tests for create_mail uid consistency.Victor Shyba
-- Issue #334
2015-03-20Gracefully handle None from and subject values during tests.Folker Bernitt
- Issue #248
2015-03-20Added support for encoded To, Cc and Bcc headers.Folker Bernitt
- Issue #248
2015-03-19#248 Wrote missing testsJefferson Stachelski
2015-03-18#248 Fixed the UTF-8 decode for special characteresJefferson Stachelski
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-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-17Revert "try was redeployed"Christoph Kluenter
We don't need to change the cert when redeploying because we preserve the certs simply for this reason This reverts commit 02ee338870ad75b5ae8a0963855e9e6de9f07ada.
2015-03-17try was redeployedChristoph Kluenter
2015-03-17Don't fail to parse mail if neither Date nor Received header is avail.Folker Bernitt
- Issue #331
2015-03-17Lock index on index_mail.Folker Bernitt
- Issue #330
2015-03-13Enable utf-8 locale in user agent.Folker Bernitt
- Fix missing imports - Issues #322, #319, #313
2015-03-13Added missing imports to monkey patch.Folker Bernitt
- Issue #313
2015-03-12Added some error logging if mail part parsing fails.Folker Bernitt
- Especially interested in the Content-Type header field
2015-03-12Removed invalid code from config/__init__.py.Folker Bernitt
- using monkey patch by import instead - Issue #313
2015-03-12Fixed problem with multi line content type header field.Folker Bernitt
- Bugfix - Issues #313, #322