Stream   Pictures   Videos   Places   Blog   Infographics  
February 2, 2012
12:21
jmhobbs closed issue 15 on jmhobbs/Swiftmailer-Transport--AWS-SES
small error in doc for symfony
12:21
jmhobbs pushed to master at jmhobbs/Swiftmailer-Transport--AWS-SES
jmhobbs pushed to master at jmhobbs/Swiftmailer-Transport--AWS-SES
  • jmhobbs committed b484fc6
    Update symfony config, thanks @adipasquale. Closes #15
12:19
jmhobbs commented on issue 15 on jmhobbs/Swiftmailer-Transport--AWS-SES
jmhobbs commented on issue 15 on jmhobbs/Swiftmailer-Transport--AWS-SES

Oops, read that wrong. I'll make the change anyway though :-)

12:18
jmhobbs commented on issue 15 on jmhobbs/Swiftmailer-Transport--AWS-SES
jmhobbs commented on issue 15 on jmhobbs/Swiftmailer-Transport--AWS-SES

Nice! I'm not a Symfony user - but I'm going to pull this in, since I don't have a class named sfMailer, but I do have one named Swift_AWSTransport. …

December 16, 2011
09:34
jmhobbs pushed to master at jmhobbs/Swiftmailer-Transport--AWS-SES
  • jmhobbs committed 0a403ba
    Update README.md with SMTP support information.
December 14, 2011
10:38
jmhobbs commented on pull request 14 on jmhobbs/Swiftmailer-Transport--AWS-SES

Thanks! Good idea.

10:37
jmhobbs merged pull request 14 on jmhobbs/Swiftmailer-Transport--AWS-SES
Change debugging echo's to error_log()s
1 commit with 3 additions and 3 deletions
10:37
jmhobbs pushed to master at jmhobbs/Swiftmailer-Transport--AWS-SES
December 13, 2011
11:30
jmhobbs closed issue 3 on jmhobbs/Swiftmailer-Transport--AWS-SES
Chunked Transfer bug: Whenever a MIME header CRLF gets split in half, the CRLF gets dropped
11:29
jmhobbs closed issue 13 on jmhobbs/Swiftmailer-Transport--AWS-SES
InvalidParameterValue : Illegal header
11:29
jmhobbs pushed to master at jmhobbs/Swiftmailer-Transport--AWS-SES
  • jmhobbs committed 5cf384f
    Update README with Swiftmailer version warning - closes #13
11:25
jmhobbs deleted branch alternate-chunking at jmhobbs/Swiftmailer-Transport--AWS-SES
Deleted branch was at /jmhobbs/Swiftmailer-Transport--AWS-SES/tree/alternate-chunking
11:24
jmhobbs pushed to master at jmhobbs/Swiftmailer-Transport--AWS-SES
  • jmhobbs committed ff0d93f
    Merge branch 'alternate-chunking'
  • jmhobbs committed db55211
    Alternate base64 chunking method.

    This uses a brute force method for the base64 encoding chunks.

    Instead of predicting block length based on input bytes, we are
    now evaluating the encoded output and working it down until we get
    a block that does not have filler bytes (=).
  • View comparison for these 2 commits »
11:23
jmhobbs commented on issue 13 on jmhobbs/Swiftmailer-Transport--AWS-SES

Great! I'm going to merge in the new branch, add a note about old Swift versions and then close this issue. Thanks for testing!

December 12, 2011
20:08
jmhobbs pushed to master at jmhobbs/Swiftmailer-Transport--AWS-SES
19:40
jmhobbs commented on issue 13 on jmhobbs/Swiftmailer-Transport--AWS-SES

Hey everyone, sorry I missed out on the discussion here. @faz , have issues resolved with a newer version of Swiftmailer? @jonatrey do you know wha…

October 24, 2011
21:29
jmhobbs commented on issue 10 on jmhobbs/Swiftmailer-Transport--AWS-SES

Hmmmm, as far as I can tell from those traces there isn't any AWS code being called on there. Have you tried with another transport? SMTP or native? I...

21:29
jmhobbs closed issue 10 on jmhobbs/Swiftmailer-Transport--AWS-SES
Warning: range() [function.range]
October 20, 2011
14:40
jmhobbs commented on issue 10 on jmhobbs/Swiftmailer-Transport--AWS-SES

Hey Val, I haven't been able to duplicate this, but I'm not trying on a Windows machine. It looks from the errors that it's inside of the Swiftmailer ...

October 14, 2011
14:18
jmhobbs closed issue 2 on jmhobbs/Swiftmailer-Transport--AWS-SES
Add Plugin Support
14:18
jmhobbs commented on issue 2 on jmhobbs/Swiftmailer-Transport--AWS-SES

Merged in 3d8cc2f - thanks @bertrandom

14:14
jmhobbs commented on issue 9 on jmhobbs/Swiftmailer-Transport--AWS-SES

Thanks for pointing that out!

14:13
jmhobbs closed issue 9 on jmhobbs/Swiftmailer-Transport--AWS-SES
AWSInputByteStream.php is not getting included?
14:13
jmhobbs pushed to master at jmhobbs/Swiftmailer-Transport--AWS-SES
  • Someone committed 7f27884
    Rename AWSInputByteStream to Swift_AWSInputByteStream, fixes #9.
October 10, 2011
11:05
jmhobbs closed pull request 8 on jmhobbs/Swiftmailer-Transport--AWS-SES
enable plugins for the aws transport layer
11:05
jmhobbs commented on pull request 8 on jmhobbs/Swiftmailer-Transport--AWS-SES

Merged plugins into master. Thanks again!

11:03
jmhobbs deleted branch plugins at jmhobbs/Swiftmailer-Transport--AWS-SES
Deleted branch was at /jmhobbs/Swiftmailer-Transport--AWS-SES/tree/plugins
11:03
jmhobbs pushed to master at jmhobbs/Swiftmailer-Transport--AWS-SES
10:26
jmhobbs commented on pull request 8 on jmhobbs/Swiftmailer-Transport--AWS-SES

Hey @themouette, Thanks for the patches! I needed to clean some stuff up and the commits didn't apply directly, so I merge your code offline into a ne...

10:23
jmhobbs pushed to master at jmhobbs/Swiftmailer-Transport--AWS-SES
  • jmhobbs committed e03bf07
    File cleanup.

    - Trailing whitespace
    - Consistent indentation
September 9, 2011
13:53
jmhobbs commented on pull request 7 on jmhobbs/Swiftmailer-Transport--AWS-SES

Hey @mcauser ! Thanks for taking the time to send a PR on this. However, I'm not pulling this one because I don't do a close tag unless there is follo...

13:53
jmhobbs closed pull request 7 on jmhobbs/Swiftmailer-Transport--AWS-SES
Edited example.php via GitHub
July 28, 2011
09:32
jmhobbs pushed to master at jmhobbs/Swiftmailer-Transport--AWS-SES
09:29
jmhobbs commented on pull request 6 on jmhobbs/Swiftmailer-Transport--AWS-SES

Doh! Thanks! I'll try to remember to up my error reporting levels in the future :-)

09:29
jmhobbs pushed to master at jmhobbs/Swiftmailer-Transport--AWS-SES
  • jmhobbs committed 43abba9
    Merge pull request #6 from bertrandom/master

    This will fix an issue where AWSResponse throws notices like Notice: Use of undefined constant STATE_BODY - assumed 'STATE_BODY' in
  • bertrandom committed f4cc47a
    Fixed non class-specific constants that was throwing notices in AWSResponse, fixes #4
  • View comparison for these 2 commits »
09:29
jmhobbs merged pull request 6 on jmhobbs/Swiftmailer-Transport--AWS-SES
This will fix an issue where AWSResponse throws notices like Notice: Use of undefined constant STATE_BODY - assumed 'STATE_BODY' in
1 commit with 6 additions and 6 deletions
09:29
jmhobbs closed issue 4 on jmhobbs/Swiftmailer-Transport--AWS-SES
AWSResponse constants aren't referred to correctly, line method fails
April 24, 2011
21:16
jmhobbs pushed to master at jmhobbs/Swiftmailer-Transport--AWS-SES
  • jmhobbs committed 157c66d
    Changed flush => fflush. Thanks to @m14t for finding the bug.
21:15
jmhobbs closed pull request 5 on jmhobbs/Swiftmailer-Transport--AWS-SES
Remove flush() from ChunkedTransferSocket header() and write()
21:15
jmhobbs commented on pull request 5 on jmhobbs/Swiftmailer-Transport--AWS-SES

Hi Matt, Good catch. However, I think that an actual socket flush would be good there, as I had intended but failed to do :- So, I'm going to close th...

March 15, 2011
09:32
jmhobbs closed issue 1 on jmhobbs/Swiftmailer-Transport--AWS-SES
Invalid HTML Body Coming Through
09:30
jmhobbs pushed to master at jmhobbs/Swiftmailer-Transport--AWS-SES
  • jmhobbs committed a153ddb
    Fix urlencode issue, closes issue #1, thanks wcluijt.
09:21
jmhobbs opened issue 2 on jmhobbs/Swiftmailer-Transport--AWS-SES
Add Plugin Support
March 8, 2011
09:20
jmhobbs opened issue 1 on jmhobbs/Swiftmailer-Transport--AWS-SES
Invalid HTML Body Coming Through
February 9, 2011
09:23
jmhobbs pushed to master at jmhobbs/Swiftmailer-Transport--AWS-SES
February 1, 2011
20:11
jmhobbs deleted branch fsock-dev at jmhobbs/Swiftmailer-Transport--AWS-SES
Deleted branch was at /jmhobbs/Swiftmailer-Transport--AWS-SES/tree/fsock-dev
20:10
jmhobbs pushed to master at jmhobbs/Swiftmailer-Transport--AWS-SES
  • jmhobbs committed dc0f51a
    Finishing touches on fsock version.
  • jmhobbs committed eb2845c
    Switched to chunked encoding, it works now. Need to parse response.
  • jmhobbs committed 60d4949
    Using InputStream implementation, but need to switch to chunked transfer or find a way to calculate size before sending the request.
  • 2 more commits »