1
0
mirror of https://github.com/moparisthebest/k-9 synced 2025-01-10 13:18:09 -05:00
Commit Graph

2894 Commits

Author SHA1 Message Date
Jesse Vincent
1b7481f854 optimize cketti's pop3 space-splitting code to not make lots of extra
copies of responses.
2011-09-04 15:53:12 -04:00
Koji Arai
de7624a92c Updated Japanese translation. catch up with 20d2942. 2011-09-04 01:44:41 +09:00
Chris Banes
b002f3178b Move Sender Address to end of Default Projection 2011-09-02 11:33:20 +01:00
Andrew Chen
339c9f1eee Merge branch 'master' of github.com:k9mail/k-9
* 'master' of github.com:k9mail/k-9:
  Cosmetic changes
  Removed unused method
  Workaround for below issue.
2011-09-01 07:23:40 -07:00
Chris Banes
caa02b16eb Expose SenderAddress through ContentProvider. Issue: 3665 2011-09-01 11:57:06 +01:00
Vitaly Polonetsky
9b3b88e9cd few cleanups 2011-08-31 21:40:35 +02:00
Vitaly Polonetsky
ea9e1b7cdd fixed battery drain and delete messages 2011-08-31 21:40:35 +02:00
Vitaly Polonetsky
ca4f3a3dc3 First working version of push messages 2011-08-31 21:40:35 +02:00
Vitaly Polonetsky
8bf95c1244 using sync mode, instead of GetItemEstimate, which is not reliable
working read/unread sync
adapters cleanups
2011-08-31 21:40:35 +02:00
Vitaly Polonetsky
308ee4c1f2 delete messages 2011-08-31 21:40:35 +02:00
Vitaly Polonetsky
b2d57b8fb8 mark as read/unread should be working 2011-08-31 21:40:35 +02:00
Vitaly Polonetsky
f5454b9584 working sending of email 2011-08-31 21:40:34 +02:00
Vitaly Polonetsky
3b7b88bf93 fixed eas version init
get full mime messages
2011-08-31 21:40:34 +02:00
Vitaly Polonetsky
22c8532843 removed unused search function (isn't supported in all versions of EAS) 2011-08-31 21:40:34 +02:00
Vitaly Polonetsky
4395261354 Improved fetching of messages 2011-08-31 21:40:34 +02:00
Vitaly Polonetsky
97a70add8d First working sync of messages 2011-08-31 21:40:34 +02:00
Vitaly Polonetsky
33fd9fa51f added email sync - won't compile 2011-08-31 21:40:34 +02:00
Vitaly Polonetsky
1c977c0ca5 folder sync missing file 2011-08-31 21:40:34 +02:00
Vitaly Polonetsky
1bae945266 working folder listing 2011-08-31 21:40:34 +02:00
Vitaly Polonetsky
580d8053dc Imported from AOSP 2011-08-31 21:40:34 +02:00
Vitaly Polonetsky
3c2b46a021 Fully working EAS account setup 2011-08-31 21:40:34 +02:00
Vitaly Polonetsky
6bc9183df0 Working "Check incoming settings" in EAS account 2011-08-31 21:40:34 +02:00
Vitaly Polonetsky
1731c6c70d Created EAS store and configuration for it 2011-08-31 21:40:33 +02:00
cketti
f6a647d7b0 Cosmetic changes 2011-08-31 02:17:45 +02:00
cketti
e9e9d5afcb Removed unused method 2011-08-31 02:12:01 +02:00
cketti
dfc370c057 Merge pull request #42 from jca02266/wip-fix-activity-switching-for-message-view
Fix for message list opening the wrong message view

Fixes issue 3592
2011-08-30 17:09:11 -07:00
Andrew Chen
6415f6344c Add vi archive files to default ignore list. 2011-08-29 12:07:19 -07:00
Andrew Chen
16c1f9c35b Add the remaining two return receipt headers upon request. 2011-08-28 16:08:41 -07:00
Jesse Vincent
1ac652dc5f Small bug introduced during a refactoring "Extracted POP3 commands and capabilities to constants" introduced a typo that broke interactions wit some POP3 servers. 2011-08-28 18:28:12 -04:00
Jesse Vincent
20d2942a35 improve english phrasings of read receipts 2011-08-28 18:28:11 -04:00
Jesse Vincent
a1378789b2 Merge pull request #48 from rpimonitrbtch/master
Loosened the restrictions on the TLD to support custom private TLD's, as well as single label hostnames.

Resolves Issue 2784: Cannot set server hostname
2011-08-28 12:48:10 -07:00
rpimonitrbtch
bdcb19e344 Issue 2784: Cannot set server hostname
Loosened the restrictions on the TLD to support custom private TLD's, as well as single label hostnames. Removed the localhost and localhost.localdomain exceptions, as they are now redundant.
2011-08-28 15:24:52 -04:00
Alessandro Russo
f5c679fb95 Added support for requesting read receipts 2011-08-27 20:46:04 -04:00
Jesse Vincent
a779b1e27b Merge pull request #47 from sunglim/master
Korean Language Update
2011-08-25 13:15:54 -07:00
sunglim
5e5f058339 Updated Korean Language 2011-08-25 04:29:26 +09:00
Jesse Vincent
91ef3b50f2 Merge pull request #46 from sunglim/master
Korean Language minor update
2011-08-21 14:35:52 -07:00
sunglim
3f1123110b korean minor update 2011-08-22 02:29:17 +09:00
sunglim
940a17ef52 Korean language minor update 2011-08-22 02:03:45 +09:00
cketti
138e5b1641 Use SDK 10 to build K-9 Mail since SDK 9 is no longer available. 2011-08-12 21:57:01 +02:00
Jesse Vincent
ee132e92d1 3.9 no longer targets 1.6. Bumped to the oldest 2.x sdk level that
google still lets us build against.  Thanks and apologies to Joey Jones
for finding the pre-existing incompatibility that pushed me to make the
build change we've been promising for so long
2011-08-08 01:01:15 -04:00
Apoorv Khatreja
47bedec410 Fixed an issue which caused space characters to throw exceptions when being parsed. Some cosmetic changes, and context sensitivity for EXISTS, RECENT and EXPUNGE responses which have empty token lists. 2011-08-04 23:30:27 +05:30
Apoorv Khatreja
9335dacd46 Added a separate handler for status responses to parse the resp-text tokens contained in these responses. 2011-08-02 02:19:12 +05:30
Jesse Vincent
ca516db767 Merge pull request #45 from adamlesinski/master
WebDavHandler response: uid gets truncated
2011-07-31 12:22:07 -07:00
Adam
be1be56e3a Fixed bug where uid in response was truncated
The SAX parser returns chunks of text to the
WebDavHandler. Other tags were correctly appending
values while the special cased <uid> tag was
simply assigned the value it was given, which would
result in the last chunk assigned to it and not
the whole string of text.
2011-07-28 15:08:00 -04:00
Jesse Vincent
b89704900a Bumped manifest to 3.906 2011-07-25 01:55:03 -04:00
Jesse Vincent
3679b31b12 Workaround for market-reported error:
java.lang.Error: org.apache.james.mime4j.io.MaxHeaderLimitException: Maximum header limit exceeded
at com.kaitenmail.mail.internet.MimeMessage.parse(MimeMessage.java:85)
at com.kaitenmail.mail.store.Pop3Store$Pop3Message.parse(Pop3Store.java:932)
at com.kaitenmail.mail.store.Pop3Store$Pop3Folder.fetchBody(Pop3Store.java:714)
at com.kaitenmail.mail.store.Pop3Store$Pop3Folder.fetch(Pop3Store.java:579)
at com.kaitenmail.controller.MessagingController.downloadSmallMessages(MessagingController.java:1562)
at com.kaitenmail.controller.MessagingController.downloadMessages(MessagingController.java:1288)
at com.kaitenmail.controller.MessagingController.synchronizeMailboxSynchronous(MessagingController.java:1031)
at com.kaitenmail.controller.MessagingController.access$400(MessagingController.java:81)
at com.kaitenmail.controller.MessagingController$8.run(MessagingController.java:823)
at com.kaitenmail.controller.MessagingController.run(MessagingController.java:276)
at java.lang.Thread.run(Thread.java:1096)
Caused by: org.apache.james.mime4j.io.MaxHeaderLimitException: Maximum header limit exceeded
at org.apache.james.mime4j.stream.AbstractEntity.parseField(AbstractEntity.java:153)
at org.apache.james.mime4j.stream.MimeEntity.advance(MimeEntity.java:120)
at org.apache.james.mime4j.stream.MimeTokenStream.next(MimeTokenStream.java:351)
at org.apache.james.mime4j.parser.MimeStreamParser.parse(MimeStreamParser.java:179)
at com.kaitenmail.mail.internet.MimeMessage.parse(MimeMessage.java:83)
... 10 more
2011-07-25 01:49:42 -04:00
Jesse Vincent
00f2038b61 Bumped manifest to 3.905 2011-07-23 18:47:41 -04:00
Jesse Vincent
7b7601082b the refactoring to combine batch and record logic added an extra check
that broke delete of single messages from message list.
2011-07-23 18:45:43 -04:00
Andrew Chen
4fe8b23349 Add mockito jar for testing. 2011-07-21 17:41:19 -07:00
Jesse Vincent
e31964db0a 3.904 2011-07-20 18:05:37 -04:00